summaryrefslogtreecommitdiff
path: root/dhall/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove NirInternalNadrieril2020-11-032-50/+23
* Typecheck `with` using mutationNadrieril2020-11-033-45/+25
* Normalize `with` by mutation.Nadrieril2020-11-034-57/+66
* Try to keep ownership of `Nir`s when convenientNadrieril2020-11-032-55/+52
* Merge remote-tracking branch 'upstream/master' into text-replaceBasile Henry2020-11-0313-736/+328
|\
| * Handle record type properlyBasile Henry2020-11-021-1/+1
| * Inline helper functionBasile Henry2020-11-021-8/+4
| * Refactor following PR reviewBasile Henry2020-11-022-29/+20
| * Handle partially abstract withBasile Henry2020-11-011-8/+29
| * Implement normalization for With opBasile Henry2020-11-011-2/+43
| * Implement type checking for With opBasile Henry2020-11-012-31/+52
| * fix: clippyNadrieril2020-11-012-21/+18
| * feat: add location to import error messagesNadrieril2020-11-011-2/+10
| * Ensure that the hash always gets checkedNadrieril2020-11-012-19/+40
| * Typed and TypedHir are the sameNadrieril2020-11-013-33/+26
| * Untangle caching codeNadrieril2020-11-0110-661/+155
| * 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-301-12/+13
* 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-281-1/+1
* No need to escape underscores in pretty-printingNadrieril2020-10-281-1/+3
* Prefer u64/i64 to usize/isizeNadrieril2020-10-283-9/+8
* Make `SimpleValue` deserializable within other typesNadrieril2020-10-271-0/+1
* Release dhall version 0.7.4Nadrieril2020-10-251-1/+1
* Refactor Text/replace evalBasile Henry2020-10-251-42/+29
* Implement Text/replaceBasile Henry2020-10-252-2/+64
* Release dhall version 0.7.2Nadrieril2020-10-241-1/+1
* Make reqwest an optional dependencyBasile Henry2020-10-101-1/+5
* Release dhall version 0.7.0Nadrieril2020-09-151-1/+1
* spec: Enable `with` optimizationsNadrieril2020-09-149-26/+69
* Release dhall version 0.6.0Nadrieril2020-08-051-1/+1
* spec: allow trailing delimitersNadrieril2020-06-251-6/+7
* spec!: remove Optional/build and Optional/foldNadrieril2020-06-252-47/+3
* spec: remove Unicode character from `dhall.abnf`Nadrieril2020-06-251-1/+1
* spec!: remove the ability to quote paths in URLsNadrieril2020-06-253-14/+8
* spec: ensure `keyword` rule only matches keywordsNadrieril2020-06-251-2/+4
* spec: not all ABNF parsers like empty rulesNadrieril2020-06-253-44/+21
* spec: allow quoted labels to be emptyNadrieril2020-06-252-2/+4
* spec: allow unions with mixed kindsNadrieril2020-06-251-15/+5
* spec: fix precedence of `===` and `with`Nadrieril2020-06-254-11/+23
* test: use errors instead of panics to signify test failureNadrieril2020-06-241-0/+11
* refactor: remove old test harnessNadrieril2020-06-242-362/+0
* test: write custom test harness for testsNadrieril2020-06-241-1/+1
* fix: panic on remote import on wasmNadrieril2020-06-241-4/+2
* fix(ci): grammar sync test fails spuriously on ciNadrieril2020-06-201-0/+1
* Release dhall version 0.5.3Nadrieril2020-05-301-1/+1
* Commit grammar file locallyNadrieril2020-05-302-0/+965