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
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
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
1
-17
/
+17
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
1
-17
/
+17
2016-08-29
forceBool(): Show position info
Eelco Dolstra
1
-2
/
+2
2016-08-29
Add builtin function "partition"
Eelco Dolstra
1
-0
/
+2
2016-08-29
callFunction: Copy functors to the heap
Shea Levy
1
-4
/
+11
2016-08-23
nix build: Use Nix search path
Eelco Dolstra
1
-3
/
+4
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
1
-2
/
+2
2016-04-25
Improved logging abstraction
Eelco Dolstra
1
-1
/
+1
2016-04-14
Make $NIX_PATH parsing more robust
Eelco Dolstra
1
-5
/
+32
2016-04-14
Make the search path lazier with non-fatal errors
Eelco Dolstra
1
-3
/
+7
2016-02-12
Merge pull request #762 from ctheune/ctheune-floats
Eelco Dolstra
1
-2
/
+55
2016-02-04
StoreAPI -> Store
Eelco Dolstra
1
-1
/
+1
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
1
-1
/
+2
2016-01-05
Use __toString when coercing sets to strings.
Shea Levy
1
-1
/
+9
2016-01-05
Fix up float parsing.
Christian Theune
1
-0
/
+1
2016-01-05
First hit at providing support for floats in the language.
Christian Theune
1
-2
/
+54
2015-11-25
autoCallFunction: Auto-call functors
Shea Levy
1
-0
/
+11
2015-10-29
int2String() -> std::to_string()
Eelco Dolstra
1
-1
/
+1
2015-10-08
isFunctor: Simplify
Eelco Dolstra
1
-0
/
+6
2015-10-08
forceFunction: allow functors as well
Mathnerd314
1
-1
/
+1
2015-07-31
Fix stack consumption
Eelco Dolstra
1
-5
/
+0
2015-07-31
Output line number on infinite recursion
Iwan Aucamp
1
-8
/
+8
2015-07-23
Cleanup
Eelco Dolstra
1
-5
/
+0
2015-07-23
Optimize empty sets
Eelco Dolstra
1
-0
/
+4
2015-07-23
Merge branch 'attr-set-hh' of https://github.com/nbp/nix
Eelco Dolstra
1
-30
/
+0
2015-07-23
Optimize small lists
Eelco Dolstra
1
-33
/
+46
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
1
-45
/
+45
2015-07-17
Make printValue() interruptible
Eelco Dolstra
1
-0
/
+2
2015-07-14
Move attribute set data structures into their own header file.
Nicolas B. Pierron
1
-30
/
+0
2015-06-17
Support URLs in $NIX_PATH
Eelco Dolstra
1
-1
/
+13
2015-05-22
Fix import-from-derivation in restricted eval mode
Eelco Dolstra
1
-0
/
+7
2015-04-16
Fix using restricted mode with chroots
Eelco Dolstra
1
-0
/
+5
2015-03-25
addToStore(): Take explicit name argument
Eelco Dolstra
1
-1
/
+1
2015-03-19
Disable scanning for interior pointers
Eelco Dolstra
1
-0
/
+2
2015-03-19
Fix Boehm API violation
Eelco Dolstra
1
-38
/
+42
[next]