index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
eval.hh
Age
Commit message (
Expand
)
Author
2022-01-22
allocate a GC root value for the Value cache pointer
pennae
2022-01-18
Merge pull request #5906 from pennae/primops-optimization
Eelco Dolstra
2022-01-17
Merge pull request #5812 from pennae/small-perf-improvements
Eelco Dolstra
2022-01-14
also cache split regexes, not just match regexes
pennae
2022-01-13
avoid copies of parser input data
pennae
2022-01-13
cache more often-used symbols for primops
pennae
2022-01-04
Remove EvalState::mkAttrs()
Eelco Dolstra
2022-01-04
Move empty attrset optimisation
Eelco Dolstra
2022-01-04
Remove non-method mkString()
Eelco Dolstra
2022-01-04
Ensure that attrsets are sorted
Eelco Dolstra
2021-12-21
Merge pull request #5807 from NixOS/5805-ca-ifd
Eelco Dolstra
2021-12-21
Fix IFD with CA derivations
regnat
2021-12-20
bulk-allocate Value instances in the evaluator
pennae
2021-11-04
Remove maxPrimOpArity
Eelco Dolstra
2021-11-04
Fix derivation primop
Eelco Dolstra
2021-11-04
Optimize primop calls
Eelco Dolstra
2021-10-26
Make experimental-features a proper type
regnat
2021-10-07
Make builtins.{path,filterSource} work with chroot stores
Eelco Dolstra
2021-10-07
Refactoring: Add allowPath() method
Eelco Dolstra
2021-09-29
libexpr: throw a more helpful eval-error if a builtin is not available due to...
Maximilian Bosch
2021-09-13
nix --help: Display help using lowdown instead of man
Eelco Dolstra
2021-09-01
Merge pull request #5066 from Radvendii/master
Eelco Dolstra
2021-08-31
path antiquotations: canonizePath -> canonicalizePath
Taeer Bar-Yam
2021-08-30
Merge pull request #5191 from hercules-ci/evalstate-lifetime-hygiene
Eelco Dolstra
2021-08-29
Fix use after free with vImportedDrvToDerivation
Robert Hensing
2021-08-29
Move vCallFlake into EvalState
Robert Hensing
2021-08-29
Force all Pos* to be non-null
Robert Hensing
2021-08-06
add antiquotations to paths
Taeer Bar-Yam
2021-07-27
Merge pull request #5048 from tweag/flox-eval-store
Eelco Dolstra
2021-07-22
Add --eval-store option
Eelco Dolstra
2021-07-21
Avoid global counters
Pamplemousse
2020-12-22
Move <nix/fetchurl.nix> into the nix binary
Eelco Dolstra
2020-09-21
Don't include <regex> in header files
Eelco Dolstra
2020-08-25
Add getDoc() function
Eelco Dolstra
2020-08-24
Allow primops to have Markdown documentation
Eelco Dolstra
2020-08-20
Remove PrimOp constructor
Eelco Dolstra
2020-08-19
Generate the nix.conf docs from the source code
Eelco Dolstra
2020-08-07
Make --no-eval-cache a global setting
Eelco Dolstra
2020-07-22
Parse CA derivations using new output variants
John Ericson
2020-07-06
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-29
EvalCache: Store string contexts
Eelco Dolstra
2020-06-26
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-18
Merge branch 'master' into caveman-LOCs
Ben Burdette
2020-06-18
Some backports from the flakes branch
Eelco Dolstra
2020-06-17
Replace struct StorePath with class StorePath
Matthew Bauer
2020-05-20
print LOC for stdin, string args
Ben Burdette
2020-04-27
nix search: Search legacyPackages recursively
Eelco Dolstra
2020-04-17
Use a more space/time-efficient representation for the eval cache
Eelco Dolstra
2020-03-24
Misc changes from the flakes branch
Eelco Dolstra
2020-03-24
EvalState::allocAttr(): Add convenience method
Eelco Dolstra
[next]