Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize API and internals of serde_dhall a bit | Nadrieril | 2020-03-31 | 1 | -1/+1 |
| | |||||
* | Ensure version numbers are kept in sync | Nadrieril | 2020-03-31 | 2 | -0/+5 |
| | |||||
* | Introduce option builder | Nadrieril | 2020-03-31 | 4 | -6/+15 |
| | |||||
* | Move Value, SimpleValue and SimpleType to serde | Nadrieril | 2020-03-31 | 3 | -230/+4 |
| | |||||
* | Brutally make all of dhall pub | Nadrieril | 2020-03-31 | 28 | -124/+125 |
| | |||||
* | Revert "Start overengineering SimpleVal/Ty" | Nadrieril | 2020-03-31 | 1 | -120/+31 |
| | | | | This reverts commit ee9ee1e0ae26bd7fe718a1f8cbe56370ccf969a7. | ||||
* | Start overengineering SimpleVal/Ty | Nadrieril | 2020-03-31 | 1 | -31/+120 |
| | |||||
* | Nir::normalize isn't useful | Nadrieril | 2020-03-31 | 4 | -90/+3 |
| | | | | | It pretends to normalize but actually can't normalize under lambdas. The correct way to normalize a Nir is to convert it to Hir. | ||||
* | Improve handling of builtin types in Nir | Nadrieril | 2020-03-31 | 5 | -86/+66 |
| | |||||
* | Move conversion to SimpleVal/Ty to simple module | Nadrieril | 2020-03-31 | 3 | -84/+84 |
| | |||||
* | Use dhall::Value more in serde | Nadrieril | 2020-03-31 | 1 | -1/+1 |
| | |||||
* | Remove top-level Expr aliases | Nadrieril | 2020-03-31 | 8 | -45/+32 |
| | |||||
* | Rename LitKind to NumKind | Nadrieril | 2020-03-31 | 11 | -101/+101 |
| | |||||
* | Limit dependency on Normalized | Nadrieril | 2020-03-31 | 2 | -84/+42 |
| | |||||
* | Remove Normalized and friends from public API | Nadrieril | 2020-03-31 | 3 | -31/+20 |
| | |||||
* | Add new Value type in API | Nadrieril | 2020-03-31 | 2 | -6/+62 |
| | |||||
* | Add SimpleType to mirror SimpleValue | Nadrieril | 2020-03-31 | 3 | -3/+103 |
| | |||||
* | Add SimpleValue type to facilitate deserialization | Nadrieril | 2020-03-31 | 3 | -2/+71 |
| | |||||
* | Fix indexing for spans that go to the end of the input | Nadrieril | 2020-03-31 | 1 | -5/+7 |
| | |||||
* | Upgrade annotate-snippets version | Nadrieril | 2020-03-31 | 114 | -124/+116 |
| | |||||
* | Add coverage gathering with grcov | Nadrieril | 2020-03-20 | 2 | -9/+19 |
| | |||||
* | Reduce duplication in build.rs | Nadrieril | 2020-03-20 | 1 | -37/+40 |
| | |||||
* | Remove more unnecessary parens in printer | Nadrieril | 2020-03-20 | 20 | -27/+52 |
| | |||||
* | Commit output of printer | Nadrieril | 2020-03-20 | 242 | -38/+289 |
| | |||||
* | Parse RFC3986 URLs | Nadrieril | 2020-03-20 | 5 | -28/+27 |
| | |||||
* | Update to latest pest_consume to remove spurious clippy warning | Nadrieril | 2020-03-18 | 1 | -1/+0 |
| | |||||
* | Cut release | Nadrieril | 2020-03-18 | 2 | -2/+2 |
| | |||||
* | Remove never_type feature | Nadrieril | 2020-03-17 | 4 | -19/+19 |
| | |||||
* | Upgrade some dependencies | Nadrieril | 2020-03-17 | 1 | -3/+3 |
| | |||||
* | Run clippy | Nadrieril | 2020-03-17 | 17 | -128/+177 |
| | |||||
* | Circumvent weird rustfmt inconsistency | Nadrieril | 2020-03-17 | 1 | -2/+5 |
| | |||||
* | Upstream the `with` grammar tweak | Nadrieril | 2020-03-12 | 3 | -15/+2 |
| | |||||
* | Implement record puns | Nadrieril | 2020-03-11 | 6 | -2/+16 |
| | |||||
* | Upstream all local tests | Nadrieril | 2020-03-10 | 148 | -201/+3 |
| | | | | See https://github.com/dhall-lang/dhall-lang/pull/933 | ||||
* | Add support for `with` keyword | Nadrieril | 2020-03-10 | 8 | -4/+68 |
| | |||||
* | Forgot to commit test output | Nadrieril | 2020-03-05 | 1 | -0/+1 |
| | |||||
* | Implement conservative sanity checking | Nadrieril | 2020-03-05 | 4 | -58/+77 |
| | |||||
* | Cache imports correctly | Nadrieril | 2020-03-05 | 5 | -25/+22 |
| | |||||
* | Implement remote imports and cleanup import chaining | Nadrieril | 2020-03-05 | 13 | -122/+193 |
| | |||||
* | Implement remote `as Location` resolution | Nadrieril | 2020-03-05 | 24 | -12/+52 |
| | |||||
* | Implement `as Text` imports | Nadrieril | 2020-03-05 | 7 | -16/+33 |
| | |||||
* | Refactor resolve a bit | Nadrieril | 2020-03-05 | 1 | -80/+76 |
| | |||||
* | Implement `missing` and `env:VAR` imports | Nadrieril | 2020-03-05 | 6 | -19/+24 |
| | |||||
* | Add a lot of import tests | Nadrieril | 2020-03-05 | 53 | -2/+96 |
| | |||||
* | Run tests from repo root as specified in spec | Nadrieril | 2020-03-05 | 11 | -11/+17 |
| | |||||
* | Implement `as Location` imports | Nadrieril | 2020-03-05 | 5 | -60/+104 |
| | |||||
* | Run tests from dhall dir | Nadrieril | 2020-03-05 | 10 | -10/+10 |
| | |||||
* | Add a bunch of `as Location` unit tests | Nadrieril | 2020-03-05 | 35 | -0/+50 |
| | |||||
* | Update dhall-lang submodule | Nadrieril | 2020-03-05 | 3 | -3/+15 |
| | |||||
* | Add a bunch of tests | Nadrieril | 2020-03-05 | 49 | -0/+70 |
| |