index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
nixexpr.cc
Age
Commit message (
Expand
)
Author
2022-12-13
Restore display of source lines for stdin/string inputs
Eelco Dolstra
2022-12-13
Introduce AbstractPos
Eelco Dolstra
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-05-22
remove redundant 'debugMode' flag
Ben Burdette
2022-05-22
comments
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-05
Style fixes
Eelco Dolstra
2022-04-29
line endings
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
replace most Pos objects/ptrs with indexes into a position table
pennae
2022-04-21
remove Symbol::empty
pennae
2022-04-07
Merge remote-tracking branch 'upstream/master' into upstream-merge
Ben Burdette
2022-03-14
have only one debuggerHook declaration
Ben Burdette
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-25
ExprAttrs::show(): Show attrs in sorted order
Eelco Dolstra
2022-02-11
for primops, enter the debugger at the last DebugTrace in the stack
Ben Burdette
2022-02-04
Merge branch 'master' into debug-step
Ben Burdette
2022-01-24
ExprConcatStrings::show(): Print values instead of pointers
Eelco Dolstra
2022-01-13
avoid allocations in SymbolTable::create
pennae
2022-01-03
Merge branch 'master' into debug-exploratory-PR
Ben Burdette
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 branch 'master' into debug-merge
Ben Burdette
2021-11-25
more cleanup
Ben Burdette
2021-11-09
cleanup
Ben Burdette
2021-11-04
Add level / displacement types
Eelco Dolstra
2021-11-04
Optimize primop calls
Eelco Dolstra
2021-11-04
StaticEnv: Use std::vector instead of std::map
Eelco Dolstra
2021-10-22
more code cleanup
Ben Burdette
2021-10-11
comment out debugs
Ben Burdette
2021-10-06
libexpr: remove matchAttrs boolean from ExprLambda
Andreas Rammhold
2021-10-02
storing staticenv bindings
Ben Burdette
2021-09-23
ok was unconditoinally throwing on any With var
Ben Burdette
2021-09-22
Better eval error locations for interpolation and +
Geoff Reedy
2021-09-22
staticenv should be With
Ben Burdette
2021-09-22
more debug stuff
Ben Burdette
2021-09-15
add cout debugging
Ben Burdette
2021-09-14
shared_ptr for StaticEnv
Ben Burdette
2021-01-21
Improve error formatting
Eelco Dolstra
2020-06-30
comments and cleanup
Ben Burdette
2020-06-23
use plain errPos instead of nixCode; fix tests
Ben Burdette
2020-06-18
Merge branch 'master' into caveman-LOCs
Ben Burdette
2020-06-15
Remove trailing whitespace
Eelco Dolstra
[next]