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-05-30
Respect the outputSpecified attribute
Eelco Dolstra
2022-05-26
Remove pre-C++11 hackiness
Eelco Dolstra
2022-05-25
back to ref<EvalState> in NixRepl
Ben Burdette
2022-05-25
Style tweaks
Eelco Dolstra
2022-05-22
remove redundant 'debugMode' flag
Ben Burdette
2022-05-20
debugRepl ftn pointer
Ben Burdette
2022-05-19
'debugMode'
Ben Burdette
2022-05-19
de-const evalState exceptions
Ben Burdette
2022-05-19
Merge branch 'debug-exploratory-PR' into debuggerHook-eval-arg
Ben Burdette
2022-05-19
use an expr->StaticEnv table in evalState
Ben Burdette
2022-05-16
first whack at passing evalState as an arg to debuggerHook.
Ben Burdette
2022-05-12
Merge branch 'debugThrow' into debug-exploratory-PR
Ben Burdette
2022-05-12
template-ize debugThrow
Ben Burdette
2022-05-09
Merge branch 'master' into debug-exploratory-PR
Ben Burdette
2022-05-06
Add unit tests for libexpr (#5377)
Andreas Rammhold
2022-05-06
debugError()
Ben Burdette
2022-05-06
trying debugThrow
Ben Burdette
2022-05-05
traceable_allocator
Ben Burdette
2022-05-05
rename valmap
Ben Burdette
2022-05-05
Style fixes
Eelco Dolstra
2022-04-29
incorporate PosIdx changes, symbol changes.
Ben Burdette
2022-04-28
Merge branch 'master' into debug-merge-master
Ben Burdette
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-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-03-31
show 'with' bindings as well as static
Ben Burdette
2022-03-31
Add support for impure derivations
Eelco Dolstra
2022-03-25
add DebugTrace for error
Ben Burdette
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-16
formatting
Ben Burdette
2022-03-14
have only one debuggerHook declaration
Ben Burdette
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-15
quit repl from step mode
Ben Burdette
2022-02-11
for primops, enter the debugger at the last DebugTrace in the stack
Ben Burdette
2022-02-04
a few merge fixes
Ben Burdette
[next]