summaryrefslogtreecommitdiff
path: root/dhall/build.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update dhall-lang submoduleNadrieril2019-08-031-5/+10
* Finish implementing binary encodingNadrieril2019-05-121-2/+3
* Split-off printer and binary encoding tests from parser testsNadrieril2019-05-121-0/+26
* Include success or failure prefix in test filteringNadrieril2019-05-121-10/+10
* Implement binary encodingNadrieril2019-05-121-0/+4
* Generate normalization tests automaticallyNadrieril2019-05-091-25/+79
* Simplify test harnessNadrieril2019-04-101-2/+2
* Rename spec testsNadrieril2019-04-081-2/+2
* Move spec tests into the relevant filesNadrieril2019-04-081-2/+2
* rustfmtNadrieril2019-04-061-1/+3
* Update dhall-lang submoduleNadrieril2019-04-051-0/+1
* Manually rustfmt like a naziNadrieril2019-03-271-2/+10
* Parse multiline strings correctlyNadrieril2019-03-241-15/+21
* Generate parser tests list automaticallyNadrieril2019-03-241-0/+42
* Split-off core into its own crateNadrieril2019-03-061-6/+0
* Move part of parser into its own crate to limit recompilation timesNadrieril2019-03-021-34/+1
* Split abnf_to_pest and dhall into their own cratesNadrieril2019-03-011-0/+39