about summary refs log tree commit diff
path: root/src/libexpr (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-07-28 * `nix-instantiate ... --arg NAME VALUE': allow arguments to be passedEelco Dolstra5-15/+23
2006-07-28 * `nix-instantiate --print-args': print out the valid values forEelco Dolstra2-0/+26
2006-07-26 * Refactoring: get the selection path stuff out of getDerivations()Eelco Dolstra7-102/+150
2006-07-25 * `nix-instantiate --print-args' prints out the arguments of aEelco Dolstra1-3/+3
2006-07-25 * Applied rbroek's patch from the branch atEelco Dolstra2-15/+30
2006-07-24 * When there is a domain check, we have to evaluate the argument.Eelco Dolstra1-0/+1
2006-07-24 * New language feature: domain checks, which check whether a functionEelco Dolstra3-13/+33
2006-07-24 * Refactoring to support domain checks.Eelco Dolstra7-26/+33
2006-07-19 * Better error messages (especially wrt types).Eelco Dolstra7-62/+96
2006-07-11 * Doh! Of couse we cannot memoize across scopes.Eelco Dolstra1-4/+8
2006-05-30 * Don't use badTerm, it gives awful error messages.Eelco Dolstra1-1/+2
2006-05-12 * Support for srcdir != builddir (NIX-41).Eelco Dolstra1-9/+8
2006-05-11 * 64-bit compatibility fixes (for problems revealed by building on an AthlonEelco Dolstra1-2/+2
2006-05-08 * Allow function argument default values to refer to other argumentsEelco Dolstra1-35/+40
2006-05-08 * Show evaluation stats when NIX_SHOW_STATS=1.Eelco Dolstra1-1/+4
2006-05-04 * Use the new ATermMap.Eelco Dolstra6-223/+71
2006-05-02 * Optimise null-ary term builders. Also declare all term builderEelco Dolstra2-6/+2
2006-05-02 * Use a linked list of substitutions. This reduces the amount ofEelco Dolstra4-19/+54
2006-05-02 * Removed a bunch of ATreverses.Eelco Dolstra1-1/+1
2006-05-02 * Huge reduction in memory use (2/3 or so on large nix-env -qasEelco Dolstra2-9/+11
2006-05-02 * Memory reduction: replaced expensive calls to ATmakeApplList byEelco Dolstra1-11/+16
2006-05-02 * Some preliminaries towards NIX-45.Eelco Dolstra3-10/+35
2006-05-01 * Disallow unescaped $ in string literals.Eelco Dolstra1-4/+1
2006-05-01 * String interpolation. Expressions likeEelco Dolstra5-13/+78
2006-05-01 * Allow string concatenations involving derivations, e.g.,Eelco Dolstra5-14/+125
2006-03-24 * Print a more useful stack trace when an error occurs deep in theEelco Dolstra1-4/+10
2006-03-23 * In `nix-env', look for derivations inside attribute sets that haveEelco Dolstra2-1/+16
2006-03-23 * Hm.Eelco Dolstra1-2/+1
2006-03-10 * `nix-env -qa --description' shows human-readable descriptions ofEelco Dolstra4-23/+62
2006-03-10 * In theory, this should reduce the number of ATermMapEelco Dolstra2-3/+4
2006-03-09 * Regression: semantics of the result of getDerivation() changed.Eelco Dolstra1-2/+2
2006-03-09 * Big speedup (factor > 2.5) in all nix-env operations that do actualEelco Dolstra2-3/+14
2006-03-08 * When obtaining derivations from Nix expressions, ignore allEelco Dolstra2-35/+57
2006-03-08 * Some refactoring of the exception handling code so that we can catchEelco Dolstra3-17/+29
2006-03-06 * GCC 4.1 compatibility.Eelco Dolstra1-1/+1
2006-03-06 * `nix-env (-i|-u) --dry-run' now shows exactly which missing pathsEelco Dolstra1-0/+1
2006-02-13 * Override YYMALLOC and YYFREE so that we can call AT[un]protectMemoryEelco Dolstra1-0/+20
2006-02-10 * In nix-instantiate, allow us to specify a "path" to theEelco Dolstra2-27/+76
2006-02-08 * When querying all derivations, filter out syntactically equal derivations.Eelco Dolstra1-12/+36
2006-02-08 * When evaluating, automatically call functions with default arguments.Eelco Dolstra1-4/+23
2006-02-08 * Refactoring: move derivation evaluation to libexpr.Eelco Dolstra3-1/+133
2005-11-04 * Memoise checkVarDefs since internally produced terms (i.e., not theEelco Dolstra1-9/+24
2005-10-29 * Turn off build hooks in nix-push because of an impurity (NIX-21).Eelco Dolstra1-1/+1
2005-09-14 * List concatenation must be right-associative for efficiency.Eelco Dolstra1-1/+1
2005-09-13 * Missing #include.Eelco Dolstra1-0/+2
2005-08-14 * `dependencyClosure' now allows a search path, e.g.,Eelco Dolstra1-20/+69
2005-08-14 * A primitive operation `dependencyClosure' to do automatic dependencyEelco Dolstra1-0/+112
2005-07-25 * Added a list concatenation operator:Eelco Dolstra6-12/+27
2005-07-22 * Build dynamic libraries.Eelco Dolstra1-2/+2
2005-07-19 * Prevent repeated wrapping of closed termsEelco Dolstra1-1/+6