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-12-12
Support flake references in the old CLI
Eelco Dolstra
2022-12-12
Move isUri() and resolveUri() out of filetransfer.cc
Eelco Dolstra
2022-12-12
Update URL
Eelco Dolstra
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-12-02
Change "while evaluating <fun>" to "while *calling*" in trace
John Ericson
2022-11-28
Merge pull request #7313 from yorickvP/nlohmann-everywhere
Eelco Dolstra
2022-11-25
Don't use GC_STRNDUP
Eelco Dolstra
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-11-04
Fix printing of eval errors with two format placeholders
Naïm Favier
2022-08-03
Fix NIX_COUNT_CALLS=1
Eelco Dolstra
2022-07-11
move ignore-try to EvalSettings
Ben Burdette
2022-07-11
'tryEval' not 'try clause'
Ben Burdette
2022-06-10
remove unused parameter
Ben Burdette
2022-06-02
print message with exceptions in a try clause
Ben Burdette
2022-06-02
ignore-try flag
Ben Burdette
2022-05-30
Respect the outputSpecified attribute
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-15
fix thunk issue
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-08
libexpr: Fix manual link in error message
Jan Tojnar
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
rename valmap
Ben Burdette
2022-05-05
Style fixes
Eelco Dolstra
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-28
Merge branch 'master' into debug-merge-master
Ben Burdette
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
[next]