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
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-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
2020-06-15
Get rid of explicit ErrorInfo constructors
Eelco Dolstra
2020-05-21
position for stdin, string; (string) for trace; fix tests
Ben Burdette
2020-05-11
more pos reporting
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2018-03-14
Fix compatibility with latest boost::format
Eelco Dolstra
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-01-05
First hit at providing support for floats in the language.
Christian Theune
2015-12-17
showId: Handle empty attribute names
Eelco Dolstra
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
2015-03-06
Improve error message
Eelco Dolstra
2015-01-07
Remove quotes around filenames in position info
Eelco Dolstra
2014-10-20
Improve printing of ASTs
Eelco Dolstra
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
2014-08-20
Add some color
Eelco Dolstra
2014-05-26
Remove ExprBuiltin
Eelco Dolstra
2014-04-04
forceString: Show position info
Eelco Dolstra
2014-04-04
Remove unnecessary quotes around file names
Eelco Dolstra
2014-04-04
Include position info in function application
Eelco Dolstra
2014-04-01
Fix potential segfault
Eelco Dolstra
2013-12-31
Don't use any syntactic sugar for dynamic attrs
Shea Levy
2013-12-31
Dynamic attrs
Shea Levy
2013-12-31
Add the ExprBuiltin Expr type to the AST
Shea Levy
2013-11-18
Add a symbol __curPos that expands to the current source location
Eelco Dolstra
2013-11-12
Make function calls tail-recursive
Eelco Dolstra
2013-10-08
printStats(): Print the size of the symbol table in bytes
Eelco Dolstra
2013-10-08
Treat undefined variable errors consistently
Eelco Dolstra
2013-10-08
Show the exact position of undefined variables
Eelco Dolstra
2013-10-08
Merge VarRef into ExprVar
Eelco Dolstra
2013-09-02
Fix whitespace
Eelco Dolstra
2013-08-26
Simplify inherited attribute handling
Shea Levy
2013-05-16
Show function names in error messages
Eelco Dolstra
2011-07-13
* Allow a default value in attribute selection by writing
Eelco Dolstra
2011-07-06
* Change the right-hand side of the ‘.’ operator from an attribute to
Eelco Dolstra
2011-07-06
* In the ‘?’ operator, allow attribute paths. For instance, you can
Eelco Dolstra
2010-10-24
* Keep attribute sets in sorted order to speed up attribute lookups.
Eelco Dolstra
2010-10-22
* Store Value nodes outside of attribute sets. I.e., Attr now stores
Eelco Dolstra
2010-05-07
* Store position info for inherited attributes.
Eelco Dolstra
[next]