Age | Commit message (Expand) | Author | Files | Lines |
2017-11-03 | Remove git:// support in NIX_PATH | Eelco Dolstra | 1 | -6/+1 |
2017-10-30 | builtins.fetchgit: Support importing a working tree | Eelco Dolstra | 1 | -1/+1 |
2017-10-30 | builtins.fetchGit: Return an attrset with revision info | Eelco Dolstra | 1 | -1/+1 |
2017-07-30 | Replace Unicode quotes in user-facing strings by ASCII | Jörg Thalheim | 1 | -8/+8 |
2017-07-26 | nix-build/nix-shell: Eliminate call to nix-instantiate / nix-store | Eelco Dolstra | 1 | -0/+7 |
2017-05-05 | Figure out the user's home directory if $HOME is not set | Eelco Dolstra | 1 | -1/+1 |
2016-11-26 | Revert "Get rid of unicode quotes (#1140)" | Eelco Dolstra | 1 | -9/+9 |
2016-11-25 | Get rid of unicode quotes (#1140) | Guillaume Maudoux | 1 | -9/+9 |
2016-09-21 | printMsg(lvlError, ...) -> printError(...) etc. | Eelco Dolstra | 1 | -2/+2 |
2016-09-14 | Enable HTTP/2 support | Eelco Dolstra | 1 | -1/+1 |
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 |