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-06-18
Some backports from the flakes branch
Eelco Dolstra
2020-06-18
Make constant primops lazy
Eelco Dolstra
2020-06-15
Get rid of explicit ErrorInfo constructors
Eelco Dolstra
2020-06-15
Disambiguate BaseError(Args) constructor
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-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-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
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
2020-03-29
Replace some `bool recursive` with a new `FileIngestionMethod` enum
John Ericson
2020-01-13
Tweak error message
Eelco Dolstra
2020-01-11
libexpr: show expression in assertion errors
Daiderd Jordan
2020-01-05
Hide FunctionCallTrace constructor/destructor
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-12-10
EvalState::callFunction(): Make FunctionCallTrace use less stack space
Eelco Dolstra
2019-12-05
Move #include
Eelco Dolstra
2019-11-28
Remove builtins.valueSize
Eelco Dolstra
2019-11-25
Ensure enough space in attrset bindings when using both __overrides and dynam...
Puck Meerburg
2019-11-22
Turn NIX_PATH into a config setting
Eelco Dolstra
2019-11-22
Provide a default value for NIX_PATH
Eelco Dolstra
2019-11-22
getEnv(): Return std::optional
Eelco Dolstra
2019-11-11
Merge pull request #3219 from Ericson2314/semicolons
Eelco Dolstra
2019-11-10
Remove unneeded semicolons
John Ericson
2019-10-27
Merge branch 'tojson-tostring-fix' of https://github.com/mayflower/nix
Eelco Dolstra
2019-10-27
builtins.toJSON: fix __toString usage
Robin Gloster
2019-10-09
OCD performance fix: {find,count}+insert => insert
Eelco Dolstra
2019-08-14
Track function start and ends for flame graphs
Graham Christensen
2019-04-11
Add environment variable NIX_SHOW_SYMBOLS for dumping the symbol table
Eelco Dolstra
2019-03-21
eval: improve type description for primops and applied primops
Linus Heckemann
2018-12-31
EvalState::resetFileCache: clear parse cache as well as eval cache
Will Dietz
2018-09-05
Convert NIX_COUNT_CALLS to JSON too
Eelco Dolstra
2018-09-05
Log stats to stderr
Eelco Dolstra
2018-09-02
remove the old text format output
Michael Bishop
2018-09-01
add JSON to NIX_SHOW_STATS
Michael Bishop
2018-09-01
improve the stats when profiling
Michael Bishop
2018-08-03
Merge pull request #2326 from aszlig/fix-symlink-leak
Eelco Dolstra
2018-08-03
Fix symlink leak in restricted eval mode
aszlig
2018-07-31
Merge branch 'prim_mapAttr-fix' of https://github.com/volth/nix
Eelco Dolstra
2018-07-11
Remove unused function printStats2()
Eelco Dolstra
2018-07-06
prim_mapAttrs: `f' must be evaluated lazily to avoid infinite recursion
volth
2018-06-12
GC_malloc -> GC_MALLOC
Eelco Dolstra
2018-06-12
Don't scan for roots in dynamic libraries
Eelco Dolstra
[next]