Age | Commit message (Expand) | Author | Files | Lines |
2012-01-19 | * Add a test case for comparing derivations. | Eelco Dolstra | 2 | -0/+11 |
2012-01-03 | * Refactoring: Get rid of a few subdirectories in corepkgs/, and some | Eelco Dolstra | 1 | -1/+1 |
2011-12-21 | * Add some accidentally committed files. | Eelco Dolstra | 2 | -2/+0 |
2011-08-06 | * Add the Nix corepkgs to the end of the search path. This makes it | Eelco Dolstra | 2 | -3/+3 |
2011-08-06 | * Allow redirections in search path entries. E.g. if you have a | Eelco Dolstra | 3 | -3/+3 |
2011-08-06 | * Add a Nix expression search path feature. Paths between angle | Eelco Dolstra | 13 | -0/+15 |
2011-07-13 | * Allow attribute names to be strings. Based on the | Eelco Dolstra | 2 | -0/+21 |
2011-07-13 | * Allow a default value in attribute selection by writing | Eelco Dolstra | 2 | -0/+22 |
2011-07-06 | * Test case. | Eelco Dolstra | 2 | -0/+8 |
2011-01-14 | * builtins.substring: if "start" is beyond the end of the string, | Eelco Dolstra | 2 | -1/+3 |
2010-10-24 | * Keep attribute sets in sorted order to speed up attribute lookups. | Eelco Dolstra | 1 | -1/+1 |
2010-10-23 | * Regression test for listToAttr's behaviour if an attribute name | Eelco Dolstra | 2 | -2/+3 |
2010-10-22 | * Regression test for __overrides. | Eelco Dolstra | 2 | -0/+10 |
2010-05-12 | * Print attributes in sorted order. | Eelco Dolstra | 1 | -1/+1 |
2010-05-12 | * Implemented tryEval, the last missing primop in the fast-eval | Eelco Dolstra | 2 | -0/+6 |
2010-05-07 | * Sync with the trunk. | Eelco Dolstra | 4 | -0/+4 |
2010-04-22 | * Check for duplicate attribute names / function arguments. `make | Eelco Dolstra | 3 | -1/+10 |
2010-04-21 | * Update the expected test output (no longer an ATerm). | Eelco Dolstra | 34 | -34/+34 |
2010-04-21 | * Because --parse-only no longer produces an ATerm, don't check the | Eelco Dolstra | 5 | -5/+0 |
2010-03-31 | (no commit message) | Eelco Dolstra | 1 | -1/+0 |
2010-03-31 | * Fix the broken test for listToAttrs. | Eelco Dolstra | 2 | -2/+5 |
2010-03-31 | Make source location info in the XML output optional. | Ludovic Courtès | 2 | -0/+4 |
2010-03-25 | * Simplify @-patterns: only `{attrs}@name' or `name@{attrs}' are now | Eelco Dolstra | 6 | -17/+10 |
2010-03-23 | * Doh. | Eelco Dolstra | 2 | -20/+8 |
2010-03-23 | * Test "with as; with bs;" since nobody knows what its semantics is. | Eelco Dolstra | 1 | -1/+19 |
2009-09-15 | * Two primops: builtins.intersectAttrs and builtins.functionArgs. | Eelco Dolstra | 2 | -0/+95 |
2009-05-15 | * Change the scoping of "inherit (e) ..." in recs so that the | Eelco Dolstra | 2 | -0/+7 |
2009-05-15 | * Some syntactic sugar for attribute sets: allow {x.y.z = ...;} as a | Eelco Dolstra | 5 | -0/+35 |
2008-08-14 | * Added an experimental feature suggested by Andres: ellipses ("...") | Eelco Dolstra | 7 | -5/+20 |
2008-08-14 | * @-patterns as in Haskell. For instance, in a function definition | Eelco Dolstra | 5 | -0/+32 |
2008-08-14 | * Refactoring: combine functions that take an attribute set and | Eelco Dolstra | 5 | -10/+16 |
2008-08-11 | * Removed the "valid values" feature. Nobody uses it anyway. | Eelco Dolstra | 8 | -34/+4 |
2008-07-11 | * Generalised the dependencyClosure primop to builtins.genericClosure, | Eelco Dolstra | 3 | -0/+380 |
2008-07-01 | * Export the nix-env derivation name parsing and version comparison | Eelco Dolstra | 3 | -0/+43 |
2008-02-05 | * Doh. | Eelco Dolstra | 1 | -1/+1 |
2008-02-05 | * Regression test. | Eelco Dolstra | 2 | -2/+9 |
2008-01-04 | * New primop `unsafeDiscardStringContext' to get rid of string | Eelco Dolstra | 2 | -0/+7 |
2007-12-06 | * Syntax to escape '', ${. | Eelco Dolstra | 2 | -2/+8 |
2007-11-30 | * Added a new kind of multi-line string literal delimited by two | Eelco Dolstra | 2 | -0/+108 |
2007-11-21 | * New primop `readFile' to get the contents of a file as a string. | Eelco Dolstra | 2 | -0/+2 |
2007-08-18 | primop functions listToAttrs (+test), __isAttrs, __trace added | Marc Weber | 2 | -0/+9 |
2007-05-15 | * Allow empty argument lists in function definitions (e.g., `{}: | Eelco Dolstra | 2 | -0/+2 |
2007-01-29 | New primitives: | Eelco Dolstra | 4 | -3/+32 |
2007-01-14 | * Option --argstr for passing string arguments easily. (NIX-75) | Eelco Dolstra | 3 | -0/+17 |
2007-01-13 | * Canonicalise ASTs in `nix-instantiate --eval': remove position | Eelco Dolstra | 4 | -4/+4 |
2006-12-12 | * New built-in function `builtins.attrNames' that returns the | Eelco Dolstra | 2 | -0/+12 |
2006-10-17 | * Another test. | Eelco Dolstra | 1 | -0/+1 |
2006-10-17 | * Fix the tests wrt the AST changes, i.e., Str(s) -> Str(s, []), and | Eelco Dolstra | 18 | -18/+20 |
2006-10-11 | * Removed URIs from the evaluator (NIX-66). They are now just another | Eelco Dolstra | 3 | -3/+3 |
2006-10-02 | * Finally, a real "let" syntax: `let x = ...; ... z = ...; in ...'. | Eelco Dolstra | 2 | -0/+15 |