index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
eval-cache.cc
Age
Commit message (
Expand
)
Author
2022-05-04
Add forgotten null check
Alexander Shpilkin
2022-04-26
Bump eval cache schema version
Eelco Dolstra
2022-04-26
nix: Respect meta.outputsToInstall, and use all outputs by default
Eelco Dolstra
2022-04-26
EvalCache AttrKey: Use Symbol instead of std::string
Eelco Dolstra
2022-04-26
EvalCache: Revert to using symbols in getAttr()
Eelco Dolstra
2022-04-25
rename SymbolIdx -> Symbol, Symbol -> SymbolStr
pennae
2022-04-21
store Symbols in a table as well, like positions
pennae
2022-04-14
Make InstallableFlake::toValue() and toDerivation() behave consistently
Eelco Dolstra
2022-03-18
Decode string context straight to using `StorePath`s
John Ericson
2022-03-11
Create some type aliases for string Contexts
John Ericson
2022-03-07
Also display suggestions for the commands using the eval cache
regnat
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-01-21
determinePos: remove from critical path
Kevin Amado
2022-01-21
forceAttrs: make pos mandatory
Kevin Amado
2022-01-21
forceValue: make pos mandatory
Kevin Amado
2021-04-19
libcmd/installables: force re-evaluation of cached failures
Maximilian Bosch
2020-12-28
Fixup
Matthew Bauer
2020-12-24
Merge branch 'master' into support-libcxx10
Matthew Bauer
2020-12-23
Cast variants fully for libc++10
Matthew Bauer
2020-12-17
Rename Value::normalType() -> Value::type()
Silvan Mosberger
2020-12-12
Use Value::normalType on all forced values instead of Value::type
Silvan Mosberger
2020-12-12
Introduce NormalType for the normal type of a Value
Silvan Mosberger
2020-11-19
AttrCursor::getStringWithContext(): Force re-evaluation if the cached context...
Eelco Dolstra
2020-09-02
EvalCache: Fix caching of strings
Eelco Dolstra
2020-08-07
nix build (and others): Force re-evaluation of cached errors
Eelco Dolstra
2020-07-16
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
John Ericson
2020-07-14
EvalCache: Ignore SQLite errors
Eelco Dolstra
2020-06-29
EvalCache: Store string contexts
Eelco Dolstra
2020-06-29
Factor out EvalCache::forceDerivation()
Eelco Dolstra
2020-06-04
nix flake init: Add a '--template' flag
Eelco Dolstra
2020-05-06
Remove obsolete FIXME
Eelco Dolstra
2020-04-27
nix search: Search legacyPackages recursively
Eelco Dolstra
2020-04-20
Move eval-cache.{cc,hh}
Eelco Dolstra