Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-04 | * Refactoring: move initialisation and argument parsing into a shared | Eelco Dolstra | 1 | -1/+1 | |
file. | |||||
2003-07-04 | * Cleanup. | Eelco Dolstra | 1 | -34/+2 | |
2003-07-04 | * Caching of expression successors. | Eelco Dolstra | 1 | -13/+67 | |
2003-06-27 | * Realisation of Derive(...) expressions. | Eelco Dolstra | 1 | -135/+150 | |
2003-06-27 | * Realisation of File(...) expressions. | Eelco Dolstra | 1 | -229/+47 | |
2003-06-27 | * Normalisation. | Eelco Dolstra | 1 | -17/+125 | |
2003-06-23 | * A function to restore from a Nix archive. | Eelco Dolstra | 1 | -1/+1 | |
* addValue() can now import any dumpable FS object. | |||||
2003-06-18 | * Lambdas, applications, substitutions. | Eelco Dolstra | 1 | -4/+59 | |
2003-06-17 | * Started integrating the new evaluation model into Nix. | Eelco Dolstra | 1 | -3/+3 | |
* Cleaned up command-line syntax. | |||||
2003-06-17 | * Derefencing of hashed expressions. | Eelco Dolstra | 1 | -14/+19 | |
2003-06-17 | * Simplify the evaluator. | Eelco Dolstra | 1 | -28/+23 | |
2003-06-16 | * Argument processing. | Eelco Dolstra | 1 | -7/+31 | |
2003-06-16 | * Path hashing. | Eelco Dolstra | 1 | -1/+3 | |
2003-06-16 | * Started implementing the new evaluation model. | Eelco Dolstra | 1 | -0/+297 | |
* Lots of refactorings. * Unit tests. |