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
2022-04-29
line endings
Ben Burdette
2022-04-29
fix 'suggestions' error
Ben Burdette
2022-04-29
incorporate PosIdx changes, symbol changes.
Ben Burdette
2022-04-29
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-04-28
Merge branch 'master' into debug-merge-master
Ben Burdette
2022-04-28
fixup! fix errors case and wording
Guillaume Maudoux
2022-04-28
fix errors case and wording
Guillaume Maudoux
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
remove Symbol::empty
pennae
2022-04-21
turn primop names into strings
pennae
2022-04-09
remove comma
Ben Burdette
2022-04-09
don't use std::map merge
Ben Burdette
2022-04-08
minor cleanup
Ben Burdette
2022-04-08
move throw to preverve Error type; turn off debugger for tryEval
Ben Burdette
2022-04-07
Merge remote-tracking branch 'upstream/master' into upstream-merge
Ben Burdette
2022-04-07
remove debug code
Ben Burdette
2022-03-31
comments
Ben Burdette
2022-03-31
show 'with' bindings as well as static
Ben Burdette
2022-03-31
Add support for impure derivations
Eelco Dolstra
2022-03-29
remove const_cast
Ben Burdette
2022-03-25
add DebugTrace for error
Ben Burdette
2022-03-25
Only provide builtin.{getFlake,fetchClosure} is the corresponding experimenta...
Eelco Dolstra
2022-03-22
Don't hide repeated values while generating manifest.nix
Eelco Dolstra
2022-03-22
printValue(): <REPEAT> -> «repeated»
Eelco Dolstra
2022-03-18
Decode string context straight to using `StorePath`s
John Ericson
2022-03-18
Try to fix issues with macos clang, v3
Guillaume Maudoux
2022-03-18
Try to fix issues with macos clang, v2
Guillaume Maudoux
2022-03-18
Try to fix issues with macos clang
Guillaume Maudoux
2022-03-18
Fix some error kind mismatches
Guillaume Maudoux
2022-03-18
fixup! Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-03-18
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
2022-03-18
Revert extra colon at end os strings
Guillaume Maudoux
2022-03-18
Refactor to use more traces and less string manipulations
Guillaume Maudoux
2022-03-14
have only one debuggerHook declaration
Ben Burdette
2022-03-11
Create some type aliases for string Contexts
John Ericson
2022-03-11
Merge remote-tracking branch 'origin/eval-suggestions'
Eelco Dolstra
2022-03-11
Merge pull request #5865 from pennae/memory-friendliness
Eelco Dolstra
2022-03-08
force-inline a few much-used functions
pennae
2022-03-08
cache singleton Envs just like Values
pennae
2022-03-08
remove GC_PTR_STORE_AND_DIRTY
pennae
2022-03-08
Also display some suggestions for invalid formal arguments
regnat
2022-03-08
Try and make the darwin build happy
regnat
2022-03-08
Add some suggestions to the evaluator
regnat
2022-03-07
dupStringWithLen -> makeImmutableString
Robert Hensing
2022-03-07
Value::mkPath: Avoid potential crash from null string_view
Robert Hensing
2022-03-07
Value::mkString: Avoid crash from null string_view
Robert Hensing
[prev]
[next]