summaryrefslogtreecommitdiff
path: root/dhall/tests/normalization.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move spec tests into the relevant filesNadrieril2019-04-081-339/+0
|
* Avoid constructing exprs manually when possibleNadrieril2019-04-071-0/+1
|
* Update dhall-lang submoduleNadrieril2019-03-261-5/+5
|
* Parse multiline strings correctlyNadrieril2019-03-241-8/+0
| | | | Closes #24
* Handle merge and record projectionNadrieril2019-03-231-6/+6
|
* Obsolete old parser macros; performance is now deadNadrieril2019-03-201-1/+1
|
* Implement a few more primitivesNadrieril2019-03-181-21/+21
|
* Split List literal between empty and non-emptyNadrieril2019-03-181-3/+3
|
* Split different tests features into their own filesNadrieril2019-03-151-0/+346