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-04-29
Merge remote-tracking branch 'origin/master' into coerce-string
Guillaume Maudoux
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-03-18
Refactor to use more traces and less string manipulations
Guillaume Maudoux
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-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
2021-12-13
Merge branch 'better-interpolation-error-location' of https://github.com/gree...
Eelco Dolstra
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-06
libexpr: remove matchAttrs boolean from ExprLambda
Andreas Rammhold
2021-09-22
Better eval error locations for interpolation and +
Geoff Reedy
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
2021-01-21
Improve error formatting
Eelco Dolstra
2020-12-22
Move <nix/fetchurl.nix> into the nix binary
Eelco Dolstra
2020-09-29
Make Headers an optional argument
Eelco Dolstra
2020-09-25
Merge remote-tracking branch 'origin/master' into github-api-token
Gregory Hale
2020-09-23
lstat() cleanup
Eelco Dolstra
2020-09-16
Fetch commits from github/gitlab using Auth header
Greg Hale
2020-07-06
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-07-02
assert for invalid fileorigin
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-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-15
Give better error message about <...> in pure eval mode
Eelco Dolstra
2020-06-15
Get rid of explicit ErrorInfo constructors
Eelco Dolstra
2020-05-30
Remove TreeInfo
Eelco Dolstra
2020-05-21
remove error-demo from make; clean up comment
Ben Burdette
2020-05-20
print LOC for stdin, string args
Ben Burdette
2020-05-13
formatting and a few minor changes
Ben Burdette
2020-05-12
convert to logWarning format
Ben Burdette
[next]