summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Try to keep ownership of `Nir`s when convenientNadrieril2020-11-032-55/+52
|/
* Merge pull request #191 from basile-henry/text-replaceBasile Henry2020-11-032-22/+28
|\
| * Merge remote-tracking branch 'upstream/master' into text-replaceBasile Henry2020-11-0337-798/+489
| |\ | |/ |/|
* | fix: We now support dhall v19Nadrieril2020-11-021-0/+2
* | tests: add regression tests for `with` kind inferenceNadrieril2020-11-024-0/+9
* | Merge pull request #193 from basile-henry/with-no-desugarNadrieril2020-11-026-47/+108
|\ \
| * \ Merge branch 'master' into with-no-desugarNadrieril2020-11-021-3/+6
| |\ \ | |/ / |/| |
* | | Merge pull request #195 from basile-henry/workaround-clippy-issueNadrieril2020-11-021-3/+6
|\ \ \
| * | | CI: Use a work around to not hit the clippy issueBasile Henry2020-11-021-3/+6
|/ / /
| * | 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-012-12/+29
| * | Implement normalization for With opBasile Henry2020-11-011-2/+43
| * | 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
* | Merge pull request #192 from Nadrieril/rework-cachingNadrieril2020-11-0117-740/+288
|\ \
| * | Ensure that the hash always gets checkedNadrieril2020-11-015-19/+52
| * | Don't pollute the dhall cache directoryNadrieril2020-11-013-36/+55
| * | 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
|/ /
| * Update dhall-lang to latest masterBasile Henry2020-11-031-0/+0
| * Allow `Text/replace ` to support an abstract haystackBasile Henry2020-11-012-22/+28
|/
* chore: update nix shellNadrieril2020-11-011-6/+6
* Merge pull request #190 from Nadrieril/update-depsNadrieril2020-10-308-434/+600
|\
| * Add deps.rs badgeNadrieril2020-10-301-4/+7
| * Update other dependenciesNadrieril2020-10-301-312/+314
| * Update abnf dependencyNadrieril2020-10-303-14/+24
| * Update pretty dependencyNadrieril2020-10-303-36/+34
| * Update annotate-snippets dependencyNadrieril2020-10-303-15/+19
| * Update serde_cbor dependencyNadrieril2020-10-302-4/+3
| * 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: serde_dhall version 0.8.0Nadrieril2020-10-285-5/+8
* release: dhall version 0.8.0Nadrieril2020-10-284-4/+4
* Merge pull request #189 from Nadrieril/serializeNadrieril2020-10-2818-224/+1278
|\
| * Fix clippy and formattingNadrieril2020-10-282-2/+4
| * Move some testsNadrieril2020-10-282-61/+59
| * Implement SimpleValue serializationNadrieril2020-10-282-16/+61
| * Move table of type correspondancesNadrieril2020-10-282-23/+26
| * Add missing documentationNadrieril2020-10-283-10/+316
| * Make type annotation optional to allow serializing SimpleValueNadrieril2020-10-288-157/+202
| * Implement serializationNadrieril2020-10-2812-72/+725
| * No need to escape underscores in pretty-printingNadrieril2020-10-285-5/+7
|/
* Merge pull request #188 from Nadrieril/change-numsNadrieril2020-10-289-50/+25
|\
| * Prefer u64/i64 to usize/isizeNadrieril2020-10-289-50/+25
|/
* fix: tweak release messageNadrieril2020-10-281-1/+1