| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-10-20 | rustc_hir_typeck: move whole files | lcnr | -786/+0 | |
| 2022-10-14 | Make dyn* cast into a coercion | Michael Goulet | -1/+2 | |
| 2022-10-10 | Fix compiler docs | Guillaume Gomez | -1/+1 | |
| 2022-10-07 | Remove TypeckResults from InferCtxt | Cameron Steffen | -2/+2 | |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -1/+2 | |
| `Res::SelfTy` currently has two `Option`s. When the second one is `Some` the first one is never consulted. So we can split it into two variants, `Res::SelfTyParam` and `Res::SelfTyAlias`, reducing the size of `Res` from 24 bytes to 12. This then shrinks `hir::Path` and `hir::PathSegment`, which are the HIR types that take up the most space. | ||||
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -0/+784 | |
