Age | Commit message (Expand) | Author | Files | Lines |
2012-02-04 | * Inline some functions and get rid of the indirection through | Eelco Dolstra | 1 | -0/+1 |
2010-10-24 | * Keep attribute sets in sorted order to speed up attribute lookups. | Eelco Dolstra | 1 | -1/+1 |
2010-10-24 | * Store attribute sets as a vector instead of a map (i.e. a red-black | Eelco Dolstra | 1 | -17/+17 |
2010-10-22 | * Store Value nodes outside of attribute sets. I.e., Attr now stores | Eelco Dolstra | 1 | -20/+20 |
2010-05-07 | * Keep track of the source positions of attributes. | Eelco Dolstra | 1 | -16/+16 |
2010-04-21 | * Store user environment manifests as a Nix expression in | Eelco Dolstra | 1 | -22/+1 |
2010-04-19 | * Added parsing of manifests in ATerm format. | Eelco Dolstra | 1 | -6/+10 |
2010-04-16 | * In an nested `with' where the inner with is a variable (`with ...; | Eelco Dolstra | 1 | -6/+7 |
2010-04-15 | * Store lists as lists of pointers to values rather than as lists of | Eelco Dolstra | 1 | -3/+3 |
2010-04-13 | * Use a symbol table to represent identifiers and attribute names | Eelco Dolstra | 1 | -8/+8 |
2010-04-12 | * Don't use ATerms for the abstract syntax trees anymore. Not | Eelco Dolstra | 1 | -11/+10 |
2010-04-07 | * Update autoCallFunction() and findAlongAttrPath(). | Eelco Dolstra | 1 | -4/+5 |
2010-04-07 | * Implemented the primops necessary for generating the NixOS manual. | Eelco Dolstra | 1 | -5/+2 |
2010-04-01 | * Improve sharing. | Eelco Dolstra | 1 | -16/+16 |
2010-03-31 | * Get nix-env to compile. | Eelco Dolstra | 1 | -26/+19 |
2010-03-31 | * Implemented derivations. | Eelco Dolstra | 1 | -85/+58 |
2010-03-29 | * Started integrating the new evaluator. | Eelco Dolstra | 1 | -0/+2 |
2009-06-30 | * Support integers and lists of strings in meta fields. This is | Eelco Dolstra | 1 | -11/+35 |
2008-08-25 | * Evaluate attributes in sorted order for better determinism. | Eelco Dolstra | 1 | -7/+16 |
2008-08-25 | * Minor simplification. | Eelco Dolstra | 1 | -9/+6 |
2007-09-17 | * nix-env: allow ~/.nix-defexpr to be a directory. If it is, then the | Eelco Dolstra | 1 | -2/+2 |
2007-05-01 | * Give unpacked channels more sensible names than 0, 1, ... They now | Eelco Dolstra | 1 | -3/+12 |
2007-05-01 | * nix-env -i: instead of breaking package ties by version, break them | Eelco Dolstra | 1 | -0/+9 |
2007-02-02 | * nix-env now maintains meta info (from the `meta' derivation | Eelco Dolstra | 1 | -0/+10 |
2007-01-13 | * Cleanup. | Eelco Dolstra | 1 | -2/+2 |
2006-10-17 | * Backwards compatibility hack for user environments made by Nix <= 0.10. | Eelco Dolstra | 1 | -0/+7 |
2006-10-16 | * Big cleanup of the semantics of paths, strings, contexts, string | Eelco Dolstra | 1 | -8/+12 |
2006-09-04 | * Use a proper namespace. | Eelco Dolstra | 1 | -1/+8 |
2006-07-28 | * `nix-instantiate ... --arg NAME VALUE': allow arguments to be passed | Eelco Dolstra | 1 | -6/+7 |
2006-07-26 | * Refactoring: get the selection path stuff out of getDerivations() | Eelco Dolstra | 1 | -98/+33 |
2006-07-25 | * `nix-instantiate --print-args' prints out the arguments of a | Eelco Dolstra | 1 | -3/+3 |
2006-07-25 | * Applied rbroek's patch from the branch at | Eelco Dolstra | 1 | -15/+29 |
2006-07-24 | * Refactoring to support domain checks. | Eelco Dolstra | 1 | -4/+3 |
2006-07-19 | * Better error messages (especially wrt types). | Eelco Dolstra | 1 | -4/+4 |
2006-05-30 | * Don't use badTerm, it gives awful error messages. | Eelco Dolstra | 1 | -1/+2 |
2006-05-04 | * Use the new ATermMap. | Eelco Dolstra | 1 | -21/+21 |
2006-05-02 | * Huge reduction in memory use (2/3 or so on large nix-env -qas | Eelco Dolstra | 1 | -8/+8 |
2006-05-02 | * Some preliminaries towards NIX-45. | Eelco Dolstra | 1 | -1/+1 |
2006-05-01 | * Allow string concatenations involving derivations, e.g., | Eelco Dolstra | 1 | -0/+4 |
2006-03-23 | * In `nix-env', look for derivations inside attribute sets that have | Eelco Dolstra | 1 | -1/+15 |
2006-03-10 | * `nix-env -qa --description' shows human-readable descriptions of | Eelco Dolstra | 1 | -0/+43 |
2006-03-09 | * Regression: semantics of the result of getDerivation() changed. | Eelco Dolstra | 1 | -2/+2 |
2006-03-08 | * When obtaining derivations from Nix expressions, ignore all | Eelco Dolstra | 1 | -34/+50 |
2006-02-10 | * In nix-instantiate, allow us to specify a "path" to the | Eelco Dolstra | 1 | -26/+74 |
2006-02-08 | * When querying all derivations, filter out syntactically equal derivations. | Eelco Dolstra | 1 | -12/+36 |
2006-02-08 | * When evaluating, automatically call functions with default arguments. | Eelco Dolstra | 1 | -4/+23 |
2006-02-08 | * Refactoring: move derivation evaluation to libexpr. | Eelco Dolstra | 1 | -0/+67 |