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-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
2021-12-27
don't add underscore names to extras
Ben Burdette
2021-12-23
DebugTrace
Ben Burdette
2021-12-23
makeDebugTraceStacker
Ben Burdette
2021-12-23
indenting
Ben Burdette
2021-12-22
stack traces basically working
Ben Burdette
2021-12-22
DebugStackTracker class in one place
Ben Burdette
2021-12-20
bulk-allocate Value instances in the evaluator
pennae
2021-12-13
Merge branch 'better-interpolation-error-location' of https://github.com/gree...
Eelco Dolstra
2021-11-30
fix merge issues
Ben Burdette
2021-11-25
Merge pull request #5648 from edolstra/list-iter
Eelco Dolstra
2021-11-25
Merge branch 'master' into debug-merge
Ben Burdette
2021-11-25
Support range-based for loop over list values
Eelco Dolstra
2021-11-25
more cleanup
Ben Burdette
2021-11-25
Fix the error when accessing a forbidden path in pure eval
regnat
2021-11-20
add real path to allowedPaths
Tom Bereknyei
2021-11-16
Call functors with both arguments at once
Eelco Dolstra
2021-11-16
Don't hang when calling an attrset
Eelco Dolstra
[prev]
[next]