| Commit message (Expand) | Author | Files | Lines |
2020-12-07 | Thread cx through normalization | Nadrieril | 15 | -347/+395 |
2020-12-07 | Thread cx through typecheck | Nadrieril | 8 | -28/+65 |
2020-12-07 | Improve ergonomics of `Ctxt` | Nadrieril | 2 | -55/+55 |
2020-12-07 | Make global store of imports and import results | Nadrieril | 4 | -62/+200 |
2020-12-06 | An import location is not independent from the import mode | Nadrieril | 2 | -117/+107 |
2020-12-06 | Prepare `ImportLocation` for more fields | Nadrieril | 2 | -38/+82 |
2020-11-27 | If can return a type | Basile Henry | 1 | -2/+2 |
2020-11-20 | release: dhall version 0.9.0 | Nadrieril | 1 | -1/+1 |
2020-11-03 | Remove NirInternal | Nadrieril | 2 | -50/+23 |
2020-11-03 | Typecheck `with` using mutation | Nadrieril | 3 | -45/+25 |
2020-11-03 | Normalize `with` by mutation. | Nadrieril | 4 | -57/+66 |
2020-11-03 | Try to keep ownership of `Nir`s when convenient | Nadrieril | 2 | -55/+52 |
2020-11-02 | Handle record type properly | Basile Henry | 1 | -1/+1 |
2020-11-02 | Inline helper function | Basile Henry | 1 | -8/+4 |
2020-11-02 | Refactor following PR review | Basile Henry | 2 | -29/+20 |
2020-11-01 | Handle partially abstract with | Basile Henry | 1 | -8/+29 |
2020-11-01 | Implement normalization for With op | Basile Henry | 1 | -2/+43 |
2020-11-01 | Implement type checking for With op | Basile Henry | 2 | -31/+52 |
2020-11-01 | fix: clippy | Nadrieril | 2 | -21/+18 |
2020-11-01 | feat: add location to import error messages | Nadrieril | 1 | -2/+10 |
2020-11-01 | Ensure that the hash always gets checked | Nadrieril | 2 | -19/+40 |
2020-11-01 | Typed and TypedHir are the same | Nadrieril | 3 | -33/+26 |
2020-11-01 | Untangle caching code | Nadrieril | 10 | -661/+155 |
2020-11-01 | Store file cache in ImportEnv | Nadrieril | 4 | -21/+22 |
2020-11-01 | Untangle ImportEnv::handle_import | Nadrieril | 2 | -29/+37 |
2020-11-01 | Allow `Text/replace ` to support an abstract haystack | Basile Henry | 1 | -22/+28 |
2020-10-30 | Update annotate-snippets dependency | Nadrieril | 1 | -12/+13 |
2020-10-30 | Roll our own Value for binary decoding | Nadrieril | 1 | -12/+162 |
2020-10-30 | Don't use serde_cbor::Value in binary encoding | Nadrieril | 1 | -40/+40 |
2020-10-28 | release: dhall version 0.8.0 | Nadrieril | 1 | -1/+1 |
2020-10-28 | No need to escape underscores in pretty-printing | Nadrieril | 1 | -1/+3 |
2020-10-28 | Prefer u64/i64 to usize/isize | Nadrieril | 3 | -9/+8 |
2020-10-27 | Make `SimpleValue` deserializable within other types | Nadrieril | 1 | -0/+1 |
2020-10-25 | Release dhall version 0.7.4 | Nadrieril | 1 | -1/+1 |
2020-10-25 | Refactor Text/replace eval | Basile Henry | 1 | -42/+29 |
2020-10-25 | Implement Text/replace | Basile Henry | 2 | -2/+64 |
2020-10-24 | Release dhall version 0.7.2 | Nadrieril | 1 | -1/+1 |
2020-10-10 | Make reqwest an optional dependency | Basile Henry | 1 | -1/+5 |
2020-09-15 | Release dhall version 0.7.0 | Nadrieril | 1 | -1/+1 |
2020-09-14 | spec: Enable `with` optimizations | Nadrieril | 9 | -26/+69 |
2020-08-05 | Release dhall version 0.6.0 | Nadrieril | 1 | -1/+1 |
2020-06-25 | spec: allow trailing delimiters | Nadrieril | 1 | -6/+7 |
2020-06-25 | spec!: remove Optional/build and Optional/fold | Nadrieril | 2 | -47/+3 |
2020-06-25 | spec: remove Unicode character from `dhall.abnf` | Nadrieril | 1 | -1/+1 |
2020-06-25 | spec!: remove the ability to quote paths in URLs | Nadrieril | 3 | -14/+8 |
2020-06-25 | spec: ensure `keyword` rule only matches keywords | Nadrieril | 1 | -2/+4 |
2020-06-25 | spec: not all ABNF parsers like empty rules | Nadrieril | 3 | -44/+21 |
2020-06-25 | spec: allow quoted labels to be empty | Nadrieril | 2 | -2/+4 |
2020-06-25 | spec: allow unions with mixed kinds | Nadrieril | 1 | -15/+5 |
2020-06-25 | spec: fix precedence of `===` and `with` | Nadrieril | 4 | -11/+23 |