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
2016-02-29
Add an HTTP binary cache store
Eelco Dolstra
2016-02-24
Throw a specific error for incomplete parse errors.
Scott Olson
2016-02-12
Merge pull request #762 from ctheune/ctheune-floats
Eelco Dolstra
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
2016-01-05
First hit at providing support for floats in the language.
Christian Theune
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
2015-07-03
Fix the hack that resets the scanner state.
Guillaume Maudoux
2015-05-06
nix-env/nix-instantiate/nix-build: Support URIs
Eelco Dolstra
2015-05-05
Allow URLs in the Nix search path
Eelco Dolstra
2015-02-23
Add restricted evaluation mode
Eelco Dolstra
2015-02-19
Merge branch 'tilde-paths' of https://github.com/shlevy/nix
Eelco Dolstra
2015-02-19
tilde paths: The rest of the string has to start with a slash anyway
Shea Levy
2015-02-19
tilde paths: construct the entire path at parse time
Shea Levy
2015-02-19
tilde paths: get HOME at parse time
Shea Levy
2015-02-19
Remove obsolete reference to ~ operator
Eelco Dolstra
2015-02-19
Allow the leading component of a path to be a ~
Shea Levy
2015-01-07
Show position info for failing <...> lookups
Eelco Dolstra
2014-12-14
Pedantry
Eelco Dolstra
2014-10-05
Get rid of some unnecessary ExprConcatStrings nodes in dynamic attrs
Eelco Dolstra
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
2014-07-30
Rename nixPath to __nixPath
Eelco Dolstra
2014-05-26
Remove ExprBuiltin
Eelco Dolstra
2014-05-26
Make the Nix search path declarative
Eelco Dolstra
2014-05-26
Ensure that -I flags get included in nixPath
Eelco Dolstra
2014-05-26
Add primop ‘scopedImport’
Eelco Dolstra
2014-04-04
Show position info in attribute selection errors
Eelco Dolstra
2014-04-04
Show position info in Boolean operations
Eelco Dolstra
2014-04-04
Show position info in string concatenation / addition errors
Eelco Dolstra
2014-04-04
Pass position information to primop calls
Eelco Dolstra
2014-04-04
Include position info in function application
Eelco Dolstra
2014-03-10
The expr of AttrNames/DynamicAttrDefs is always an ExprConcatStrings
Shea Levy
2014-02-26
Warn about missing -I paths
Eelco Dolstra
2014-01-21
Fix some clang warnings
Eelco Dolstra
2014-01-21
Fix building against Bison 3.0.2
Eelco Dolstra
2014-01-14
Bare dynamic attrs: Match interpolation semantics
Shea Levy
2014-01-14
Allow "bare" dynamic attrs
Shea Levy
2013-12-31
Don't use any syntactic sugar for dynamic attrs
Shea Levy
2013-12-31
Fold dynamic binds handling into addAttr
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-10-17
Ensure proper type checking/coercion of "${expr}"
Eelco Dolstra
2013-10-08
Deduplicate filenames in Pos
Eelco Dolstra
2013-10-08
Show the exact position of undefined variables
Eelco Dolstra
2013-09-03
Get rid of the parse tree cache
Eelco Dolstra
2013-09-02
Add some support code for nix-repl
Eelco Dolstra
2013-09-02
Fix whitespace
Eelco Dolstra
2013-08-26
Simplify inherited attribute handling
Shea Levy
2013-08-19
Store Nix integers as longs
Eelco Dolstra
2013-08-02
Add comparison operators ‘<’, ‘<=’, ‘>’ and ‘>=’
Eelco Dolstra
[next]