index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lang
Age
Commit message (
Expand
)
Author
2017-05-01
Fix lexer to support `$'` in multiline strings.
Guillaume Maudoux
2016-11-27
Improve error message on trailing path slashes
Guillaume Maudoux
2016-11-13
Fix comments parsing
Guillaume Maudoux
2016-08-29
Add builtin function "partition"
Eelco Dolstra
2016-02-15
Fix broken number parsing in fromJSON
Eelco Dolstra
2016-02-15
Fix test broken by #762
Eelco Dolstra
2016-02-12
Merge pull request #762 from ctheune/ctheune-floats
Eelco Dolstra
2016-02-01
Remove tests/lexer.sh
Eelco Dolstra
2016-01-06
Adapt tests to show that floats work properly.
Christian Theune
2015-11-04
Support SHA-512 hashes
Eelco Dolstra
2015-07-28
Add sort primop
Eelco Dolstra
2015-07-28
Add primop genList
Eelco Dolstra
2015-07-24
Add replaceStrings primop
Eelco Dolstra
2015-07-24
Add concatStringsSep as a primop
Eelco Dolstra
2015-07-23
Add primops all and any
Eelco Dolstra
2015-07-23
Add foldl' primop
Eelco Dolstra
2015-07-03
Fix the parsing of "$"'s in strings.
Guillaume Maudoux
2015-01-29
Merge remote-tracking branch 'shlevy/baseNameOf-no-copy'
Shea Levy
2014-11-25
Add a primop for regular expression pattern matching
Eelco Dolstra
2014-11-15
Add functors (callable attribute sets).
Shea Levy
2014-10-18
Fix context test
Shea Levy
2014-10-04
Add primop ‘catAttrs’
Eelco Dolstra
2014-10-04
Add primop ‘attrValues’
Eelco Dolstra
2014-10-03
Add test for readDir primop
Shea Levy
2014-09-22
Add ‘deepSeq’ primop
Eelco Dolstra
2014-09-22
Add ‘seq’ primop
Eelco Dolstra
2014-07-30
Rename nixPath to __nixPath
Eelco Dolstra
2014-07-04
Add builtin function ‘fromJSON’
Eelco Dolstra
2014-06-10
== operator: Ignore string context
Eelco Dolstra
2014-05-29
Fix test
Eelco Dolstra
2014-05-26
Make the Nix search path declarative
Eelco Dolstra
2014-05-26
Ensure that -I flags get included in nixPath
Eelco Dolstra
2014-05-26
Add constant ‘nixPath’
Eelco Dolstra
2014-05-26
Add primop ‘scopedImport’
Eelco Dolstra
2014-03-10
If a dynamic attribute name evaluates to null, remove it from the set
Shea Levy
2014-02-26
Test some more primops
Eelco Dolstra
2014-01-14
Allow "bare" dynamic attrs
Shea Levy
2014-01-06
Merge branch 'dynamic-attrs-no-sugar' of github.com:shlevy/nix
Eelco Dolstra
2014-01-06
Disable the tail call test
Eelco Dolstra
2013-12-31
Fold dynamic binds handling into addAttr
Shea Levy
2013-12-31
Dynamic attrs
Shea Levy
2013-12-31
Add the ExprBuiltin Expr type to the AST
Shea Levy
2013-11-19
Add a toJSON primop
Eelco Dolstra
2013-11-18
Add a primop unsafeGetAttrPos to return the position of an attribute
Eelco Dolstra
2013-11-18
Add a symbol __curPos that expands to the current source location
Eelco Dolstra
2013-11-12
Add a test to check that tail calls run in bounded stack space
Eelco Dolstra
2013-10-24
Rename "attribute sets" to "sets"
Eelco Dolstra
2013-10-24
Add a test of the type primops
Eelco Dolstra
2013-10-17
Add a test for type correctness of antiquotes
Eelco Dolstra
2013-10-16
Add a regression test for correct path antiquotation behavior
Eelco Dolstra
[next]