aboutsummaryrefslogtreecommitdiff
path: root/tests/lang
AgeCommit message (Expand)Author
2013-11-19Add a toJSON primopEelco Dolstra
2013-11-18Add a primop unsafeGetAttrPos to return the position of an attributeEelco Dolstra
2013-11-18Add a symbol __curPos that expands to the current source locationEelco Dolstra
2013-11-12Add a test to check that tail calls run in bounded stack spaceEelco Dolstra
2013-10-24Rename "attribute sets" to "sets"Eelco Dolstra
2013-10-24Add a test of the type primopsEelco Dolstra
2013-10-17Add a test for type correctness of antiquotesEelco Dolstra
2013-10-16Add a regression test for correct path antiquotation behaviorEelco Dolstra
2013-08-26Simplify inherited attribute handlingShea Levy
2013-08-26Fix typos, especially those that end up in the Nix manualIvan Kozik
2013-08-02Let the ordering operators also work on stringsEelco Dolstra
2013-08-02Add comparison operators ‘<’, ‘<=’, ‘>’ and ‘>=’Eelco Dolstra
2013-08-02Add integer ‘-’, ‘*’ and ‘/’ operatorsEelco Dolstra
2013-08-02Add a unary integer negation operatorEelco Dolstra
2013-08-02Overload the ‘+’ operator to support integer additionEelco Dolstra
2013-07-31Test the delayed with a bit moreEelco Dolstra
2013-07-31Delay evaulation of `with` attrs until a variable lookup needs themShea Levy
2013-02-08Rename "hash" to "hashString" and handle SHA-1Eelco Dolstra
2013-02-08experimental/hashMarc Weber
2012-09-27Allow dashes in identifiersEelco Dolstra
2012-01-19* Add a test case for comparing derivations.Eelco Dolstra
2012-01-03* Refactoring: Get rid of a few subdirectories in corepkgs/, and someEelco Dolstra
2011-12-21* Add some accidentally committed files.Eelco Dolstra
2011-08-06* Add the Nix corepkgs to the end of the search path. This makes itEelco Dolstra
2011-08-06* Allow redirections in search path entries. E.g. if you have aEelco Dolstra
2011-08-06* Add a Nix expression search path feature. Paths between angleEelco Dolstra
2011-07-13* Allow attribute names to be strings. Based on theEelco Dolstra
2011-07-13* Allow a default value in attribute selection by writingEelco Dolstra
2011-07-06* Test case.Eelco Dolstra
2011-01-14* builtins.substring: if "start" is beyond the end of the string,Eelco Dolstra
2010-10-24* Keep attribute sets in sorted order to speed up attribute lookups.Eelco Dolstra
2010-10-23* Regression test for listToAttr's behaviour if an attribute nameEelco Dolstra
2010-10-22* Regression test for __overrides.Eelco Dolstra
2010-05-12* Print attributes in sorted order.Eelco Dolstra
2010-05-12* Implemented tryEval, the last missing primop in the fast-evalEelco Dolstra
2010-05-07* Sync with the trunk.Eelco Dolstra
2010-04-22* Check for duplicate attribute names / function arguments. `makeEelco Dolstra
2010-04-21* Update the expected test output (no longer an ATerm).Eelco Dolstra
2010-04-21* Because --parse-only no longer produces an ATerm, don't check theEelco Dolstra
2010-03-31(no commit message)Eelco Dolstra
2010-03-31* Fix the broken test for listToAttrs.Eelco Dolstra
2010-03-31Make source location info in the XML output optional.Ludovic Courtès
2010-03-25* Simplify @-patterns: only `{attrs}@name' or `name@{attrs}' are nowEelco Dolstra
2010-03-23* Doh.Eelco Dolstra
2010-03-23* Test "with as; with bs;" since nobody knows what its semantics is.Eelco Dolstra
2009-09-15* Two primops: builtins.intersectAttrs and builtins.functionArgs.Eelco Dolstra
2009-05-15* Change the scoping of "inherit (e) ..." in recs so that theEelco Dolstra
2009-05-15* Some syntactic sugar for attribute sets: allow {x.y.z = ...;} as aEelco 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