depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
parser.y
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-29
Support Git repos in the Nix path
Eelco Dolstra
1
-4
/
+9
2016-04-14
Make the search path lazier with non-fatal errors
Eelco Dolstra
1
-18
/
+42
2016-02-29
Add an HTTP binary cache store
Eelco Dolstra
1
-1
/
+1
2016-02-24
Throw a specific error for incomplete parse errors.
Scott Olson
1
-1
/
+8
2016-02-12
Merge pull request #762 from ctheune/ctheune-floats
Eelco Dolstra
1
-0
/
+3
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
1
-1
/
+1
2016-01-05
First hit at providing support for floats in the language.
Christian Theune
1
-0
/
+3
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
1
-10
/
+10
2015-07-03
Fix the hack that resets the scanner state.
Guillaume Maudoux
1
-15
/
+4
2015-05-06
nix-env/nix-instantiate/nix-build: Support URIs
Eelco Dolstra
1
-9
/
+0
2015-05-05
Allow URLs in the Nix search path
Eelco Dolstra
1
-7
/
+22
2015-02-23
Add restricted evaluation mode
Eelco Dolstra
1
-1
/
+2
2015-02-19
Merge branch 'tilde-paths' of https://github.com/shlevy/nix
Eelco Dolstra
1
-1
/
+2
2015-02-19
tilde paths: The rest of the string has to start with a slash anyway
Shea Levy
1
-1
/
+1
2015-02-19
tilde paths: construct the entire path at parse time
Shea Levy
1
-6
/
+1
2015-02-19
tilde paths: get HOME at parse time
Shea Levy
1
-3
/
+1
2015-02-19
Remove obsolete reference to ~ operator
Eelco Dolstra
1
-1
/
+0
2015-02-19
Allow the leading component of a path to be a ~
Shea Levy
1
-1
/
+9
2015-01-07
Show position info for failing <...> lookups
Eelco Dolstra
1
-2
/
+6
2014-12-14
Pedantry
Eelco Dolstra
1
-4
/
+0
2014-10-05
Get rid of some unnecessary ExprConcatStrings nodes in dynamic attrs
Eelco Dolstra
1
-12
/
+8
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
1
-7
/
+7
2014-07-30
Rename nixPath to __nixPath
Eelco Dolstra
1
-1
/
+1
2014-05-26
Remove ExprBuiltin
Eelco Dolstra
1
-8
/
+8
2014-05-26
Make the Nix search path declarative
Eelco Dolstra
1
-12
/
+11
2014-05-26
Ensure that -I flags get included in nixPath
Eelco Dolstra
1
-1
/
+1
2014-05-26
Add primop ‘scopedImport’
Eelco Dolstra
1
-2
/
+8
2014-04-04
Show position info in attribute selection errors
Eelco Dolstra
1
-4
/
+4
2014-04-04
Show position info in Boolean operations
Eelco Dolstra
1
-5
/
+5
2014-04-04
Show position info in string concatenation / addition errors
Eelco Dolstra
1
-6
/
+6
2014-04-04
Pass position information to primop calls
Eelco Dolstra
1
-8
/
+8
2014-04-04
Include position info in function application
Eelco Dolstra
1
-3
/
+3
2014-03-10
The expr of AttrNames/DynamicAttrDefs is always an ExprConcatStrings
Shea Levy
1
-2
/
+2
2014-02-26
Warn about missing -I paths
Eelco Dolstra
1
-2
/
+3
2014-01-21
Fix some clang warnings
Eelco Dolstra
1
-1
/
+1
2014-01-21
Fix building against Bison 3.0.2
Eelco Dolstra
1
-1
/
+1
2014-01-14
Bare dynamic attrs: Match interpolation semantics
Shea Levy
1
-1
/
+1
2014-01-14
Allow "bare" dynamic attrs
Shea Levy
1
-0
/
+1
2013-12-31
Don't use any syntactic sugar for dynamic attrs
Shea Levy
1
-119
/
+23
2013-12-31
Fold dynamic binds handling into addAttr
Shea Levy
1
-55
/
+35
2013-12-31
Dynamic attrs
Shea Levy
1
-21
/
+197
2013-12-31
Add the ExprBuiltin Expr type to the AST
Shea Levy
1
-9
/
+9
2013-11-18
Add a symbol __curPos that expands to the current source location
Eelco Dolstra
1
-1
/
+6
2013-10-17
Ensure proper type checking/coercion of "${expr}"
Eelco Dolstra
1
-2
/
+3
2013-10-08
Deduplicate filenames in Pos
Eelco Dolstra
1
-2
/
+2
2013-10-08
Show the exact position of undefined variables
Eelco Dolstra
1
-18
/
+14
2013-09-03
Get rid of the parse tree cache
Eelco Dolstra
1
-9
/
+7
2013-09-02
Add some support code for nix-repl
Eelco Dolstra
1
-4
/
+10
2013-09-02
Fix whitespace
Eelco Dolstra
1
-17
/
+17
2013-08-26
Simplify inherited attribute handling
Shea Levy
1
-1
/
+1
[next]