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-03-17
Require shallow clones to be requested explicitly
Eelco Dolstra
2020-01-21
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-01-13
Tweak error message
Eelco Dolstra
2020-01-11
libexpr: show expression in assertion errors
Daiderd Jordan
2020-01-06
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-01-05
Hide FunctionCallTrace constructor/destructor
Eelco Dolstra
2019-12-11
Merge remote-tracking branch 'origin/master' into flakes
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-12-04
Merge remote-tracking branch 'origin/master' into flakes
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-20
Move #include
Eelco Dolstra
2019-11-11
Merge pull request #3219 from Ericson2314/semicolons
Eelco Dolstra
2019-11-10
Remove unneeded semicolons
John Ericson
2019-11-04
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
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-10
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-10-09
OCD performance fix: {find,count}+insert => insert
Eelco Dolstra
2019-09-09
Require flake.nix to be an attrset (not a non-trivial thunk)
Eelco Dolstra
2019-09-09
Don't allow arbitrary computations in flake attributes
Eelco Dolstra
2019-08-30
Extract flake dependencies from the 'outputs' arguments
Eelco Dolstra
2019-08-29
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-08-14
Track function start and ends for flame graphs
Graham Christensen
2019-06-05
Move flake-related stuff to src/libexpr/flake
Eelco Dolstra
2019-05-22
Fetch the flake registry from the NixOS/flake-registry repo
Eelco Dolstra
2019-05-08
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-05-07
Make the URL/path of the global flake registry configurable
Eelco Dolstra
2019-04-11
Add environment variable NIX_SHOW_SYMBOLS for dumping the symbol table
Eelco Dolstra
2019-03-26
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-03-21
eval: improve type description for primops and applied primops
Linus Heckemann
2019-02-12
Improve flake references
Eelco Dolstra
2019-02-11
Initial flake support
Eelco Dolstra
2019-02-11
Make constant primops lazy
Eelco Dolstra
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
[next]