Age | Commit message (Expand) | Author | Files | Lines |
2012-06-27 | nix-store -r: do substitutions in parallel | Eelco Dolstra | 1 | -1/+1 |
2012-04-13 | Use Bison 2.5 | Eelco Dolstra | 1 | -0/+2 |
2012-03-05 | Fix compilation on FreeBSD | Eelco Dolstra | 2 | -0/+2 |
2012-02-09 | Fix error message | Eelco Dolstra | 1 | -3/+4 |
2012-02-04 | * Inline some functions and get rid of the indirection through | Eelco Dolstra | 6 | -116/+93 |
2012-02-04 | * Print elapsed evaluation time. | Eelco Dolstra | 1 | -1/+9 |
2012-01-26 | * Fix importing a derivation. This gave a segfault. | Eelco Dolstra | 1 | -8/+23 |
2012-01-19 | * Allow comparisons between derivations by comparing the outPath | Eelco Dolstra | 1 | -2/+14 |
2012-01-19 | * Add some debug output to print the derivation name once it's known. | Eelco Dolstra | 1 | -1/+4 |
2012-01-07 | * Don't create thunks for simple constants (integers, strings, paths) | Eelco Dolstra | 5 | -133/+193 |
2012-01-04 | * Remove dead code. | Eelco Dolstra | 2 | -4/+0 |
2012-01-04 | * Don't use dynamic_cast, it's very slow. "nix-instantiate | Eelco Dolstra | 3 | -24/+23 |
2012-01-03 | * Drop the inefficient "Path" suffix in output attribute names. | Eelco Dolstra | 1 | -3/+1 |
2012-01-03 | * Move the implementation of the ‘derivation’ primop into a separate | Eelco Dolstra | 2 | -25/+3 |
2011-12-21 | * The ‘foo.drvPath’ feature was already broken in read-only mode. | Eelco Dolstra | 1 | -1/+2 |
2011-12-21 | * Simplify the context handling logic. | Eelco Dolstra | 1 | -24/+13 |
2011-12-16 | * Sync with the trunk. | Eelco Dolstra | 3 | -14/+16 |
2011-12-02 | * Move parseHash16or32 into libutil, and use in nix-hash. | Eelco Dolstra | 1 | -11/+1 |
2011-12-01 | * Allow '<nixexpr>' syntax to be used in nix-instantiate, nix-build | Eelco Dolstra | 2 | -0/+13 |
2011-11-06 | There's no need to mess with drvPath at all | Shea Levy | 1 | -6/+4 |
2011-11-06 | Fix faulty reversion of my changes to unsafeDiscardOutputDependency | Shea Levy | 1 | -1/+1 |
2011-11-06 | Respect all outputs passed to the derivation, not just the last one | Shea Levy | 1 | -1/+3 |
2011-11-06 | Remove the unused sCurrentOutput symbol | Shea Levy | 2 | -2/+1 |
2011-11-06 | Embed output name into the context of the *OutPath attributes and extract it ... | Shea Levy | 1 | -2/+9 |
2011-11-06 | Include all outputs of derivations in the closure of explicitly-passed deriva... | Shea Levy | 1 | -2/+8 |
2011-11-06 | The 'insert output between = signs' approach was not helpful | Shea Levy | 1 | -9/+2 |
2011-11-06 | Merge from trunk | Shea Levy | 1 | -3/+6 |
2011-10-27 | * In printValueAsXML, handle the case where a "type" attribute is not | Eelco Dolstra | 1 | -3/+6 |
2011-09-16 | Remove the current output metadata from the string for unsaveDiscardOutputDep... | Shea Levy | 1 | -1/+8 |
2011-09-16 | Add information about which output is active to drvPath's context | Shea Levy | 1 | -4/+6 |
2011-09-16 | Add an sCurrentOutput member to EvalState | Shea Levy | 2 | -1/+2 |
2011-09-16 | Add a currentOutput attribute to derivations keep track of which output is ac... | Shea Levy | 1 | -1/+4 |
2011-09-14 | First attempt at the output-as-derivation semantics | Shea Levy | 1 | -9/+27 |
2011-08-31 | * Eliminate all uses of the global variable ‘store’ from libstore. | Eelco Dolstra | 1 | -4/+4 |
2011-08-06 | * Cache the result of file evaluation (i.e, memoize evalFile()). This | Eelco Dolstra | 2 | -11/+22 |
2011-08-06 | * Handle the case where the search path element is a regular file. | Eelco Dolstra | 1 | -1/+2 |
2011-08-06 | * Remove a debug statement. | Eelco Dolstra | 1 | -1/+0 |
2011-08-06 | * Add the Nix corepkgs to the end of the search path. This makes it | Eelco Dolstra | 1 | -0/+2 |
2011-08-06 | * Allow redirections in search path entries. E.g. if you have a | Eelco Dolstra | 2 | -6/+25 |
2011-08-06 | * Add a Nix expression search path feature. Paths between angle | Eelco Dolstra | 6 | -6/+72 |
2011-08-06 | * Refactoring: move parseExprFromFile() and parseExprFromString() into | Eelco Dolstra | 7 | -42/+30 |
2011-07-20 | * Don't allow derivations with fixed and non-fixed outputs. | Eelco Dolstra | 1 | -43/+38 |
2011-07-20 | * Fix a huuuuge security hole in the Nix daemon. It didn't check that | Eelco Dolstra | 2 | -65/+3 |
2011-07-18 | * Support multiple outputs. A derivation can declare multiple outputs | Eelco Dolstra | 1 | -45/+84 |
2011-07-13 | * Allow attribute names to be strings. Based on the | Eelco Dolstra | 1 | -0/+2 |
2011-07-13 | * Allow a default value in attribute selection by writing | Eelco Dolstra | 5 | -21/+43 |
2011-07-06 | * Change the right-hand side of the ‘.’ operator from an attribute to | Eelco Dolstra | 4 | -18/+33 |
2011-07-06 | * In the ‘?’ operator, allow attribute paths. For instance, you can | Eelco Dolstra | 4 | -24/+47 |
2011-02-10 | * Don't allocate a big initial GC address space on machines with | Eelco Dolstra | 1 | -11/+24 |
2011-02-09 | * Don't call GC_expand_hp unless we're actually using the garbage | Eelco Dolstra | 1 | -0/+18 |