about summary refs log tree commit diff
path: root/src/libexpr/nixexpr-ast.def (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-25 * Quick and dirty implementation of `with'. `with e1; e2' isEelco Dolstra1-0/+1
2010-03-25 * Simplify @-patterns: only `{attrs}@name' or `name@{attrs}' are nowEelco Dolstra1-2/+2
2009-05-15 * Some syntactic sugar for attribute sets: allow {x.y.z = ...;} as aEelco Dolstra1-0/+1
2008-08-14 * Another experimental feature: a way to truly override attributes inEelco Dolstra1-0/+1
2008-08-14 * Added an experimental feature suggested by Andres: ellipses ("...")Eelco Dolstra1-4/+4
2008-08-14 * @-patterns as in Haskell. For instance, in a function definitionEelco Dolstra1-0/+1
2008-08-14 * Refactoring: combine functions that take an attribute set andEelco Dolstra1-2/+4
2008-08-11 * Removed the "valid values" feature. Nobody uses it anyway.Eelco Dolstra1-4/+1
2007-11-30 * Added a new kind of multi-line string literal delimited by twoEelco Dolstra1-0/+3
2006-10-17 * Backwards compatibility with old user environment manifests.Eelco Dolstra1-1/+2
2006-10-16 * Big cleanup of the semantics of paths, strings, contexts, stringEelco Dolstra1-2/+30
2006-10-11 * Removed URIs from the evaluator (NIX-66). They are now just anotherEelco Dolstra1-1/+0
2006-07-24 * Refactoring to support domain checks.Eelco Dolstra1-2/+7
2006-05-02 * Use a linked list of substitutions. This reduces the amount ofEelco Dolstra1-0/+1
2006-05-01 * String interpolation. Expressions likeEelco Dolstra1-0/+1
2006-05-01 * Allow string concatenations involving derivations, e.g.,Eelco Dolstra1-0/+1
2005-07-25 * Added a list concatenation operator:Eelco Dolstra1-0/+1
2004-10-29 * Drop ATmake / ATMatcher also in handling store expressions.Eelco Dolstra1-0/+55