summaryrefslogtreecommitdiff
path: root/dhall (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Implement type checking for With opBasile Henry2020-11-015-41/+57
| * fix: clippyNadrieril2020-11-012-21/+18
| * feat: add location to import error messagesNadrieril2020-11-0111-10/+81
| * Ensure that the hash always gets checkedNadrieril2020-11-015-19/+52
| * Don't pollute the dhall cache directoryNadrieril2020-11-012-36/+48
| * Typed and TypedHir are the sameNadrieril2020-11-013-33/+26
| * Untangle caching codeNadrieril2020-11-0111-662/+156
| * Store file cache in ImportEnvNadrieril2020-11-014-21/+22
| * Untangle ImportEnv::handle_importNadrieril2020-11-012-29/+37
* | Allow `Text/replace ` to support an abstract haystackBasile Henry2020-11-011-22/+28
|/
* 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