| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Factor our operations in normalization | Nadrieril | 2020-04-06 | 2 | -300/+257 |
| | | |||||
| * | Factor out operations in typecheck | Nadrieril | 2020-04-06 | 2 | -417/+438 |
| | | |||||
| * | Split off operations from main expr enum | Nadrieril | 2020-04-06 | 11 | -353/+424 |
| | | |||||
| * | Fix import bug | Nadrieril | 2020-04-05 | 1 | -9/+11 |
| | | |||||
| * | Check code hashes in import | Nadrieril | 2020-04-05 | 4 | -14/+47 |
| | | |||||
| * | Add semantic-hash tests | Nadrieril | 2020-04-05 | 1 | -1/+11 |
| | | |||||
| * | Release dhall version 0.5.0 | Nadrieril | 2020-04-05 | 1 | -1/+1 |
| | | |||||
| * | Fix clippy warnings | Nadrieril | 2020-04-05 | 3 | -9/+9 |
| | | |||||
| * | Reorganize API and internals of serde_dhall a bit | Nadrieril | 2020-03-31 | 1 | -1/+1 |
| | | |||||
| * | Introduce option builder | Nadrieril | 2020-03-31 | 3 | -5/+14 |
| | | |||||
| * | Move Value, SimpleValue and SimpleType to serde | Nadrieril | 2020-03-31 | 3 | -230/+4 |
| | | |||||
| * | Brutally make all of dhall pub | Nadrieril | 2020-03-31 | 27 | -120/+120 |
| | | |||||
| * | 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 | 2 | -12/+4 |
| | | |||||
| * | Add coverage gathering with grcov | Nadrieril | 2020-03-20 | 1 | -7/+17 |
| | | |||||
| * | Remove more unnecessary parens in printer | Nadrieril | 2020-03-20 | 3 | -10/+35 |
| | | |||||
| * | Commit output of printer | Nadrieril | 2020-03-20 | 1 | -23/+23 |
| | | |||||
| * | Parse RFC3986 URLs | Nadrieril | 2020-03-20 | 2 | -2/+22 |
| | | |||||
| * | Update to latest pest_consume to remove spurious clippy warning | Nadrieril | 2020-03-18 | 1 | -1/+0 |
| | | |||||
| * | Cut release | Nadrieril | 2020-03-18 | 1 | -1/+1 |
| | | |||||
| * | Remove never_type feature | Nadrieril | 2020-03-17 | 4 | -19/+19 |
| | | |||||
| * | Run clippy | Nadrieril | 2020-03-17 | 16 | -126/+172 |
| | | |||||
| * | Implement record puns | Nadrieril | 2020-03-11 | 4 | -1/+9 |
| | | |||||
| * | Add support for `with` keyword | Nadrieril | 2020-03-10 | 3 | -1/+44 |
| | | |||||
| * | Implement conservative sanity checking | Nadrieril | 2020-03-05 | 3 | -56/+77 |
| | | |||||
| * | Cache imports correctly | Nadrieril | 2020-03-05 | 3 | -21/+21 |
| | | |||||
| * | Implement remote imports and cleanup import chaining | Nadrieril | 2020-03-05 | 9 | -117/+185 |
| | | |||||
| * | Implement remote `as Location` resolution | Nadrieril | 2020-03-05 | 2 | -2/+13 |
| | | |||||
| * | Implement `as Text` imports | Nadrieril | 2020-03-05 | 2 | -4/+22 |
| | | |||||
| * | Refactor resolve a bit | Nadrieril | 2020-03-05 | 1 | -80/+76 |
| | | |||||
| * | Implement `missing` and `env:VAR` imports | Nadrieril | 2020-03-05 | 3 | -8/+20 |
| | | |||||
| * | Add a lot of import tests | Nadrieril | 2020-03-05 | 1 | -1/+1 |
| | | |||||
| * | Run tests from repo root as specified in spec | Nadrieril | 2020-03-05 | 1 | -1/+7 |
| | | |||||
| * | Implement `as Location` imports | Nadrieril | 2020-03-05 | 3 | -59/+102 |
| | | |||||
| * | Implement some normalization simplifications | Nadrieril | 2020-03-05 | 2 | -77/+81 |
| | | |||||
| * | Normalization for ProjectionByExpr | Basile Henry | 2020-03-02 | 2 | -4/+35 |
| | | |||||
| * | Cut release | Nadrieril | 2020-02-21 | 1 | -1/+1 |
| | | |||||
