Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Value, SimpleValue and SimpleType to serde | Nadrieril | 2020-03-31 | 1 | -63/+3 |
| | |||||
* | Brutally make all of dhall pub | Nadrieril | 2020-03-31 | 1 | -15/+15 |
| | |||||
* | Nir::normalize isn't useful | Nadrieril | 2020-03-31 | 1 | -1/+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. | ||||
* | Move conversion to SimpleVal/Ty to simple module | Nadrieril | 2020-03-31 | 1 | -2/+2 |
| | |||||
* | Remove top-level Expr aliases | Nadrieril | 2020-03-31 | 1 | -13/+9 |
| | |||||
* | Limit dependency on Normalized | Nadrieril | 2020-03-31 | 1 | -66/+10 |
| | |||||
* | Remove Normalized and friends from public API | Nadrieril | 2020-03-31 | 1 | -28/+14 |
| | |||||
* | Add new Value type in API | Nadrieril | 2020-03-31 | 1 | -4/+60 |
| | |||||
* | Add SimpleType to mirror SimpleValue | Nadrieril | 2020-03-31 | 1 | -1/+5 |
| | |||||
* | Add SimpleValue type to facilitate deserialization | Nadrieril | 2020-03-31 | 1 | -2/+8 |
| | |||||
* | 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 | 1 | -1/+0 |
| | |||||
* | Run clippy | Nadrieril | 2020-03-17 | 1 | -6/+4 |
| | |||||
* | Implement remote imports and cleanup import chaining | Nadrieril | 2020-03-05 | 1 | -2/+6 |
| | |||||
* | Cut release | Nadrieril | 2020-02-21 | 1 | -1/+1 |
| | |||||
* | Avoid re-typechecking after import | Nadrieril | 2020-02-19 | 1 | -0/+3 |
| | |||||
* | Remove useless `normalize` option from ToExprOptions | Nadrieril | 2020-02-18 | 1 | -15/+4 |
| | |||||
* | Borrow relevant Hir from Tir | Nadrieril | 2020-02-18 | 1 | -7/+18 |
| | |||||
* | Rename Value to Nir | Nadrieril | 2020-02-17 | 1 | -19/+17 |
| | |||||
* | Rename TyExpr to Tir | Nadrieril | 2020-02-17 | 1 | -4/+2 |
| | |||||
* | Introduce proper Type struct | Nadrieril | 2020-02-15 | 1 | -1/+1 |
| | |||||
* | TyExpr always carries a type | Nadrieril | 2020-02-13 | 1 | -1/+1 |
| | |||||
* | Remove the Embed variant from ExprKind | Nadrieril | 2020-02-11 | 1 | -4/+4 |
| | |||||
* | Take Hir for typecheck | Nadrieril | 2020-02-09 | 1 | -3/+7 |
| | |||||
* | Resolve variables alongside import resolution | Nadrieril | 2020-02-09 | 1 | -9/+16 |
| | |||||
* | Remove move type propagation through Value | Nadrieril | 2020-02-09 | 1 | -22/+10 |
| | |||||
* | Upgrade Rust toolchain | Nadrieril | 2020-02-09 | 1 | -2/+0 |
| | |||||
* | Massively deduplicate test harness | Nadrieril | 2020-02-09 | 1 | -0/+11 |
| | |||||
* | Remove type parameter from ValueKind | Nadrieril | 2020-01-30 | 1 | -4/+1 |
| | |||||
* | Move parse and resolve up a level | Nadrieril | 2020-01-30 | 1 | -3/+3 |
| | |||||
* | Move main API to lib.rs | Nadrieril | 2020-01-30 | 1 | -0/+244 |
| | |||||
* | release | Nadrieril | 2020-01-16 | 1 | -1/+1 |
| | |||||
* | Release new version | Nadrieril | 2019-12-24 | 1 | -1/+1 |
| | |||||
* | Bump dhall version | Nadrieril | 2019-12-21 | 1 | -1/+1 |
| | |||||
* | Prepare for publishing on crates.io | Nadrieril | 2019-12-21 | 1 | -0/+1 |
| | |||||
* | Move error module to root of crate | Nadrieril | 2019-12-20 | 1 | -0/+1 |
| | |||||
* | Move contents of dhall_syntax to dhall | Nadrieril | 2019-12-15 | 1 | -3/+1 |
| | |||||
* | Refer to semantics module properly | Nadrieril | 2019-12-15 | 1 | -2/+0 |
| | |||||
* | Move contents of dhall under a semantics submodule | Nadrieril | 2019-12-15 | 1 | -3/+2 |
| | |||||
* | Reexport dhall_syntax as a module in dhall | Nadrieril | 2019-12-15 | 1 | -0/+4 |
| | |||||
* | Update rust toolchain | Nadrieril | 2019-11-11 | 1 | -1/+0 |
| | |||||
* | Generate import tests automatically | Nadrieril | 2019-11-11 | 1 | -1/+0 |
| | |||||
* | Tweak tests to avoid double compilation | Nadrieril | 2019-08-26 | 1 | -1/+0 |
| | |||||
* | Disable some unused unstable features | Nadrieril | 2019-08-15 | 1 | -6/+0 |
| | |||||
* | Move api into its own crate | Nadrieril | 2019-08-13 | 1 | -110/+2 |
| | |||||
* | clippy | Nadrieril | 2019-05-12 | 1 | -1/+3 |
| | |||||
* | Rewrite Deserialize trait around new Value and Type | Nadrieril | 2019-05-09 | 1 | -1/+0 |
| | |||||
* | Rewrite the StaticType trait and everything around it | Nadrieril | 2019-05-09 | 1 | -5/+5 |
| | |||||
* | Make shift fallible and improve shift ergonomics | Nadrieril | 2019-05-09 | 1 | -0/+1 |
| |