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-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
2020-08-27
Pass all args when auto-calling a function with an ellipsis
Griffin Smith
2020-08-25
Add getDoc() function
Eelco Dolstra
2020-08-24
Don't barf if corepkgs is in the store but not a valid path
Eelco Dolstra
2020-08-24
Allow primops to have Markdown documentation
Eelco Dolstra
2020-08-20
Remove PrimOp constructor
Eelco Dolstra
2020-08-05
Merge remote-tracking branch 'obsidian/misc-ca' into derivation-primop-floati...
John Ericson
2020-08-05
Typo
Eelco Dolstra
2020-07-22
Parse CA derivations using new output variants
John Ericson
2020-07-14
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-07-13
toStorePath(): Return a StorePath and the suffix
Eelco Dolstra
2020-07-06
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-07-02
move showTrace to new loggerSettings
Ben Burdette
2020-06-30
double addtrace for 'called from'
Ben Burdette
2020-06-29
EvalCache: Store string contexts
Eelco Dolstra
2020-06-26
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-24
convenience form of addTrace
Ben Burdette
2020-06-23
use plain errPos instead of nixCode; fix tests
Ben Burdette
2020-06-19
addErrorTrace
Ben Burdette
2020-06-18
Some backports from the flakes branch
Eelco Dolstra
[next]