index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
eval.cc
Age
Commit message (
Expand
)
Author
2022-01-22
allocate a GC root value for the Value cache pointer
pennae
2022-01-13
cache more often-used symbols for primops
pennae
2022-01-12
optimize ExprConcatStrings::eval
pennae
2022-01-04
Remove EvalState::mkAttrs()
Eelco Dolstra
2022-01-04
Move empty attrset optimisation
Eelco Dolstra
2022-01-04
Remove non-method mkPath()
Eelco Dolstra
2022-01-04
Remove non-method mk<X> functions
Eelco Dolstra
2022-01-04
Remove non-method mkString()
Eelco Dolstra
2022-01-04
Ensure that attrsets are sorted
Eelco Dolstra
2021-12-20
bulk-allocate Value instances in the evaluator
pennae
2021-12-13
Merge branch 'better-interpolation-error-location' of https://github.com/gree...
Eelco Dolstra
2021-11-25
Merge pull request #5648 from edolstra/list-iter
Eelco Dolstra
2021-11-25
Support range-based for loop over list values
Eelco Dolstra
2021-11-25
Fix the error when accessing a forbidden path in pure eval
regnat
2021-11-20
add real path to allowedPaths
Tom Bereknyei
2021-11-16
Call functors with both arguments at once
Eelco Dolstra
2021-11-16
Don't hang when calling an attrset
Eelco Dolstra
2021-11-04
Remove maxPrimOpArity
Eelco Dolstra
2021-11-04
Fix derivation primop
Eelco Dolstra
2021-11-04
Add level / displacement types
Eelco Dolstra
2021-11-04
Optimize primop calls
Eelco Dolstra
2021-11-04
StaticEnv: Use std::vector instead of std::map
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
Allow access to path copied to the store
Eelco Dolstra
2021-10-07
Refactoring: Add allowPath() method
Eelco Dolstra
2021-10-06
libexpr: remove matchAttrs boolean from ExprLambda
Andreas Rammhold
2021-09-29
libexpr: throw a more helpful eval-error if a builtin is not available due to...
Maximilian Bosch
2021-09-22
Better eval error locations for interpolation and +
Geoff Reedy
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-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-26
libexpr: Remove unused code
Pamplemousse
2021-07-22
Add --eval-store option
Eelco Dolstra
2021-07-21
Avoid global counters
Pamplemousse
2021-07-05
Merge branch 'disable_gc' of https://github.com/Pamplemousse/nix
Eelco Dolstra
2021-07-03
Merge pull request #4967 from Pamplemousse/specific_errors
Domen Kožar
2021-07-01
Prefer to throw specific errors
Pamplemousse
2021-06-30
Allow to compile after `./configure --enable-gc=no`
Pamplemousse
2021-06-24
BoehmGCStackAllocator: ignore stack protection page
Robert Hensing
2021-04-23
Merge pull request #4440 from Ma27/misc-pos-fixes
Eelco Dolstra
2021-04-13
libexpr: misc improvements for proper error position
Maximilian Bosch
2021-04-12
EvalSettings::getDefaultNixPath: respect {restrict,pure}Eval
Graham Christensen
2021-03-03
nix repl :doc: Don't return docs for partially applied primops
Eelco Dolstra
2021-02-22
Tweak error message
Eelco Dolstra
2021-01-21
Improve error formatting
Eelco Dolstra
2021-01-15
Merge pull request #4240 from bburdette/2259-error-message
Domen Kožar
[next]