summaryrefslogtreecommitdiff
path: root/dhall/build.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-06Inline headersNadrieril1-0/+8
2019-08-03Update dhall-lang submoduleNadrieril1-5/+10
2019-05-12Finish implementing binary encodingNadrieril1-2/+3
2019-05-12Split-off printer and binary encoding tests from parser testsNadrieril1-0/+26
2019-05-12Include success or failure prefix in test filteringNadrieril1-10/+10
2019-05-12Implement binary encodingNadrieril1-0/+4
2019-05-09Generate normalization tests automaticallyNadrieril1-25/+79
2019-04-10Simplify test harnessNadrieril1-2/+2
2019-04-08Rename spec testsNadrieril1-2/+2
2019-04-08Move spec tests into the relevant filesNadrieril1-2/+2
2019-04-06rustfmtNadrieril1-1/+3
2019-04-05Update dhall-lang submoduleNadrieril1-0/+1
2019-03-27Manually rustfmt like a naziNadrieril1-2/+10
2019-03-24Parse multiline strings correctlyNadrieril1-15/+21
2019-03-24Generate parser tests list automaticallyNadrieril1-0/+42
2019-03-06Split-off core into its own crateNadrieril1-6/+0
2019-03-02Move part of parser into its own crate to limit recompilation timesNadrieril1-34/+1
2019-03-01Split abnf_to_pest and dhall into their own cratesNadrieril1-0/+39