Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tweak: factor a bit | Nadrieril | 2020-12-08 | 1 | -24/+25 |
| | |||||
* | tests: add a test that fetches the remote prelude | Nadrieril | 2020-12-08 | 1 | -1/+17 |
| | | | | It's too slow even in release mode. | ||||
* | fix: fix import ordering issue | Nadrieril | 2020-12-08 | 3 | -7/+10 |
| | |||||
* | Merge pull request #204 from Nadrieril/source-id | Nadrieril | 2020-12-08 | 26 | -637/+1187 |
|\ | |||||
| * | Soothe clippy | Nadrieril | 2020-12-07 | 1 | -0/+1 |
| | | |||||
| * | Resolve imports and alternatives outside of the ast traversal | Nadrieril | 2020-12-07 | 6 | -130/+294 |
| | | |||||
| * | Defer name errors to typechecking | Nadrieril | 2020-12-07 | 4 | -5/+13 |
| | | | | | | | | We aren't supposed to inspect anything before alternatives are chosen | ||||
| * | Avoid storing an import before we checked its hash | Nadrieril | 2020-12-07 | 2 | -23/+28 |
| | | |||||
| * | Add tests | Nadrieril | 2020-12-07 | 4 | -0/+4 |
| | | |||||
| * | Unify `skip_resolve_expr` with normal resolution | Nadrieril | 2020-12-07 | 8 | -40/+94 |
| | | |||||
| * | Pass import results via the global context | Nadrieril | 2020-12-07 | 4 | -13/+19 |
| | | |||||
| * | Thread cx everywhere else imports are read | Nadrieril | 2020-12-07 | 10 | -89/+93 |
| | | |||||
| * | Tag cx ids with the cx lifetime | Nadrieril | 2020-12-07 | 3 | -19/+31 |
| | | | | | | | | To make sure we don't let ids escape and we don't mix scopes. | ||||
| * | Thread cx through normalization | Nadrieril | 2020-12-07 | 18 | -446/+498 |
| | | |||||
| * | Thread cx through typecheck | Nadrieril | 2020-12-07 | 8 | -28/+65 |
| | | |||||
| * | Improve ergonomics of `Ctxt` | Nadrieril | 2020-12-07 | 2 | -55/+55 |
| | | |||||
| * | Make global store of imports and import results | Nadrieril | 2020-12-07 | 6 | -62/+217 |
| | | |||||
| * | Don't store internal structures of `dhall` in `serde_dhall` | Nadrieril | 2020-12-07 | 3 | -38/+86 |
|/ | |||||
* | Merge pull request #203 from Nadrieril/fix-import-bug | Nadrieril | 2020-12-06 | 6 | -108/+145 |
|\ | |||||
| * | Exclude the new test on Windows | Nadrieril | 2020-12-06 | 1 | -0/+1 |
| | | |||||
| * | An import location is not independent from the import mode | Nadrieril | 2020-12-06 | 5 | -121/+109 |
| | | |||||
| * | Prepare `ImportLocation` for more fields | Nadrieril | 2020-12-06 | 3 | -39/+83 |
| | | |||||
| * | Add test | Nadrieril | 2020-12-06 | 3 | -0/+4 |
|/ | |||||
* | chore: remove leftover file | Nadrieril | 2020-12-06 | 1 | -1/+0 |
| | |||||
* | Merge pull request #202 from basile-henry/if-type | Nadrieril | 2020-11-28 | 5 | -10/+5 |
|\ | | | | | If can return a type | ||||
| * | Add .direnv to .gitignore | Basile Henry | 2020-11-27 | 1 | -0/+1 |
| | | |||||
| * | Update dhall-lang | Basile Henry | 2020-11-27 | 1 | -0/+0 |
| | | |||||
| * | If can return a type | Basile Henry | 2020-11-27 | 3 | -10/+4 |
|/ | |||||
* | release: serde_dhall version 0.9.0 | Nadrieril | 2020-11-20 | 5 | -5/+8 |
| | |||||
* | release: dhall version 0.9.0 | Nadrieril | 2020-11-20 | 4 | -4/+4 |
| | |||||
* | Merge pull request #201 from Nadrieril/parse-binary | Nadrieril | 2020-11-20 | 4 | -1/+64 |
|\ | | | | | Expose binary parsing in the API | ||||
| * | Expose binary parsing in the API | Nadrieril | 2020-11-20 | 4 | -1/+64 |
|/ | |||||
* | tests: commit a forgotten output | Nadrieril | 2020-11-05 | 1 | -0/+6 |
| | |||||
* | Merge pull request #198 from Nadrieril/bless-tests | Nadrieril | 2020-11-05 | 2 | -20/+32 |
|\ | | | | | Overwrite test outputs with a `--bless` option | ||||
| * | Overwrite test outputs with a `--bless` option | Nadrieril | 2020-11-05 | 2 | -20/+32 |
|/ | |||||
* | Merge pull request #197 from Nadrieril/cleanup-test-exclusion | Nadrieril | 2020-11-05 | 1 | -193/+182 |
|\ | | | | | Centralize test exclusion into a single function | ||||
| * | Centralize test exclusion into a single function | Nadrieril | 2020-11-05 | 1 | -193/+182 |
|/ | |||||
* | tests: add some tests | Nadrieril | 2020-11-05 | 18 | -5/+25 |
| | |||||
* | test: commit a forgotten file | Nadrieril | 2020-11-05 | 1 | -0/+6 |
| | |||||
* | Merge pull request #196 from Nadrieril/allow-mutation-in-normalization | Nadrieril | 2020-11-03 | 7 | -193/+152 |
|\ | |||||
| * | Remove NirInternal | Nadrieril | 2020-11-03 | 2 | -50/+23 |
| | | |||||
| * | Typecheck `with` using mutation | Nadrieril | 2020-11-03 | 3 | -45/+25 |
| | | |||||
| * | Normalize `with` by mutation. | Nadrieril | 2020-11-03 | 4 | -57/+66 |
| | | | | | | | | | | This is Cow-style mutation: we clone only what's shared and then mutate it. This it more legible and more efficient than the immutable version. | ||||
| * | Try to keep ownership of `Nir`s when convenient | Nadrieril | 2020-11-03 | 2 | -55/+52 |
|/ | | | | | The goal is that we might avoid cloning internals in the common case where a value is not shared | ||||
* | Merge pull request #191 from basile-henry/text-replace | Basile Henry | 2020-11-03 | 2 | -22/+28 |
|\ | | | | | Allow `Text/replace ` to support an abstract haystack | ||||
| * | Merge remote-tracking branch 'upstream/master' into text-replace | Basile Henry | 2020-11-03 | 37 | -798/+489 |
| |\ | |/ |/| | |||||
* | | fix: We now support dhall v19 | Nadrieril | 2020-11-02 | 1 | -0/+2 |
| | | | | | | | | Fixes #180 | ||||
* | | tests: add regression tests for `with` kind inference | Nadrieril | 2020-11-02 | 4 | -0/+9 |
| | | |||||
* | | Merge pull request #193 from basile-henry/with-no-desugar | Nadrieril | 2020-11-02 | 6 | -47/+108 |
|\ \ | |||||
| * \ | Merge branch 'master' into with-no-desugar | Nadrieril | 2020-11-02 | 1 | -3/+6 |
| |\ \ | |/ / |/| | |