aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/common-opts.cc
AgeCommit message (Expand)Author
2016-02-29Add an HTTP binary cache storeEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra
2015-05-06nix-env/nix-instantiate/nix-build: Support URIsEelco Dolstra
2014-09-19Store Attrs inside BindingsEelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-08-13Refactor option handlingEelco Dolstra
2014-05-26Make the Nix search path declarativeEelco Dolstra
2014-05-26Ensure that -I flags get included in nixPathEelco Dolstra
2014-02-26Warn about missing -I pathsEelco Dolstra
2012-02-09Fix error messageEelco Dolstra
2011-12-01* Allow '<nixexpr>' syntax to be used in nix-instantiate, nix-buildEelco Dolstra
2011-08-06* Add a Nix expression search path feature. Paths between angleEelco Dolstra
2011-08-06* Refactoring: move parseExprFromFile() and parseExprFromString() intoEelco 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 storesEelco Dolstra
2010-05-18* The << operator on values should be const.Eelco Dolstra
2010-05-07* Keep track of the source positions of attributes.Eelco Dolstra
2010-04-13* Use a symbol table to represent identifiers and attribute namesEelco Dolstra
2010-04-12* Don't use ATerms for the abstract syntax trees anymore. NotEelco Dolstra
2010-04-07* Update autoCallFunction() and findAlongAttrPath().Eelco Dolstra
2007-01-14* Option --argstr for passing string arguments easily. (NIX-75)Eelco Dolstra