depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
eval.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-11
Add environment variable NIX_SHOW_SYMBOLS for dumping the symbol table
Eelco Dolstra
1
-0
/
+6
2019-03-21
eval: improve type description for primops and applied primops
Linus Heckemann
1
-2
/
+14
2018-12-31
EvalState::resetFileCache: clear parse cache as well as eval cache
Will Dietz
1
-0
/
+1
2018-09-05
Convert NIX_COUNT_CALLS to JSON too
Eelco Dolstra
1
-35
/
+41
2018-09-05
Log stats to stderr
Eelco Dolstra
1
-7
/
+2
2018-09-02
remove the old text format output
Michael Bishop
1
-34
/
+4
2018-09-01
add JSON to NIX_SHOW_STATS
Michael Bishop
1
-24
/
+90
2018-09-01
improve the stats when profiling
Michael Bishop
1
-7
/
+8
2018-08-03
Merge pull request #2326 from aszlig/fix-symlink-leak
Eelco Dolstra
1
-4
/
+10
2018-08-03
Fix symlink leak in restricted eval mode
aszlig
1
-4
/
+10
2018-07-31
Merge branch 'prim_mapAttr-fix' of https://github.com/volth/nix
Eelco Dolstra
1
-4
/
+2
2018-07-11
Remove unused function printStats2()
Eelco Dolstra
1
-14
/
+0
2018-07-06
prim_mapAttrs: `f' must be evaluated lazily to avoid infinite recursion
volth
1
-4
/
+2
2018-06-12
GC_malloc -> GC_MALLOC
Eelco Dolstra
1
-8
/
+2
2018-06-12
Don't scan for roots in dynamic libraries
Eelco Dolstra
1
-0
/
+7
2018-06-12
Add temporary stats
Eelco Dolstra
1
-1
/
+27
2018-06-12
Cache parse trees
Eelco Dolstra
1
-2
/
+11
2018-06-12
Remove duplicate definition of allocBytes()
Eelco Dolstra
1
-14
/
+0
2018-05-30
Fix static assertion failure on 32-bit systems
Eelco Dolstra
1
-1
/
+1
2018-05-30
Move evaluator-specific settings out of libstore
Eelco Dolstra
1
-4
/
+9
2018-05-26
eval.cc: add message to static_assert, message can be omitted w/c++17
Will Dietz
1
-1
/
+1
2018-05-22
Make Env self-describing
Eelco Dolstra
1
-6
/
+10
2018-05-22
Memoise checkSourcePath()
Eelco Dolstra
1
-1
/
+7
2018-05-09
In restricted eval mode, allow access to the closure of store paths
Eelco Dolstra
1
-1
/
+11
2018-05-02
Fix some random -Wconversion warnings
Eelco Dolstra
1
-35
/
+36
2018-04-03
libexpr: Make unsafeGetAttrPos not crash on noPos
Tuomas Tynkkynen
1
-1
/
+1
2018-03-14
concatLists: Don't pass NULL pointers to memcpy.
Shea Levy
1
-1
/
+2
2018-02-28
Actually fix nixDataDir in non-canonical path
Shea Levy
1
-1
/
+1
2018-02-22
Merge branch 'data-dir-non-canon' of https://github.com/shlevy/nix
Eelco Dolstra
1
-1
/
+1
2018-02-22
Fix restricted mode when installing in non-canonical data dir
Shea Levy
1
-1
/
+1
2018-02-17
libexpr: Optimize prim_derivationStrict by using more symbol comparisons
Tuomas Tynkkynen
1
-0
/
+4
2018-02-17
libexpr: Rely on Boehm returning zeroed memory in EvalState::allocEnv()
Tuomas Tynkkynen
1
-4
/
+3
2018-02-13
Merge branch 'register-constant' of https://github.com/shlevy/nix
Eelco Dolstra
1
-1
/
+7
2018-02-11
Nix stats: flatten statistics
Frederik Rietdijk
1
-3
/
+6
2018-02-08
Allow using RegisterPrimop to define constants.
Shea Levy
1
-1
/
+7
2018-02-07
Merge pull request #1816 from shlevy/add-path
Eelco Dolstra
1
-1
/
+1
2018-02-06
Add path primop.
Shea Levy
1
-1
/
+1
2018-02-06
checkURI(): Check file URIs against allowedPaths
Eelco Dolstra
1
-0
/
+12
2018-01-19
Don't use [[noreturn]]
Eelco Dolstra
1
-6
/
+3
2018-01-16
Add pure evaluation mode
Eelco Dolstra
1
-26
/
+39
2018-01-12
import, builtins.readFile: Handle diverted stores
Eelco Dolstra
1
-0
/
+10
2017-10-30
Add option allowed-uris
Eelco Dolstra
1
-0
/
+20
2017-10-29
nix repl :t: Indicate strings that have a context
Eelco Dolstra
1
-1
/
+1
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
1
-17
/
+17
2017-07-03
Replace a few bool flags with enums
Eelco Dolstra
1
-0
/
+1
2017-05-16
Improve progress indicator
Eelco Dolstra
1
-1
/
+1
2017-04-14
Shut up some warnings
Eelco Dolstra
1
-1
/
+1
2017-02-22
Explicitly model all settings and fail on unrecognized ones
Dan Peebles
1
-1
/
+1
2017-01-26
Add support for passing structured data to builders
Eelco Dolstra
1
-0
/
+2
2017-01-26
Bindings: Add a method for iterating in lexicographically sorted order
Eelco Dolstra
1
-7
/
+3
[next]