Age | Commit message (Expand) | Author | Files | Lines |
2007-05-16 | * New builtin function "isFunction". You're not supposed to use it | Eelco Dolstra | 1 | -1/+1 |
2007-04-16 | * New primop "throw <string>" to throw an error. This is like abort, | Eelco Dolstra | 1 | -0/+3 |
2007-02-27 | * Greatly reduced the amount of stack space used by the Nix expression | Eelco Dolstra | 1 | -188/+274 |
2007-02-27 | * When NIX_SHOW_STATS=1, show the amount of stack space consumed by | Eelco Dolstra | 1 | -2/+10 |
2007-01-13 | * Memoize strict evaluation. | Eelco Dolstra | 1 | -11/+28 |
2007-01-13 | * Make printing an expression as XML interruptible. | Eelco Dolstra | 1 | -0/+4 |
2007-01-13 | * Cleanup. | Eelco Dolstra | 1 | -6/+6 |
2006-12-01 | * Merge addToStore and addToStoreFixed. | Eelco Dolstra | 1 | -1/+4 |
2006-11-30 | * Refactoring. There is now an abstract interface class StoreAPI | Eelco Dolstra | 1 | -2/+2 |
2006-10-17 | * Print out the offending path. | Eelco Dolstra | 1 | -2/+3 |
2006-10-17 | * An awful backwards compatibility hack. | Eelco Dolstra | 1 | -0/+24 |
2006-10-17 | * Do the path check on the normal form. | Eelco Dolstra | 1 | -2/+5 |
2006-10-16 | * Big cleanup of the semantics of paths, strings, contexts, string | Eelco Dolstra | 1 | -95/+115 |
2006-10-11 | * Removed URIs from the evaluator (NIX-66). They are now just another | Eelco Dolstra | 1 | -3/+1 |
2006-10-10 | * Quick hack to fix NIX-67: evaluation result differing if the Nix | Eelco Dolstra | 1 | -4/+8 |
2006-10-03 | * toFile: added an additional argument to specify the store path | Eelco Dolstra | 1 | -1/+6 |
2006-09-24 | * The result of a concatenation with a derivation on the left-hand | Eelco Dolstra | 1 | -0/+1 |
2006-09-22 | * Builtin function `add' to add integers. | Eelco Dolstra | 1 | -0/+10 |
2006-09-04 | * Use a proper namespace. | Eelco Dolstra | 1 | -1/+9 |
2006-08-30 | * Okay, that's a bit harder than expected. | Eelco Dolstra | 1 | -7/+14 |
2006-08-30 | * Uninitialised variable. | Eelco Dolstra | 1 | -1/+1 |
2006-08-29 | * Fix the ~ operator. | Eelco Dolstra | 1 | -2/+12 |
2006-08-28 | * Removed processBinding, instead we now apply toString to all | Eelco Dolstra | 1 | -1/+1 |
2006-08-24 | * Strict evaluation and XML printing of lists. | Eelco Dolstra | 1 | -3/+9 |
2006-08-24 | * Refactoring: move strictEval to libexpr. | Eelco Dolstra | 1 | -0/+43 |
2006-08-23 | * New primop: abort "error message". | Eelco Dolstra | 1 | -2/+2 |
2006-08-04 | * Fix a few warnings. | Eelco Dolstra | 1 | -1/+1 |
2006-07-28 | * `nix-instantiate ... --arg NAME VALUE': allow arguments to be passed | Eelco Dolstra | 1 | -4/+11 |
2006-07-26 | * Refactoring: get the selection path stuff out of getDerivations() | Eelco Dolstra | 1 | -1/+21 |
2006-07-24 | * When there is a domain check, we have to evaluate the argument. | Eelco Dolstra | 1 | -0/+1 |
2006-07-24 | * New language feature: domain checks, which check whether a function | Eelco Dolstra | 1 | -8/+27 |
2006-07-24 | * Refactoring to support domain checks. | Eelco Dolstra | 1 | -5/+7 |
2006-07-19 | * Better error messages (especially wrt types). | Eelco Dolstra | 1 | -27/+37 |
2006-05-08 | * Allow function argument default values to refer to other arguments | Eelco Dolstra | 1 | -35/+40 |
2006-05-08 | * Show evaluation stats when NIX_SHOW_STATS=1. | Eelco Dolstra | 1 | -1/+4 |
2006-05-04 | * Use the new ATermMap. | Eelco Dolstra | 1 | -23/+21 |
2006-05-02 | * Optimise null-ary term builders. Also declare all term builder | Eelco Dolstra | 1 | -5/+2 |
2006-05-02 | * Use a linked list of substitutions. This reduces the amount of | Eelco Dolstra | 1 | -4/+7 |
2006-05-02 | * Some preliminaries towards NIX-45. | Eelco Dolstra | 1 | -3/+23 |
2006-05-01 | * String interpolation. Expressions like | Eelco Dolstra | 1 | -1/+9 |
2006-05-01 | * Allow string concatenations involving derivations, e.g., | Eelco Dolstra | 1 | -11/+103 |
2006-03-10 | * In theory, this should reduce the number of ATermMap | Eelco Dolstra | 1 | -1/+1 |
2006-03-08 | * When obtaining derivations from Nix expressions, ignore all | Eelco Dolstra | 1 | -1/+7 |
2006-03-08 | * Some refactoring of the exception handling code so that we can catch | Eelco Dolstra | 1 | -13/+19 |
2005-07-25 | * Added a list concatenation operator: | Eelco Dolstra | 1 | -0/+16 |
2004-11-03 | * string2ATerm -> overloaded toATerm. | Eelco Dolstra | 1 | -4/+4 |
2004-10-29 | * Drop ATmake / ATMatcher also in handling store expressions. | Eelco Dolstra | 1 | -2/+2 |
2004-10-26 | * Don't use ATmake / ATmatch anymore, nor the ATMatcher class. | Eelco Dolstra | 1 | -88/+72 |
2004-10-26 | * Doh! | Eelco Dolstra | 1 | -1/+1 |
2004-10-26 | * String/path concatenation operator (`+'). | Eelco Dolstra | 1 | -0/+14 |