summaryrefslogtreecommitdiff
path: root/dhall (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update annotate-snippets dependencyNadrieril2020-10-302-13/+14
* Update serde_cbor dependencyNadrieril2020-10-301-1/+1
* Roll our own Value for binary decodingNadrieril2020-10-301-12/+162
* Don't use serde_cbor::Value in binary encodingNadrieril2020-10-301-40/+40
* release: dhall version 0.8.0Nadrieril2020-10-282-2/+2
* No need to escape underscores in pretty-printingNadrieril2020-10-285-5/+7
* Prefer u64/i64 to usize/isizeNadrieril2020-10-283-9/+8
* fix: add missing testNadrieril2020-10-281-0/+6
* Make `SimpleValue` deserializable within other typesNadrieril2020-10-271-0/+1
* Release dhall version 0.7.4Nadrieril2020-10-252-2/+2
* Refactor Text/replace evalBasile Henry2020-10-251-42/+29
* Implement Text/replaceBasile Henry2020-10-253-3/+65
* Disable With related testsBasile Henry2020-10-251-1/+10
* Release dhall version 0.7.2Nadrieril2020-10-242-2/+2
* chore: use latest libtest-mimicNadrieril2020-10-161-2/+1
* Make reqwest an optional dependencyBasile Henry2020-10-102-2/+9
* Release dhall version 0.7.0Nadrieril2020-09-152-2/+2
* spec: Enable `with` optimizationsNadrieril2020-09-1415-31/+80
* fix: fix Cargo.toml for publicationNadrieril2020-08-051-0/+1
* Release dhall version 0.6.0Nadrieril2020-08-052-2/+2
* spec: allow trailing delimitersNadrieril2020-06-2525-6/+51
* test: mark excluded tests as ignored instead of deleting themNadrieril2020-06-251-11/+6
* fix: always set XDG_CACHE_HOME in tests.Nadrieril2020-06-251-10/+11
* fix: exclude prelude test for nowNadrieril2020-06-251-1/+3
* fix: ignore a test on WindowsNadrieril2020-06-251-0/+1
* spec: support Dhall v17.0.0Nadrieril2020-06-2515-0/+90
* spec!: remove Optional/build and Optional/foldNadrieril2020-06-256-48/+28
* chore: garbage collect removed testsNadrieril2020-06-253-12/+0
* spec: remove Unicode character from `dhall.abnf`Nadrieril2020-06-252-2/+1
* spec!: remove the ability to quote paths in URLsNadrieril2020-06-255-15/+15
* spec: ensure `keyword` rule only matches keywordsNadrieril2020-06-2511-12/+14
* spec: not all ABNF parsers like empty rulesNadrieril2020-06-254-45/+22
* spec: allow quoted labels to be emptyNadrieril2020-06-255-3/+7
* spec: update encoding of floating point values to RFC7049bisNadrieril2020-06-254-12/+6
* spec: allow unions with mixed kindsNadrieril2020-06-258-57/+5
* spec: fix precedence of `===` and `with`Nadrieril2020-06-2512-12/+46
* test: catch panics in test harnessNadrieril2020-06-251-7/+21
* ci: run tests on windowsNadrieril2020-06-251-7/+26
* test: use errors instead of panics to signify test failureNadrieril2020-06-243-74/+96
* refactor: remove old test harnessNadrieril2020-06-244-710/+16
* refactor: refactor spec tests a bitNadrieril2020-06-241-189/+177
* test: write custom test harness for testsNadrieril2020-06-243-2/+695
* fix: panic on remote import on wasmNadrieril2020-06-242-10/+5
* chore: remove unused dependencies using cargo-udepsNadrieril2020-06-241-1/+0
* chore: upgrade dependencies using cargo-outdatedNadrieril2020-06-241-2/+2
* chore: reduce crate size using cargo-dietNadrieril2020-06-241-0/+1
* fix(ci): grammar sync test fails spuriously on ciNadrieril2020-06-201-0/+1
* fix: assuage clippy on ciNadrieril2020-06-201-3/+3
* Release dhall version 0.5.3Nadrieril2020-05-302-2/+2
* Commit grammar file locallyNadrieril2020-05-303-1/+966