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
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
2018-06-12
GC_malloc -> GC_MALLOC
Eelco Dolstra
2018-06-12
Don't scan for roots in dynamic libraries
Eelco Dolstra
2018-06-12
Add temporary stats
Eelco Dolstra
2018-06-12
Cache parse trees
Eelco Dolstra
2018-06-12
Remove duplicate definition of allocBytes()
Eelco Dolstra
2018-05-30
Fix static assertion failure on 32-bit systems
Eelco Dolstra
2018-05-30
Move evaluator-specific settings out of libstore
Eelco Dolstra
2018-05-26
eval.cc: add message to static_assert, message can be omitted w/c++17
Will Dietz
2018-05-22
Make Env self-describing
Eelco Dolstra
2018-05-22
Memoise checkSourcePath()
Eelco Dolstra
2018-05-09
In restricted eval mode, allow access to the closure of store paths
Eelco Dolstra
2018-05-02
Fix some random -Wconversion warnings
Eelco Dolstra
2018-04-03
libexpr: Make unsafeGetAttrPos not crash on noPos
Tuomas Tynkkynen
2018-03-14
concatLists: Don't pass NULL pointers to memcpy.
Shea Levy
2018-02-28
Actually fix nixDataDir in non-canonical path
Shea Levy
2018-02-22
Merge branch 'data-dir-non-canon' of https://github.com/shlevy/nix
Eelco Dolstra
2018-02-22
Fix restricted mode when installing in non-canonical data dir
Shea Levy
2018-02-17
libexpr: Optimize prim_derivationStrict by using more symbol comparisons
Tuomas Tynkkynen
2018-02-17
libexpr: Rely on Boehm returning zeroed memory in EvalState::allocEnv()
Tuomas Tynkkynen
[next]