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-03-07
more fixes
Guillaume Maudoux
2022-03-05
DRY addPrimOp
Guillaume Maudoux
2022-03-04
Use 'errorCtx' name everywhere
Guillaume Maudoux
2022-03-04
fixup! s/forceValue/forceFunction/ where applicable
Guillaume Maudoux
2022-03-04
Add detailed error mesage for coerceTo{String,Path}
Guillaume Maudoux
2022-03-04
Add error context for most basic coercions
Guillaume Maudoux
2022-03-03
Add some context to coercion error strings
Guillaume Maudoux
2022-03-03
Be more aggressive in hiding repeated values
Eelco Dolstra
2022-03-03
printValue(): Don't show repeated values
Eelco Dolstra
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
Expr refs instead of pointers
Ben Burdette
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-10
update the eval-inline throw fns
Ben Burdette
2022-02-10
remove fakeEnv stuff and instead use last context from the stack
Ben Burdette
2022-02-04
a few merge fixes
Ben Burdette
2022-02-04
Merge branch 'master' into debug-step
Ben Burdette
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-02-03
break() primop; step and go debug commands
Ben Burdette
2022-02-02
Merge branch 'parser-improvements' of https://github.com/pennae/nix
Eelco Dolstra
2022-01-27
optionally return string_view from coerceToString
pennae
2022-01-27
return string_views from forceString*
pennae
2022-01-22
allocate a GC root value for the Value cache pointer
pennae
2022-01-21
determinePos: remove from critical path
Kevin Amado
2022-01-21
forceAttrs: make pos mandatory
Kevin Amado
2022-01-21
forceValue: make pos mandatory
Kevin Amado
2022-01-19
defer formals duplicate check for incresed efficiency all round
pennae
2022-01-13
cache more often-used symbols for primops
pennae
2022-01-12
optimize ExprConcatStrings::eval
pennae
2022-01-08
optinoal error; compiles
Ben Burdette
2022-01-07
add env to DebugTrace
Ben Burdette
2022-01-05
add colors; remove headings
Ben Burdette
2022-01-05
tidy up debugtraces
Ben Burdette
2022-01-04
Remove EvalState::mkAttrs()
Eelco Dolstra
2022-01-04
Move empty attrset optimisation
Eelco Dolstra
2022-01-04
Remove non-method mkPath()
Eelco Dolstra
2022-01-04
Remove non-method mk<X> functions
Eelco Dolstra
2022-01-04
Remove non-method mkString()
Eelco Dolstra
2022-01-04
Ensure that attrsets are sorted
Eelco Dolstra
2022-01-03
filter out underscore names
Ben Burdette
2022-01-03
Merge branch 'master' into debug-exploratory-PR
Ben Burdette
2021-12-27
more cleanup
Ben Burdette
2021-12-27
remove debug code
Ben Burdette
2021-12-27
add DebugTrace for the current error
Ben Burdette
2021-12-27
:d env
Ben Burdette
2021-12-27
don't add builtins to extras, initEnv() in regular repl
Ben Burdette
[prev]
[next]