| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: fix clippy warnings | Nadrieril | 2021-01-22 | 1 | -4/+4 |
* | Resolve imports and alternatives outside of the ast traversal | Nadrieril | 2020-12-07 | 1 | -0/+8 |
* | Defer name errors to typechecking | Nadrieril | 2020-12-07 | 1 | -0/+1 |
* | Pass import results via the global context | Nadrieril | 2020-12-07 | 1 | -1/+4 |
* | Thread cx everywhere else imports are read | Nadrieril | 2020-12-07 | 1 | -2/+2 |
* | Thread cx through normalization | Nadrieril | 2020-12-07 | 3 | -133/+145 |
* | Remove NirInternal | Nadrieril | 2020-11-03 | 2 | -50/+23 |
* | Normalize `with` by mutation. | Nadrieril | 2020-11-03 | 3 | -5/+42 |
* | Try to keep ownership of `Nir`s when convenient | Nadrieril | 2020-11-03 | 1 | -1/+1 |
* | Move BinOp and Builtin definitions in the relevant module | Nadrieril | 2020-04-06 | 1 | -4/+3 |
* | Move builtins module up a level | Nadrieril | 2020-04-06 | 1 | -2/+3 |
* | Extract operation-related code to a new module | Nadrieril | 2020-04-06 | 2 | -295/+9 |
* | Only need to store OpKind in Nir | Nadrieril | 2020-04-06 | 2 | -82/+77 |
* | Fix normalization bug | Nadrieril | 2020-04-06 | 1 | -49/+49 |
* | Avoid a few allocations | Nadrieril | 2020-04-06 | 2 | -16/+20 |
* | Factor our operations in normalization | Nadrieril | 2020-04-06 | 2 | -300/+257 |
* | Split off operations from main expr enum | Nadrieril | 2020-04-06 | 2 | -100/+128 |
* | Brutally make all of dhall pub | Nadrieril | 2020-03-31 | 5 | -35/+35 |
* | Nir::normalize isn't useful | Nadrieril | 2020-03-31 | 1 | -76/+0 |
* | Improve handling of builtin types in Nir | Nadrieril | 2020-03-31 | 2 | -25/+32 |
* | Move conversion to SimpleVal/Ty to simple module | Nadrieril | 2020-03-31 | 1 | -81/+0 |
* | Remove top-level Expr aliases | Nadrieril | 2020-03-31 | 1 | -5/+5 |
* | Rename LitKind to NumKind | Nadrieril | 2020-03-31 | 2 | -40/+40 |
* | 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 | 1 | -13/+14 |
* | Run clippy | Nadrieril | 2020-03-17 | 3 | -28/+29 |
* | Implement some normalization simplifications | Nadrieril | 2020-03-05 | 1 | -76/+80 |
* | Normalization for ProjectionByExpr | Basile Henry | 2020-03-02 | 1 | -3/+34 |
* | Avoid re-typechecking after import | Nadrieril | 2020-02-19 | 1 | -0/+1 |
* | Remove useless `normalize` option from ToExprOptions | Nadrieril | 2020-02-18 | 1 | -3/+0 |
* | Remove spans from Nir | Nadrieril | 2020-02-17 | 1 | -15/+7 |
* | Rename Value to Nir | Nadrieril | 2020-02-17 | 5 | -257/+239 |
* | Avoid recomputing universes in tck | Nadrieril | 2020-02-16 | 1 | -3/+3 |
* | Start requiring Universe to build a Type | Nadrieril | 2020-02-16 | 1 | -1/+1 |
* | Introduce proper Type struct | Nadrieril | 2020-02-15 | 1 | -1/+4 |
* | Desugar Completion during resolution | Nadrieril | 2020-02-15 | 1 | -11/+9 |
* | Factor some tck code to avoid needing get_type_tyexpr | Nadrieril | 2020-02-15 | 2 | -3/+3 |
* | Simplify conversions to/from TyExpr | Nadrieril | 2020-02-13 | 1 | -17/+3 |
* | Introduce LitKind to factor out common enum nodes | Nadrieril | 2020-02-11 | 2 | -57/+50 |
* | Remove the Embed variant from ExprKind | Nadrieril | 2020-02-11 | 2 | -15/+7 |
* | Remove need for Embed | Nadrieril | 2020-02-10 | 1 | -0/+6 |
* | Remove types from NzEnv | Nadrieril | 2020-02-09 | 3 | -30/+32 |
* | Remove all types from Value | Nadrieril | 2020-02-09 | 2 | -74/+9 |
* | Take Hir for typecheck | Nadrieril | 2020-02-09 | 1 | -2/+5 |
* | Remove extra types stored in Value | Nadrieril | 2020-02-09 | 2 | -25/+14 |
* | Remove most TyExpr from normalization | Nadrieril | 2020-02-09 | 2 | -76/+65 |
* | Add Hir as untyped alternative to TyExpr | Nadrieril | 2020-02-09 | 2 | -7/+7 |
* | Remove move type propagation through Value | Nadrieril | 2020-02-09 | 2 | -154/+54 |
* | Remove most reliance on types stored in Value | Nadrieril | 2020-02-09 | 3 | -38/+53 |