about summary refs log tree commit diff
path: root/src/libexpr/get-drvs.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-04 * Use a proper namespace.Eelco Dolstra1-1/+8
2006-07-28 * `nix-instantiate ... --arg NAME VALUE': allow arguments to be passedEelco Dolstra1-6/+7
2006-07-26 * Refactoring: get the selection path stuff out of getDerivations()Eelco Dolstra1-98/+33
2006-07-25 * `nix-instantiate --print-args' prints out the arguments of aEelco Dolstra1-3/+3
2006-07-25 * Applied rbroek's patch from the branch atEelco Dolstra1-15/+29
2006-07-24 * Refactoring to support domain checks.Eelco Dolstra1-4/+3
2006-07-19 * Better error messages (especially wrt types).Eelco Dolstra1-4/+4
2006-05-30 * Don't use badTerm, it gives awful error messages.Eelco Dolstra1-1/+2
2006-05-04 * Use the new ATermMap.Eelco Dolstra1-21/+21
2006-05-02 * Huge reduction in memory use (2/3 or so on large nix-env -qasEelco Dolstra1-8/+8
2006-05-02 * Some preliminaries towards NIX-45.Eelco Dolstra1-1/+1
2006-05-01 * Allow string concatenations involving derivations, e.g.,Eelco Dolstra1-0/+4
2006-03-23 * In `nix-env', look for derivations inside attribute sets that haveEelco Dolstra1-1/+15
2006-03-10 * `nix-env -qa --description' shows human-readable descriptions ofEelco Dolstra1-0/+43
2006-03-09 * Regression: semantics of the result of getDerivation() changed.Eelco Dolstra1-2/+2
2006-03-08 * When obtaining derivations from Nix expressions, ignore allEelco Dolstra1-34/+50
2006-02-10 * In nix-instantiate, allow us to specify a "path" to theEelco Dolstra1-26/+74
2006-02-08 * When querying all derivations, filter out syntactically equal derivations.Eelco Dolstra1-12/+36
2006-02-08 * When evaluating, automatically call functions with default arguments.Eelco Dolstra1-4/+23
2006-02-08 * Refactoring: move derivation evaluation to libexpr.Eelco Dolstra1-0/+67