index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
eval.hh
Age
Commit message (
Expand
)
Author
2020-03-24
Misc changes from the flakes branch
Eelco Dolstra
2020-03-24
EvalState::allocAttr(): Add convenience method
Eelco Dolstra
2020-03-13
Add missing `#include <regex>`
John Ericson
2020-03-11
parseExprFromString(): Use std::string_view
Eelco Dolstra
2020-03-04
builtins.cache: Cache regular expressions
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-12-05
Move #include
Eelco Dolstra
2019-11-28
Remove builtins.valueSize
Eelco Dolstra
2019-11-22
Turn NIX_PATH into a config setting
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-08-14
Track function start and ends for flame graphs
Graham Christensen
2019-03-14
experimental/optional -> optional
Eelco Dolstra
2019-01-14
Add builtins.getContext.
Shea Levy
2018-07-11
Remove unused function printStats2()
Eelco Dolstra
2018-06-12
Add temporary stats
Eelco Dolstra
2018-06-12
Cache parse trees
Eelco Dolstra
2018-05-30
Move evaluator-specific settings out of libstore
Eelco Dolstra
2018-05-22
Make Env self-describing
Eelco Dolstra
2018-05-22
Memoise checkSourcePath()
Eelco Dolstra
2018-05-02
Fix some random -Wconversion warnings
Eelco Dolstra
2018-02-17
libexpr: Optimize prim_derivationStrict by using more symbol comparisons
Tuomas Tynkkynen
2018-02-08
Allow using RegisterPrimop to define constants.
Shea Levy
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-07-26
nix-build/nix-shell: Eliminate call to nix-instantiate / nix-store
Eelco Dolstra
2017-07-03
Replace a few bool flags with enums
Eelco Dolstra
2017-01-26
Add support for passing structured data to builders
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-30
Fix GC build
Eelco Dolstra
2016-08-29
forceBool(): Show position info
Eelco Dolstra
2016-08-29
Add builtin function "partition"
Eelco Dolstra
2016-08-23
nix build: Use Nix search path
Eelco Dolstra
2016-04-14
Make the search path lazier with non-fatal errors
Eelco Dolstra
2016-04-14
Make primop registration pluggable
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
First hit at providing support for floats in the language.
Christian Theune
2015-10-08
forceFunction: allow functors as well
Mathnerd314
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-14
Move attribute set data structures into their own header file.
Nicolas B. Pierron
2015-03-19
Fix Boehm API violation
Eelco Dolstra
2015-02-23
Add restricted evaluation mode
Eelco Dolstra
2015-01-15
Fix assertion failure in nix-env
Eelco Dolstra
[next]