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
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-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
2020-12-22
Move <nix/fetchurl.nix> into the nix binary
Eelco Dolstra
2020-12-18
Replace Value type setters with mk* functions
Silvan Mosberger
2020-12-17
Rename Value::normalType() -> Value::type()
Silvan Mosberger
2020-12-17
Rename ValueType -> InternalType, NormalType -> ValueType
Silvan Mosberger
2020-12-12
Make Value::type private
Silvan Mosberger
2020-12-12
Add ValueType checking functions for types that have the same NormalType
Silvan Mosberger
2020-12-12
Use Value::normalType on all forced values instead of Value::type
Silvan Mosberger
2020-12-12
Introduce Value type setters and make use of them
Silvan Mosberger
2020-12-12
Introduce NormalType for the normal type of a Value
Silvan Mosberger
2020-11-12
Fix default nix-path
Christian Höppner
2020-11-11
change message
Ben Burdette
2020-11-11
pare down the error message
Ben Burdette
2020-11-11
missing argument error
Ben Burdette
2020-11-09
error message formatting
Ben Burdette
2020-11-09
remove unused ftn; reformat line breaks
Ben Burdette
2020-11-09
add position
Ben Burdette
2020-11-09
auto-call error
Ben Burdette
2020-11-05
Merge pull request #4206 from hercules-ci/fix-coroutine-gc
Eelco Dolstra
2020-11-03
Fix error message 'assertion failed at'
Eelco Dolstra
2020-10-30
BoehmGCStackAllocator: increase stack size to 8MB
Robert Hensing
2020-10-30
Fix memory corruption caused by GC-invisible coroutine stacks
Robert Hensing
2020-10-26
isTrivial(): Support trivial lists
Eelco Dolstra
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-21
Don't include <regex> in header files
Eelco Dolstra
2020-09-16
Fix doc generation
Eelco Dolstra
2020-09-14
Escape `${` in strings when printing Nix expressions
regnat
2020-09-11
Fix auto argument passing for more auto arguments than formals
Silvan Mosberger
2020-08-31
Merge remote-tracking branch 'origin/master' into markdown
Eelco Dolstra
[next]