| Commit message (Expand) | Author | Files | Lines |
2021-04-03 | Ignore clippy's needless question mark lint for the ast visitor macros. | Ceri Storey | 1 | -1/+2 |
2021-04-03 | Avoid ambiguity from use of Itertools::intersperse. | Ceri Storey | 2 | -6/+5 |
2021-03-27 | Replace a bunch of Err(…)? and format!("constant") calls. | Ceri Storey | 3 | -18/+32 |
2021-03-09 | chore: fix clippy warnings | Nadrieril | 1 | -0/+1 |
2021-02-04 | release: dhall version 0.10.0 | Nadrieril | 2 | -2/+2 |
2021-01-22 | chore: fix clippy warnings | Nadrieril | 2 | -8/+6 |
2021-01-22 | doc: document the `dhall` usage test | Nadrieril | 2 | -5/+18 |
2021-01-22 | test: try using the `dhall` crate as a user | Nadrieril | 1 | -0/+38 |
2021-01-08 | chore: update reqwest dependency | Nadrieril | 1 | -1/+1 |
2020-12-08 | tweak: factor a bit | Nadrieril | 1 | -24/+25 |
2020-12-08 | fix: fix import ordering issue | Nadrieril | 3 | -7/+10 |
2020-12-07 | Soothe clippy | Nadrieril | 1 | -0/+1 |
2020-12-07 | Resolve imports and alternatives outside of the ast traversal | Nadrieril | 6 | -130/+294 |
2020-12-07 | Defer name errors to typechecking | Nadrieril | 4 | -5/+13 |
2020-12-07 | Avoid storing an import before we checked its hash | Nadrieril | 2 | -23/+28 |
2020-12-07 | Add tests | Nadrieril | 4 | -0/+4 |
2020-12-07 | Unify `skip_resolve_expr` with normal resolution | Nadrieril | 6 | -39/+74 |
2020-12-07 | Pass import results via the global context | Nadrieril | 4 | -13/+19 |
2020-12-07 | Thread cx everywhere else imports are read | Nadrieril | 8 | -84/+80 |
2020-12-07 | Tag cx ids with the cx lifetime | Nadrieril | 3 | -19/+31 |
2020-12-07 | Thread cx through normalization | Nadrieril | 16 | -425/+475 |
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 | 5 | -62/+201 |
2020-12-06 | Exclude the new test on Windows | Nadrieril | 1 | -0/+1 |
2020-12-06 | An import location is not independent from the import mode | Nadrieril | 5 | -121/+109 |
2020-12-06 | Prepare `ImportLocation` for more fields | Nadrieril | 3 | -39/+83 |
2020-12-06 | Add test | Nadrieril | 3 | -0/+4 |
2020-11-27 | If can return a type | Basile Henry | 3 | -10/+4 |
2020-11-20 | release: dhall version 0.9.0 | Nadrieril | 2 | -2/+2 |
2020-11-05 | tests: commit a forgotten output | Nadrieril | 1 | -0/+6 |
2020-11-05 | Overwrite test outputs with a `--bless` option | Nadrieril | 1 | -15/+25 |
2020-11-05 | Centralize test exclusion into a single function | Nadrieril | 1 | -193/+182 |
2020-11-05 | tests: add some tests | Nadrieril | 17 | -0/+25 |
2020-11-05 | test: commit a forgotten file | Nadrieril | 1 | -0/+6 |
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 | tests: add regression tests for `with` kind inference | Nadrieril | 4 | -0/+9 |
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 | 2 | -12/+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 | 5 | -41/+57 |
2020-11-01 | fix: clippy | Nadrieril | 2 | -21/+18 |
2020-11-01 | feat: add location to import error messages | Nadrieril | 11 | -10/+81 |
2020-11-01 | Ensure that the hash always gets checked | Nadrieril | 5 | -19/+52 |
2020-11-01 | Don't pollute the dhall cache directory | Nadrieril | 2 | -36/+48 |