about summary refs log tree commit diff
path: root/tests/lang (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-21 Revert "libexpr: Fix prim_replaceStrings() to work on an empty source string"Eelco Dolstra2-3/+1
2018-02-19 libexpr: Fix prim_replaceStrings() to work on an empty source stringTuomas Tynkkynen2-1/+3
2018-02-14 Add splitVersion primop.Shea Levy2-0/+2
2018-02-07 builtins.path test: Don't rely on shlevy's XDG_RUNTIME_DIRShea Levy1-1/+0
2018-02-06 Add path primop.Shea Levy3-0/+9
2017-11-14 Revert "Don't parse "x:x" as a URI"Eelco Dolstra2-3/+2
2017-10-30 Don't parse "x:x" as a URIEelco Dolstra2-2/+3
2017-08-15 Add builtins.string function.Nicolas B. Pierron1-0/+48
2017-07-18 Update mailing list.Graham Christensen1-1/+1
2017-05-17 Document that builtins.match takes a POSIX extended REEelco Dolstra1-0/+3
2017-05-01 Fix lexer to support `$'` in multiline strings.Guillaume Maudoux2-2/+10
2016-11-27 Improve error message on trailing path slashesGuillaume Maudoux1-0/+6
2016-11-13 Fix comments parsingGuillaume Maudoux2-0/+60
2016-08-29 Add builtin function "partition"Eelco Dolstra2-0/+6
2016-02-15 Fix broken number parsing in fromJSONEelco Dolstra1-1/+1
2016-02-15 Fix test broken by #762Eelco Dolstra1-1/+1
2016-02-12 Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra7-3/+23
2016-02-01 Remove tests/lexer.shEelco Dolstra1-0/+2
2016-01-06 Adapt tests to show that floats work properly.Christian Theune7-3/+23
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