aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/parser.y
AgeCommit message (Expand)Author
2017-11-03Remove git:// support in NIX_PATHEelco Dolstra
2017-10-30builtins.fetchgit: Support importing a working treeEelco Dolstra
2017-10-30builtins.fetchGit: Return an attrset with revision infoEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-26nix-build/nix-shell: Eliminate call to nix-instantiate / nix-storeEelco Dolstra
2017-05-05Figure out the user's home directory if $HOME is not setEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-09-21printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra
2016-09-14Enable HTTP/2 supportEelco Dolstra
2016-04-29Support Git repos in the Nix pathEelco Dolstra
2016-04-14Make the search path lazier with non-fatal errorsEelco Dolstra
2016-02-29Add an HTTP binary cache storeEelco Dolstra
2016-02-24Throw a specific error for incomplete parse errors.Scott Olson
2016-02-12Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra
2016-01-05First hit at providing support for floats in the language.Christian Theune
2015-07-17OCD: foreach -> C++11 ranged forEelco Dolstra
2015-07-03Fix the hack that resets the scanner state.Guillaume Maudoux
2015-05-06nix-env/nix-instantiate/nix-build: Support URIsEelco Dolstra
2015-05-05Allow URLs in the Nix search pathEelco Dolstra
2015-02-23Add restricted evaluation modeEelco Dolstra
2015-02-19Merge branch 'tilde-paths' of https://github.com/shlevy/nixEelco Dolstra
2015-02-19tilde paths: The rest of the string has to start with a slash anywayShea Levy
2015-02-19tilde paths: construct the entire path at parse timeShea Levy
2015-02-19tilde paths: get HOME at parse timeShea Levy
2015-02-19Remove obsolete reference to ~ operatorEelco Dolstra
2015-02-19Allow the leading component of a path to be a ~Shea Levy
2015-01-07Show position info for failing <...> lookupsEelco Dolstra
2014-12-14PedantryEelco Dolstra
2014-10-05Get rid of some unnecessary ExprConcatStrings nodes in dynamic attrsEelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-07-30Rename nixPath to __nixPathEelco Dolstra
2014-05-26Remove ExprBuiltinEelco Dolstra
2014-05-26Make the Nix search path declarativeEelco Dolstra
2014-05-26Ensure that -I flags get included in nixPathEelco Dolstra
2014-05-26Add primop ‘scopedImport’Eelco Dolstra
2014-04-04Show position info in attribute selection errorsEelco Dolstra
2014-04-04Show position info in Boolean operationsEelco Dolstra
2014-04-04Show position info in string concatenation / addition errorsEelco Dolstra
2014-04-04Pass position information to primop callsEelco Dolstra
2014-04-04Include position info in function applicationEelco Dolstra
2014-03-10The expr of AttrNames/DynamicAttrDefs is always an ExprConcatStringsShea Levy
2014-02-26Warn about missing -I pathsEelco Dolstra
2014-01-21Fix some clang warningsEelco Dolstra
2014-01-21Fix building against Bison 3.0.2Eelco Dolstra
2014-01-14Bare dynamic attrs: Match interpolation semanticsShea Levy
2014-01-14Allow "bare" dynamic attrsShea Levy
2013-12-31Don't use any syntactic sugar for dynamic attrsShea Levy
2013-12-31Fold dynamic binds handling into addAttrShea Levy