about summary refs log tree commit diff
path: root/tests/lang (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-01 Remove tests/lexer.shEelco Dolstra1-0/+2
2015-11-04 Support SHA-512 hashesEelco Dolstra2-5/+2
2015-07-28 Add sort primopEelco Dolstra2-0/+9
2015-07-28 Add primop genListEelco Dolstra1-3/+3
2015-07-24 Add replaceStrings primopEelco Dolstra2-0/+9
2015-07-24 Add concatStringsSep as a primopEelco Dolstra2-0/+9
2015-07-23 Add primops all and anyEelco Dolstra2-0/+12
2015-07-23 Add foldl' primopEelco Dolstra1-1/+1
2015-07-03 Fix the parsing of "$"'s in strings.Guillaume Maudoux2-1/+3
2015-01-29 Merge remote-tracking branch 'shlevy/baseNameOf-no-copy'Shea Levy1-1/+1
2014-11-25 Add a primop for regular expression pattern matchingEelco Dolstra2-0/+27
2014-11-15 Add functors (callable attribute sets).Shea Levy2-0/+2
2014-10-18 Fix context testShea Levy1-1/+1
2014-10-04 Add primop ‘catAttrs’Eelco Dolstra2-0/+2
2014-10-04 Add primop ‘attrValues’Eelco Dolstra1-1/+1
2014-10-03 Add test for readDir primopShea Levy4-0/+2
2014-09-22 Add ‘deepSeq’ primopEelco Dolstra3-0/+3
2014-09-22 Add ‘seq’ primopEelco Dolstra3-0/+3
2014-07-30 Rename nixPath to __nixPathEelco Dolstra1-4/+4
2014-07-04 Add builtin function ‘fromJSON’Eelco Dolstra2-0/+33
2014-06-10 == operator: Ignore string contextEelco Dolstra1-1/+1
2014-05-29 Fix testEelco Dolstra2-2/+2
2014-05-26 Make the Nix search path declarativeEelco Dolstra2-1/+2
2014-05-26 Ensure that -I flags get included in nixPathEelco Dolstra1-1/+1
2014-05-26 Add constant ‘nixPath’Eelco Dolstra1-1/+8
2014-05-26 Add primop ‘scopedImport’Eelco Dolstra4-0/+16
2014-03-10 If a dynamic attribute name evaluates to null, remove it from the setShea Levy2-0/+2
2014-02-26 Test some more primopsEelco Dolstra8-6/+21
2014-01-14 Allow "bare" dynamic attrsShea Levy2-0/+18
2014-01-06 Merge branch 'dynamic-attrs-no-sugar' of github.com:shlevy/nixEelco Dolstra6-0/+24
2014-01-06 Disable the tail call testEelco Dolstra1-0/+0
2013-12-31 Fold dynamic binds handling into addAttrShea Levy2-0/+2
2013-12-31 Dynamic attrsShea Levy2-0/+18
2013-12-31 Add the ExprBuiltin Expr type to the ASTShea Levy2-0/+4
2013-11-19 Add a toJSON primopEelco Dolstra2-0/+12
2013-11-18 Add a primop unsafeGetAttrPos to return the position of an attributeEelco Dolstra2-0/+7
2013-11-18 Add a symbol __curPos that expands to the current source locationEelco Dolstra2-0/+6
2013-11-12 Add a test to check that tail calls run in bounded stack spaceEelco Dolstra2-0/+4
2013-10-24 Rename "attribute sets" to "sets"Eelco Dolstra1-1/+1
2013-10-24 Add a test of the type primopsEelco Dolstra2-0/+24
2013-10-17 Add a test for type correctness of antiquotesEelco Dolstra3-0/+3
2013-10-16 Add a regression test for correct path antiquotation behaviorEelco Dolstra1-0/+4
2013-08-26 Simplify inherited attribute handlingShea Levy2-0/+25
2013-08-26 Fix typos, especially those that end up in the Nix manualIvan Kozik1-1/+1
2013-08-02 Let the ordering operators also work on stringsEelco Dolstra2-1/+6
2013-08-02 Add comparison operators ‘<’, ‘<=’, ‘>’ and ‘>=’Eelco Dolstra2-1/+24
2013-08-02 Add integer ‘-’, ‘*’ and ‘/’ operatorsEelco Dolstra3-1/+11
2013-08-02 Add a unary integer negation operatorEelco Dolstra2-2/+7
2013-08-02 Overload the ‘+’ operator to support integer additionEelco Dolstra2-4/+4
2013-07-31 Test the delayed with a bit moreEelco Dolstra2-4/+7