summaryrefslogtreecommitdiff
path: root/dhall (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-05Release dhall version 0.6.0Nadrieril2-2/+2
2020-06-25spec: allow trailing delimitersNadrieril25-6/+51
2020-06-25test: mark excluded tests as ignored instead of deleting themNadrieril1-11/+6
2020-06-25fix: always set XDG_CACHE_HOME in tests.Nadrieril1-10/+11
2020-06-25fix: exclude prelude test for nowNadrieril1-1/+3
2020-06-25fix: ignore a test on WindowsNadrieril1-0/+1
2020-06-25spec: support Dhall v17.0.0Nadrieril15-0/+90
2020-06-25spec!: remove Optional/build and Optional/foldNadrieril6-48/+28
2020-06-25chore: garbage collect removed testsNadrieril3-12/+0
2020-06-25spec: remove Unicode character from `dhall.abnf`Nadrieril2-2/+1
2020-06-25spec!: remove the ability to quote paths in URLsNadrieril5-15/+15
2020-06-25spec: ensure `keyword` rule only matches keywordsNadrieril11-12/+14
2020-06-25spec: not all ABNF parsers like empty rulesNadrieril4-45/+22
2020-06-25spec: allow quoted labels to be emptyNadrieril5-3/+7
2020-06-25spec: update encoding of floating point values to RFC7049bisNadrieril4-12/+6
2020-06-25spec: allow unions with mixed kindsNadrieril8-57/+5
2020-06-25spec: fix precedence of `===` and `with`Nadrieril12-12/+46
2020-06-25test: catch panics in test harnessNadrieril1-7/+21
2020-06-25ci: run tests on windowsNadrieril1-7/+26
2020-06-24test: use errors instead of panics to signify test failureNadrieril3-74/+96
2020-06-24refactor: remove old test harnessNadrieril4-710/+16
2020-06-24refactor: refactor spec tests a bitNadrieril1-189/+177
2020-06-24test: write custom test harness for testsNadrieril3-2/+695
2020-06-24fix: panic on remote import on wasmNadrieril2-10/+5
2020-06-24chore: remove unused dependencies using cargo-udepsNadrieril1-1/+0
2020-06-24chore: upgrade dependencies using cargo-outdatedNadrieril1-2/+2
2020-06-24chore: reduce crate size using cargo-dietNadrieril1-0/+1
2020-06-20fix(ci): grammar sync test fails spuriously on ciNadrieril1-0/+1
2020-06-20fix: assuage clippy on ciNadrieril1-3/+3
2020-05-30Release dhall version 0.5.3Nadrieril2-2/+2
2020-05-30Commit grammar file locallyNadrieril3-1/+966
2020-05-30Use dhall.abnf directly instead of via symlinkNadrieril2-3/+2
2020-05-30Refactor cache path resolutionNadrieril1-62/+21
2020-05-30Fix cache path resolution on wasmNadrieril1-0/+7
2020-05-30Make reqwest build on wasmNadrieril3-6/+23
2020-05-15test: Add remaining tests for cachefteychene1-0/+398
2020-05-15fixup! test: Add some unit tests for cachefteychene1-30/+55
2020-05-15fixup! test: Add some unit tests for cachefteychene1-56/+32
2020-05-15fixup! fixup! Release serde_dhall version 0.5.2fteychene1-31/+55
2020-05-15test: Add some unit tests for cachefteychene2-12/+122
2020-05-15fixup! Release serde_dhall version 0.5.2fteychene3-55/+68
2020-05-15feat: Add cache resolution on resolvefteychene6-33/+211
2020-04-12Release dhall version 0.5.2Nadrieril2-2/+2
2020-04-10Deserialize `Prelude.Map` and `toMap` to a map instead of a listNadrieril3-5/+11
2020-04-09Move Label escaping out of its Display implNadrieril3-21/+35
2020-04-09Remove potentially problematic change detection in build.rsNadrieril1-6/+1
2020-04-09Release dhall version 0.5.1Nadrieril2-2/+2
2020-04-09Force a version of pest_generator that uses quote 1.0Nadrieril1-1/+1
2020-04-07ClippyNadrieril1-3/+3
2020-04-07Split operations module into submodulesNadrieril4-397/+414