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
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-05-29
Put flake-related stuff in its own namespace
Eelco Dolstra
2019-05-22
Fetch the flake registry from the NixOS/flake-registry repo
Eelco Dolstra
2019-05-07
Make the URL/path of the global flake registry configurable
Eelco Dolstra
2019-04-30
Fixed issue #13
Nick Van den Broeck
2019-03-27
Merge remote-tracking branch 'tweag/flake-registries' into flakes
Eelco Dolstra
2019-03-26
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-03-23
Combining registries properly
Nick Van den Broeck
2019-03-14
experimental/optional -> optional
Eelco Dolstra
2019-02-12
nix: Add --flake flag
Eelco Dolstra
2019-02-12
nix: Enable pure mode by default
Eelco Dolstra
2019-02-12
Improve flake references
Eelco Dolstra
2019-02-12
experimental/optional -> optional
Eelco Dolstra
2019-02-11
Initial flake support
Eelco Dolstra
2019-02-11
EvalState::allocAttr(): Add convenience method
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
[next]