Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix clippy warnings | Nadrieril | 2020-04-05 | 2 | -9/+6 |
| | |||||
* | Reorganize API and internals of serde_dhall a bit | Nadrieril | 2020-03-31 | 1 | -1/+1 |
| | |||||
* | Introduce option builder | Nadrieril | 2020-03-31 | 2 | -5/+11 |
| | |||||
* | Move Value, SimpleValue and SimpleType to serde | Nadrieril | 2020-03-31 | 1 | -4/+1 |
| | |||||
* | Brutally make all of dhall pub | Nadrieril | 2020-03-31 | 16 | -76/+76 |
| | |||||
* | Nir::normalize isn't useful | Nadrieril | 2020-03-31 | 3 | -89/+0 |
| | | | | | 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 | 4 | -61/+55 |
| | |||||
* | Move conversion to SimpleVal/Ty to simple module | Nadrieril | 2020-03-31 | 1 | -81/+0 |
| | |||||
* | Remove top-level Expr aliases | Nadrieril | 2020-03-31 | 5 | -22/+16 |
| | |||||
* | Rename LitKind to NumKind | Nadrieril | 2020-03-31 | 4 | -72/+72 |
| | |||||
* | Add new Value type in API | Nadrieril | 2020-03-31 | 1 | -2/+2 |
| | |||||
* | Add SimpleType to mirror SimpleValue | Nadrieril | 2020-03-31 | 1 | -1/+47 |
| | |||||
* | Add SimpleValue type to facilitate deserialization | Nadrieril | 2020-03-31 | 1 | -0/+34 |
| | |||||
* | Remove never_type feature | Nadrieril | 2020-03-17 | 2 | -16/+15 |
| | |||||
* | Run clippy | Nadrieril | 2020-03-17 | 9 | -53/+54 |
| | |||||
* | Implement conservative sanity checking | Nadrieril | 2020-03-05 | 2 | -56/+76 |
| | |||||
* | Cache imports correctly | Nadrieril | 2020-03-05 | 2 | -19/+19 |
| | |||||
* | Implement remote imports and cleanup import chaining | Nadrieril | 2020-03-05 | 2 | -81/+139 |
| | |||||
* | Implement remote `as Location` resolution | Nadrieril | 2020-03-05 | 1 | -1/+12 |
| | |||||
* | 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 | 1 | -8/+16 |
| | |||||
* | Implement `as Location` imports | Nadrieril | 2020-03-05 | 2 | -30/+102 |
| | |||||
* | Implement some normalization simplifications | Nadrieril | 2020-03-05 | 1 | -76/+80 |
| | |||||
* | Normalization for ProjectionByExpr | Basile Henry | 2020-03-02 | 1 | -3/+34 |
| | |||||
* | Expose fewer pub things | Nadrieril | 2020-02-19 | 1 | -2/+5 |
| | |||||
* | Avoid re-typechecking after import | Nadrieril | 2020-02-19 | 5 | -14/+23 |
| | |||||
* | Discard import headers while we don't use them | Nadrieril | 2020-02-18 | 2 | -11/+8 |
| | |||||
* | Remove useless `normalize` option from ToExprOptions | Nadrieril | 2020-02-18 | 2 | -11/+2 |
| | |||||
* | Borrow relevant Hir from Tir | Nadrieril | 2020-02-18 | 3 | -33/+32 |
| | |||||
* | Remove spans from Nir | Nadrieril | 2020-02-17 | 1 | -15/+7 |
| | | | | | That info was too unreliable: we need clean tracking mechanisms if we want to improve error messages | ||||
* | Rename Value to Nir | Nadrieril | 2020-02-17 | 10 | -381/+359 |
| | |||||
* | Rename TyExpr to Tir | Nadrieril | 2020-02-17 | 4 | -27/+27 |
| | |||||
* | Factor out desugaring from resolve | Nadrieril | 2020-02-17 | 1 | -22/+31 |
| | |||||
* | Extract resolve-relevant envs together | Nadrieril | 2020-02-17 | 4 | -112/+118 |
| | |||||
* | Move hir and resolve into a module | Nadrieril | 2020-02-17 | 5 | -2/+6 |
| | |||||
* | Avoid recomputing universes in tck | Nadrieril | 2020-02-16 | 3 | -55/+73 |
| | |||||
* | Oops, leftover #![allow(dead_code)] | Nadrieril | 2020-02-16 | 1 | -17/+1 |
| | |||||
* | Start requiring Universe to build a Type | Nadrieril | 2020-02-16 | 3 | -176/+206 |
| | |||||
* | Introduce proper Type struct | Nadrieril | 2020-02-15 | 4 | -56/+120 |
| | |||||
* | Desugar Completion during resolution | Nadrieril | 2020-02-15 | 4 | -52/+49 |
| | |||||
* | Factor some tck code to avoid needing get_type_tyexpr | Nadrieril | 2020-02-15 | 5 | -52/+88 |
| | |||||
* | Oops | Nadrieril | 2020-02-14 | 2 | -16/+14 |
| | |||||
* | TyExpr always carries a type | Nadrieril | 2020-02-13 | 2 | -86/+67 |
| | |||||
* | Rework annotation and Sort handling | Nadrieril | 2020-02-13 | 2 | -69/+76 |
| | |||||
* | Simplify conversions to/from TyExpr | Nadrieril | 2020-02-13 | 4 | -108/+88 |
| | |||||
* | Only store type at root node in tyexpr | Nadrieril | 2020-02-13 | 2 | -29/+26 |
| | |||||
* | Introduce LitKind to factor out common enum nodes | Nadrieril | 2020-02-11 | 4 | -118/+124 |
| | |||||
* | Remove the Embed variant from ExprKind | Nadrieril | 2020-02-11 | 7 | -29/+17 |
| | |||||
* | Remove need for Embed | Nadrieril | 2020-02-10 | 4 | -20/+22 |
| | | | | This was an archaic leftover from copying the Haskell datatypes anyway |