aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/get-drvs.cc
AgeCommit message (Expand)Author
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
2010-04-07* Implemented the primops necessary for generating the NixOS manual.Eelco Dolstra
2010-04-01* Improve sharing.Eelco Dolstra
2010-03-31* Get nix-env to compile.Eelco Dolstra
2010-03-31* Implemented derivations.Eelco Dolstra
2010-03-29* Started integrating the new evaluator.Eelco Dolstra
2009-06-30* Support integers and lists of strings in meta fields. This isEelco Dolstra
2008-08-25* Evaluate attributes in sorted order for better determinism.Eelco Dolstra
2008-08-25* Minor simplification.Eelco Dolstra
2007-09-17* nix-env: allow ~/.nix-defexpr to be a directory. If it is, then theEelco Dolstra
2007-05-01* Give unpacked channels more sensible names than 0, 1, ... They nowEelco Dolstra
2007-05-01* nix-env -i: instead of breaking package ties by version, break themEelco Dolstra
2007-02-02* nix-env now maintains meta info (from the `meta' derivationEelco Dolstra
2007-01-13* Cleanup.Eelco Dolstra
2006-10-17* Backwards compatibility hack for user environments made by Nix <= 0.10.Eelco Dolstra
2006-10-16* Big cleanup of the semantics of paths, strings, contexts, stringEelco Dolstra
2006-09-04* Use a proper namespace.Eelco Dolstra
2006-07-28* `nix-instantiate ... --arg NAME VALUE': allow arguments to be passedEelco Dolstra
2006-07-26* Refactoring: get the selection path stuff out of getDerivations()Eelco Dolstra
2006-07-25* `nix-instantiate --print-args' prints out the arguments of aEelco Dolstra
2006-07-25* Applied rbroek's patch from the branch atEelco Dolstra
2006-07-24* Refactoring to support domain checks.Eelco Dolstra
2006-07-19* Better error messages (especially wrt types).Eelco Dolstra
2006-05-30* Don't use badTerm, it gives awful error messages.Eelco Dolstra
2006-05-04* Use the new ATermMap.Eelco Dolstra
2006-05-02* Huge reduction in memory use (2/3 or so on large nix-env -qasEelco Dolstra
2006-05-02* Some preliminaries towards NIX-45.Eelco Dolstra
2006-05-01* Allow string concatenations involving derivations, e.g.,Eelco Dolstra
2006-03-23* In `nix-env', look for derivations inside attribute sets that haveEelco Dolstra
2006-03-10* `nix-env -qa --description' shows human-readable descriptions ofEelco Dolstra
2006-03-09* Regression: semantics of the result of getDerivation() changed.Eelco Dolstra
2006-03-08* When obtaining derivations from Nix expressions, ignore allEelco Dolstra
2006-02-10* In nix-instantiate, allow us to specify a "path" to theEelco Dolstra
2006-02-08* When querying all derivations, filter out syntactically equal derivations.Eelco Dolstra
2006-02-08* When evaluating, automatically call functions with default arguments.Eelco Dolstra
2006-02-08* Refactoring: move derivation evaluation to libexpr.Eelco Dolstra