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
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
2018-02-13
Merge branch 'register-constant' of https://github.com/shlevy/nix
Eelco Dolstra
2018-02-11
Nix stats: flatten statistics
Frederik Rietdijk
2018-02-08
Allow using RegisterPrimop to define constants.
Shea Levy
2018-02-07
Merge pull request #1816 from shlevy/add-path
Eelco Dolstra
2018-02-06
Add path primop.
Shea Levy
2018-02-06
checkURI(): Check file URIs against allowedPaths
Eelco Dolstra
2018-01-19
Don't use [[noreturn]]
Eelco Dolstra
2018-01-16
Add pure evaluation mode
Eelco Dolstra
2018-01-12
import, builtins.readFile: Handle diverted stores
Eelco Dolstra
2017-10-30
Add option allowed-uris
Eelco Dolstra
2017-10-29
nix repl :t: Indicate strings that have a context
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-03
Replace a few bool flags with enums
Eelco Dolstra
2017-05-16
Improve progress indicator
Eelco Dolstra
2017-04-14
Shut up some warnings
Eelco Dolstra
2017-02-22
Explicitly model all settings and fail on unrecognized ones
Dan Peebles
2017-01-26
Add support for passing structured data to builders
Eelco Dolstra
2017-01-26
Bindings: Add a method for iterating in lexicographically sorted order
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-08-29
forceBool(): Show position info
Eelco Dolstra
2016-08-29
Add builtin function "partition"
Eelco Dolstra
2016-08-29
callFunction: Copy functors to the heap
Shea Levy
2016-08-23
nix build: Use Nix search path
Eelco Dolstra
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
2016-04-25
Improved logging abstraction
Eelco Dolstra
2016-04-14
Make $NIX_PATH parsing more robust
Eelco Dolstra
2016-04-14
Make the search path lazier with non-fatal errors
Eelco Dolstra
2016-02-12
Merge pull request #762 from ctheune/ctheune-floats
Eelco Dolstra
2016-02-04
StoreAPI -> Store
Eelco Dolstra
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
2016-01-05
Use __toString when coercing sets to strings.
Shea Levy
2016-01-05
Fix up float parsing.
Christian Theune
2016-01-05
First hit at providing support for floats in the language.
Christian Theune
2015-11-25
autoCallFunction: Auto-call functors
Shea Levy
2015-10-29
int2String() -> std::to_string()
Eelco Dolstra
2015-10-08
isFunctor: Simplify
Eelco Dolstra
2015-10-08
forceFunction: allow functors as well
Mathnerd314
2015-07-31
Fix stack consumption
Eelco Dolstra
2015-07-31
Output line number on infinite recursion
Iwan Aucamp
2015-07-23
Cleanup
Eelco Dolstra
2015-07-23
Optimize empty sets
Eelco Dolstra
2015-07-23
Merge branch 'attr-set-hh' of https://github.com/nbp/nix
Eelco Dolstra
2015-07-23
Optimize small lists
Eelco Dolstra
[next]