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
2023-01-10
Parse string context elements properly
John Ericson
2023-01-10
Merge remote-tracking branch 'origin/master' into fix-7417
Eelco Dolstra
2023-01-02
Merge remote-tracking branch 'origin/master' into coerce-string
Eelco Dolstra
2023-01-02
Merge pull request #7351 from NaN-git/fix-mkString
Théophane Hufschmitt
2022-12-24
remove undefined function
Philipp Otterbein
2022-12-20
EvalState::copyPathToStore(): Return a StorePath
Eelco Dolstra
2022-12-13
Introduce AbstractPos
Eelco Dolstra
2022-12-12
Move isUri() and resolveUri() out of filetransfer.cc
Eelco Dolstra
2022-10-25
Rework error throwing, and test it
Guillaume Maudoux
2022-10-23
Try to please clang with convoluted templates
Guillaume Maudoux
2022-10-22
Introduce an Error builder to tackle complexity
Guillaume Maudoux
2022-10-20
Rollback unneeded throwFrameErrorWithTrace function
Guillaume Maudoux
2022-10-17
Initial frames support
Guillaume Maudoux
2022-09-11
Cleanup error strings rebase
Guillaume Maudoux
2022-09-07
WIP: broken merge but need a git checkpoint
Guillaume Maudoux
2022-07-11
Merge branch 'master' into ignore-try
Ben Burdette
2022-07-11
move ignore-try to EvalSettings
Ben Burdette
2022-07-05
Add builtins.traceVerbose
Gytis Ivaskevicius
2022-06-02
Shut up clang warnings
Eelco Dolstra
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-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-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
No point in passing string_views by reference
Guillaume Maudoux
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
[next]