aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/nixexpr-ast.def
AgeCommit message (Expand)Author
2010-03-25* Quick and dirty implementation of `with'. `with e1; e2' isEelco Dolstra
2010-03-25* Simplify @-patterns: only `{attrs}@name' or `name@{attrs}' are nowEelco Dolstra
2009-05-15* Some syntactic sugar for attribute sets: allow {x.y.z = ...;} as aEelco Dolstra
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* Refactoring: combine functions that take an attribute set andEelco Dolstra
2008-08-11* Removed the "valid values" feature. Nobody uses it anyway.Eelco Dolstra
2007-11-30* Added a new kind of multi-line string literal delimited by twoEelco Dolstra
2006-10-17* Backwards compatibility with old user environment manifests.Eelco Dolstra
2006-10-16* Big cleanup of the semantics of paths, strings, contexts, stringEelco Dolstra
2006-10-11* Removed URIs from the evaluator (NIX-66). They are now just anotherEelco Dolstra
2006-07-24* Refactoring to support domain checks.Eelco Dolstra
2006-05-02* Use a linked list of substitutions. This reduces the amount ofEelco Dolstra
2006-05-01* String interpolation. Expressions likeEelco Dolstra
2006-05-01* Allow string concatenations involving derivations, e.g.,Eelco Dolstra
2005-07-25* Added a list concatenation operator:Eelco Dolstra
2004-10-29* Drop ATmake / ATMatcher also in handling store expressions.Eelco Dolstra