summaryrefslogtreecommitdiff
path: root/dhall/tests/macros.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split different tests features into their own filesNadrieril2019-03-151-120/+0
* Rework test harnessNadrieril2019-03-151-54/+30
* Handle and parse interpolated stringsNadrieril2019-03-141-3/+5
* Implement binary decodingNadrieril2019-03-141-3/+13
* Greatly reduce parser stack usageNadrieril2019-03-121-1/+1
* Add typecheck testsNadrieril2019-03-091-0/+21
* Remove the pervasive Label type parameterNadrieril2019-03-091-3/+1
* Use new Label type everywhereNadrieril2019-03-091-3/+3
* First import works !Nadrieril2019-03-091-23/+8
* Rename Expr back to its true nameNadrieril2019-03-081-1/+1
* Finally get rid of all the &'i strNadrieril2019-03-081-2/+3
* rustfmtNadrieril2019-03-081-4/+8
* Slowly propagate the new type parameter throughout the codebaseNadrieril2019-03-081-3/+3
* Make test harness less macro-yNadrieril2019-03-071-59/+80
* Finally get rid of old parserNadrieril2019-03-061-7/+2
* Merge dhall_normalize back into dhall; that was unnecessaryNadrieril2019-03-061-1/+0
* Split-off normalization into its own crateNadrieril2019-03-061-0/+1
* Split-off core into its own crateNadrieril2019-03-061-0/+1
* rustfmtNadrieril2019-03-061-20/+35
* Implement normalization for some more builtinsNadrieril2019-03-061-6/+36
* Update test listNadrieril2019-03-051-1/+1
* Allow branching in match_children! macroNadrieril2019-03-051-0/+1
* Use normalization tests to test the parser tooNadrieril2019-03-031-8/+19
* Parse more of the ASTNadrieril2019-03-031-3/+2
* Brutally increase stack sizeNadrieril2019-03-031-1/+5
* Parse more AST nodesNadrieril2019-03-031-2/+5
* Add parser/failure tests from specNadrieril2019-03-021-1/+7
* Split abnf_to_pest and dhall into their own cratesNadrieril2019-03-011-0/+37