Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused | Florian Diebold | 2021-04-08 | 1 | -6/+3 |
* | Fix missing match arms | Florian Diebold | 2021-04-08 | 1 | -0/+2 |
* | Get rid of walk_mut [not compiling] | Florian Diebold | 2021-04-08 | 1 | -272/+0 |
* | Add HasInterner bounds | Florian Diebold | 2021-04-08 | 1 | -2/+2 |
* | Replace all the types by their Chalk versions | Florian Diebold | 2021-04-08 | 1 | -1/+1 |
* | Remove Ty::substs{_mut} | Florian Diebold | 2021-04-07 | 1 | -10/+16 |
* | Add chalk_ir::Const to TyKind::Array | Lukas Wirth | 2021-04-06 | 1 | -2/+8 |
* | Add Lifetime to TyKind::Ref | Lukas Wirth | 2021-04-06 | 1 | -2/+2 |
* | Fix shifting of binders in FnPointer | Florian Diebold | 2021-04-05 | 1 | -0/+13 |
* | Align FnPointer with Chalk | Florian Diebold | 2021-04-05 | 1 | -2/+17 |
* | Rename shift_bound_vars{_out} to align with Chalk | Florian Diebold | 2021-04-05 | 1 | -10/+12 |
* | Hide Binders internals more | Florian Diebold | 2021-04-05 | 1 | -4/+4 |
* | Rename TyKind::Unknown to Error | Laurențiu Nicola | 2021-04-05 | 1 | -2/+2 |
* | Move things from `traits` module to `types` as well | Florian Diebold | 2021-04-04 | 1 | -2/+24 |
* | Move things in hir_ty into submodules | Florian Diebold | 2021-04-04 | 1 | -0/+359 |