index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
parser.y
Age
Commit message (
Expand
)
Author
2022-05-25
Style tweaks
Eelco Dolstra
2022-05-06
trying debugThrow
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-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
remove Symbol::empty
pennae
2022-04-08
minor cleanup
Ben Burdette
2022-04-08
move throw to preverve Error type; turn off debugger for tryEval
Ben Burdette
2022-04-07
Merge remote-tracking branch 'upstream/master' into upstream-merge
Ben Burdette
2022-03-18
Refactor to use more traces and less string manipulations
Guillaume Maudoux
2022-03-14
more debug_throw coverage of EvalErrors
Ben Burdette
2022-03-04
Add error context for most basic coercions
Guillaume Maudoux
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-21
Remove std::vector alias
Eelco Dolstra
2022-02-04
Merge branch 'master' into debug-step
Ben Burdette
2022-02-02
Merge branch 'parser-improvements' of https://github.com/pennae/nix
Eelco Dolstra
2022-01-27
return string_views from forceString*
pennae
2022-01-27
convert a for more utilities to string_view
pennae
2022-01-25
Fix parsing of variable names that are a suffix of '__curPos'
regnat
2022-01-24
Fix parsing of variable names that are a prefix of '__curPos'
Eelco Dolstra
2022-01-19
defer formals duplicate check for incresed efficiency all round
pennae
2022-01-19
don't use Symbols for strings
pennae
2022-01-19
remove ExprIndStr
pennae
2022-01-13
avoid copies of parser input data
pennae
2022-01-13
don't strdup tokens in the lexer
pennae
2022-01-03
Merge branch 'master' into debug-exploratory-PR
Ben Burdette
2021-12-27
remove debug code
Ben Burdette
2021-12-20
:d error
Ben Burdette
2021-12-13
Merge branch 'better-interpolation-error-location' of https://github.com/gree...
Eelco Dolstra
2021-11-25
Merge branch 'master' into debug-merge
Ben Burdette
2021-11-17
Parse '(f x) y' the same as 'f x y'
Eelco Dolstra
2021-11-07
Remove unused "<let-body>" symbol
Andreas Rammhold
2021-11-04
Optimize primop calls
Eelco Dolstra
2021-11-04
StaticEnv: Use std::vector instead of std::map
Eelco Dolstra
2021-10-27
Remove redundant 'warning:'
Eelco Dolstra
2021-10-26
Make experimental-features a proper type
regnat
2021-10-22
more code cleanup
Ben Burdette
2021-10-22
remove more debug code
Ben Burdette
2021-10-11
comment out debugs
Ben Burdette
2021-10-06
libexpr: remove matchAttrs boolean from ExprLambda
Andreas Rammhold
2021-09-22
Better eval error locations for interpolation and +
Geoff Reedy
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-08-31
fix parse of `/${foo}`. was `// + foo`
Taeer Bar-Yam
2021-08-06
add antiquotations to paths
Taeer Bar-Yam
2021-04-13
libexpr: misc improvements for proper error position
Maximilian Bosch
[prev]
[next]