index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
nixexpr.hh
Age
Commit message (
Expand
)
Author
2022-04-26
Don't pass Symbol by reference
Eelco Dolstra
2022-04-25
rename SymbolIdx -> Symbol, Symbol -> SymbolStr
pennae
2022-04-22
Move ChunkedVector to its own header
Théophane Hufschmitt
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-03-08
make Pos smaller
pennae
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
fix nix repl not overriding existing bindings in :a
pennae
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-04
Turn mkString(Symbol) into a method
Eelco Dolstra
2022-01-04
Remove non-method mk<X> functions
Eelco Dolstra
2021-12-27
Fix accidental O(n^2 * log n) performance in NixRepl::addAttrsToScope
Yorick van Pelt
2021-12-13
Merge branch 'better-interpolation-error-location' of https://github.com/gree...
Eelco Dolstra
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-06
libexpr: remove matchAttrs boolean from ExprLambda
Andreas Rammhold
2021-09-22
Better eval error locations for interpolation and +
Geoff Reedy
2021-04-13
libexpr: misc improvements for proper error position
Maximilian Bosch
2021-02-22
Make missing auto-call arguments throw an eval error
regnat
2021-01-21
Improve error formatting
Eelco Dolstra
2021-01-15
Merge pull request #4240 from bburdette/2259-error-message
Domen Kožar
2020-12-18
Replace Value type setters with mk* functions
Silvan Mosberger
2020-11-11
missing argument error
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
Get rid of explicit ErrorInfo constructors
Eelco Dolstra
2020-05-20
print LOC for stdin, string args
Ben Burdette
2020-05-12
new pos format for more errors
Ben Burdette
2020-05-11
fixes to merged code
Ben Burdette
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-04-29
uncrustify formatting
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-09
Attach pos to if expression errors
Domen Kožar
2020-04-02
Make function arguments retain position info
Silvan Mosberger
2019-11-10
Fix extra ; warnings involving MakeError
John Ericson
2018-05-11
Revert "Throw a specific error for incomplete parse errors."
Eelco Dolstra
2018-05-02
Fix some random -Wconversion warnings
Eelco Dolstra
2018-03-14
Fix compatibility with latest boost::format
Eelco Dolstra
2018-03-09
Modified MakeBinOp to no longer produce its name using concatenation and "##".
Tim Engler
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-02-24
Throw a specific error for incomplete parse errors.
Scott Olson
2016-01-05
First hit at providing support for floats in the language.
Christian Theune
2015-02-23
Add restricted evaluation mode
Eelco Dolstra
[next]