Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | release: dhall version 0.10.0 | Nadrieril | 2021-02-04 | 1 | -1/+1 |
| | |||||
* | Soothe clippy | Nadrieril | 2020-12-07 | 1 | -0/+1 |
| | |||||
* | Resolve imports and alternatives outside of the ast traversal | Nadrieril | 2020-12-07 | 1 | -1/+1 |
| | |||||
* | Unify `skip_resolve_expr` with normal resolution | Nadrieril | 2020-12-07 | 1 | -2/+13 |
| | |||||
* | Thread cx everywhere else imports are read | Nadrieril | 2020-12-07 | 1 | -33/+9 |
| | |||||
* | Thread cx through normalization | Nadrieril | 2020-12-07 | 1 | -41/+35 |
| | |||||
* | Thread cx through typecheck | Nadrieril | 2020-12-07 | 1 | -3/+8 |
| | |||||
* | Make global store of imports and import results | Nadrieril | 2020-12-07 | 1 | -0/+3 |
| | |||||
* | release: dhall version 0.9.0 | Nadrieril | 2020-11-20 | 1 | -1/+1 |
| | |||||
* | Untangle caching code | Nadrieril | 2020-11-01 | 1 | -2/+3 |
| | |||||
* | release: dhall version 0.8.0 | Nadrieril | 2020-10-28 | 1 | -1/+1 |
| | |||||
* | Release dhall version 0.7.4 | Nadrieril | 2020-10-25 | 1 | -1/+1 |
| | |||||
* | Release dhall version 0.7.2 | Nadrieril | 2020-10-24 | 1 | -1/+1 |
| | |||||
* | Release dhall version 0.7.0 | Nadrieril | 2020-09-15 | 1 | -1/+1 |
| | |||||
* | Release dhall version 0.6.0 | Nadrieril | 2020-08-05 | 1 | -1/+1 |
| | |||||
* | refactor: remove old test harness | Nadrieril | 2020-06-24 | 1 | -2/+0 |
| | |||||
* | Release dhall version 0.5.3 | Nadrieril | 2020-05-30 | 1 | -1/+1 |
| | |||||
* | Release dhall version 0.5.2 | Nadrieril | 2020-04-12 | 1 | -1/+1 |
| | |||||
* | Release dhall version 0.5.1 | Nadrieril | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | Move builtins module up a level | Nadrieril | 2020-04-06 | 1 | -0/+1 |
| | |||||
* | Extract operation-related code to a new module | Nadrieril | 2020-04-06 | 1 | -0/+1 |
| | |||||
* | Release dhall version 0.5.0 | Nadrieril | 2020-04-05 | 1 | -1/+1 |
| | |||||
* | Fix clippy warnings | Nadrieril | 2020-04-05 | 1 | -0/+3 |
| | |||||
* | Introduce option builder | Nadrieril | 2020-03-31 | 1 | -0/+3 |
| | |||||
* | 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 |
| |