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
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
2020-06-18
Remove unneeded #include
Eelco Dolstra
2020-06-18
Make constant primops lazy
Eelco Dolstra
2020-06-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-15
Get rid of explicit ErrorInfo constructors
Eelco Dolstra
2020-06-15
Disambiguate BaseError(Args) constructor
Eelco Dolstra
2020-06-03
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-05-29
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-05-26
Merge remote-tracking branch 'origin/master' into enum-FileIngestionMethod
Carlo Nucera
2020-05-12
move pos to the first arg, to indicate its not used in a fmt template
Ben Burdette
2020-05-12
new pos format for more errors
Ben Burdette
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-05-08
add pos to errorinfo, remove from hints
Ben Burdette
2020-04-27
nix search: Search legacyPackages recursively
Eelco Dolstra
2020-04-23
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-18
Merge pull request #3502 from NixOS/more-pos
Domen Kožar
2020-04-17
Use a more space/time-efficient representation for the eval cache
Eelco Dolstra
2020-04-16
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-04-16
Add function to allocate a Value in traceable memory
Eelco Dolstra
2020-04-16
pass Pos to forceValue to improve infinite recursion error
Domen Kožar
2020-04-09
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-04-09
Attach pos to if expression errors
Domen Kožar
2020-04-08
datatransfer.{cc,hh} -> filetransfer.{cc,hh}
Nikola Knezevic
2020-04-08
Rename src/lib/download.* to src/lib/datatransfer.*
Nikola Knezevic
[next]