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
2022-04-26
Don't pass Symbol by reference
Eelco Dolstra
2022-04-25
rename SymbolIdx -> Symbol, Symbol -> SymbolStr
pennae
2022-04-21
store Symbols in a table as well, like positions
pennae
2022-04-21
don't use Symbol in Pos to represent a path
pennae
2022-04-21
replace most Pos objects/ptrs with indexes into a position table
pennae
2022-04-21
make throw*Error member functions of EvalState
pennae
2022-04-21
turn primop names into strings
pennae
2022-03-31
Add support for impure derivations
Eelco Dolstra
2022-03-25
Fix mismatched tag warning on clang
Eelco Dolstra
2022-03-25
Only provide builtin.{getFlake,fetchClosure} is the corresponding experimenta...
Eelco Dolstra
2022-03-18
Decode string context straight to using `StorePath`s
John Ericson
2022-03-11
Create some type aliases for string Contexts
John Ericson
2022-03-09
add HAVE_BOEHMGC guards to batched allocation functions
pennae
2022-03-08
force-inline a few much-used functions
pennae
2022-03-08
cache singleton Envs just like Values
pennae
2022-03-02
Add EvalState::coerceToStorePath() helper
Eelco Dolstra
2022-03-01
fetch{url,Tarball}: Remove 'narHash' attribute
Eelco Dolstra
2022-02-28
Add EvalState::allowAndSetStorePathString helper
Robert Hensing
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-04
Make most calls to determinePos() lazy
Eelco Dolstra
2022-02-04
Merge branch 'issue-3505' of https://github.com/kamadorueda/nix
Eelco Dolstra
2022-01-27
optionally return string_view from coerceToString
pennae
2022-01-27
return string_views from forceString*
pennae
2022-01-27
convert a for more utilities to string_view
pennae
2022-01-22
allocate a GC root value for the Value cache pointer
pennae
2022-01-21
avoid unnecesary calls
Kevin Amado
2022-01-21
forceValue: make pos mandatory
Kevin Amado
2022-01-18
Merge pull request #5906 from pennae/primops-optimization
Eelco Dolstra
2022-01-17
Merge pull request #5812 from pennae/small-perf-improvements
Eelco Dolstra
2022-01-14
also cache split regexes, not just match regexes
pennae
2022-01-13
avoid copies of parser input data
pennae
2022-01-13
cache more often-used symbols for primops
pennae
2022-01-04
Remove EvalState::mkAttrs()
Eelco Dolstra
2022-01-04
Move empty attrset optimisation
Eelco Dolstra
2022-01-04
Remove non-method mkString()
Eelco Dolstra
2022-01-04
Ensure that attrsets are sorted
Eelco Dolstra
2021-12-21
Merge pull request #5807 from NixOS/5805-ca-ifd
Eelco Dolstra
2021-12-21
Fix IFD with CA derivations
regnat
2021-12-20
bulk-allocate Value instances in the evaluator
pennae
2021-11-04
Remove maxPrimOpArity
Eelco Dolstra
2021-11-04
Fix derivation primop
Eelco Dolstra
2021-11-04
Optimize primop calls
Eelco Dolstra
2021-10-26
Make experimental-features a proper type
regnat
2021-10-07
Make builtins.{path,filterSource} work with chroot stores
Eelco Dolstra
2021-10-07
Refactoring: Add allowPath() method
Eelco Dolstra
2021-09-29
libexpr: throw a more helpful eval-error if a builtin is not available due to...
Maximilian Bosch
2021-09-13
nix --help: Display help using lowdown instead of man
Eelco Dolstra
2021-09-01
Merge pull request #5066 from Radvendii/master
Eelco Dolstra
2021-08-31
path antiquotations: canonizePath -> canonicalizePath
Taeer Bar-Yam
2021-08-30
Merge pull request #5191 from hercules-ci/evalstate-lifetime-hygiene
Eelco Dolstra
[next]