aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
AgeCommit message (Expand)Author
2008-11-19* Primop builtins.storePath for declaring a store path as aEelco Dolstra
2008-08-26* Require that __overrides is defined as a non-recursive attributeEelco Dolstra
2008-08-25* Evaluate attributes in sorted order for better determinism.Eelco Dolstra
2008-08-25* Minor simplification.Eelco Dolstra
2008-08-14Fixing an obvious typo in override code. I do not know whether it works corre...Michael Raskin
2008-08-14* Another experimental feature: a way to truly override attributes inEelco Dolstra
2008-08-14* Added an experimental feature suggested by Andres: ellipses ("...")Eelco Dolstra
2008-08-14* @-patterns as in Haskell. For instance, in a function definitionEelco Dolstra
2008-08-14* "pattern" non-terminal.Eelco Dolstra
2008-08-14* Refactoring: combine functions that take an attribute set andEelco Dolstra
2008-08-11* Removed the "valid values" feature. Nobody uses it anyway.Eelco Dolstra
2008-07-24* Print a better error message when a non-derivation attribute set isEelco Dolstra
2008-07-11* Generalised the dependencyClosure primop to builtins.genericClosure,Eelco Dolstra
2008-07-01* Export the nix-env derivation name parsing and version comparisonEelco Dolstra
2008-06-04First attempt to update Nix SDF grammar to match the actual bison grammarSander van der Burg
2008-05-21* GCC 4.3.0 (Fedora 9) compatibility fixes. Reported by Gour andEelco Dolstra
2008-03-20* Note that the SDF grammar isn't used.Eelco Dolstra
2008-02-21* checkVarDefs: don't check in closed terms, which don't haveEelco Dolstra
2008-02-05* Fix the parsing ofEelco Dolstra
2008-01-20Probably fixed __exprToStringMichael Raskin
2008-01-15Fixed exportBuildReferenceGraphMichael Raskin
2008-01-04* New primop `unsafeDiscardStringContext' to get rid of stringEelco Dolstra
2007-12-31* More release notes.Eelco Dolstra
2007-12-06* Syntax to escape '', ${.Eelco Dolstra
2007-11-30* Added a new kind of multi-line string literal delimited by twoEelco Dolstra
2007-11-21* New primop `readFile' to get the contents of a file as a string.Eelco Dolstra
2007-10-31* Documented multi-user Nix.Eelco Dolstra
2007-10-26* "trace" primop: write the trace to standard error.Eelco Dolstra
2007-10-09* listToAttrs: the list now should consist of {name, value} attributeEelco Dolstra
2007-09-18* Pass various options to the worker so that flags like -K or -j workEelco Dolstra
2007-09-17* nix-env: allow ~/.nix-defexpr to be a directory. If it is, then theEelco Dolstra
2007-08-18primop functions listToAttrs (+test), __isAttrs, __trace addedMarc Weber
2007-08-07* Don't allocate input files on the stack.Eelco Dolstra
2007-05-16* New builtin function "isFunction". You're not supposed to use itEelco Dolstra
2007-05-15* Allow empty argument lists in function definitions (e.g., `{}:Eelco Dolstra
2007-05-01* Give unpacked channels more sensible names than 0, 1, ... They nowEelco Dolstra
2007-05-01* nix-env -i: instead of breaking package ties by version, break themEelco Dolstra
2007-04-16* New primop "throw <string>" to throw an error. This is like abort,Eelco Dolstra
2007-02-27* Greatly reduced the amount of stack space used by the Nix expressionEelco Dolstra
2007-02-27* When NIX_SHOW_STATS=1, show the amount of stack space consumed byEelco Dolstra
2007-02-02* nix-env now maintains meta info (from the `meta' derivationEelco Dolstra
2007-01-29* computeStorePathForText: take the references into account whenEelco Dolstra
2007-01-29* Don't capitalise the primop functions.Eelco Dolstra
2007-01-29* Organise primops.cc a bit better.Eelco Dolstra
2007-01-29New primitives:Eelco Dolstra
2007-01-29* filterSource: pass strings to the predicate function instead ofEelco Dolstra
2007-01-15* Handle multiple indirect symlinks when loading a Nix expression.Eelco Dolstra
2007-01-15* builtins.filterSource: pass the type of the file ("regular",Eelco Dolstra
2007-01-14* Option --argstr for passing string arguments easily. (NIX-75)Eelco Dolstra
2007-01-13* Canonicalise ASTs in `nix-instantiate --eval': remove positionEelco Dolstra