| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -29/+29 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -1/+1 |
| 2022-10-22 | Stabilize arbitrary_enum_discriminant, take 2 | Deadbeef | -1/+1 |
| 2022-10-20 | rustc_hir_typeck: fix paths and partially mv files | lcnr | -311/+1 |
| 2022-10-13 | replace ReErased with fresh region vars in opaque types | Ali MJ Al-Nasrawy | -5/+15 |
| 2022-10-12 | Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakis | bors | -23/+33 |
| 2022-10-12 | Rollup merge of #102890 - camsteffen:adt-sized-representability, r=cjgillot | Dylan DPC | -3/+0 |
| 2022-10-10 | Check representability in adt_sized_constraint | Cameron Steffen | -3/+0 |
| 2022-10-10 | Fix compiler docs | Guillaume Gomez | -1/+3 |
| 2022-10-10 | Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki | Yuki Okushi | -1/+1 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -1/+1 |
| 2022-10-08 | Auto merge of #100720 - camsteffen:representable, r=cjgillot | bors | -25/+3 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -25/+3 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -45/+45 |
| 2022-10-07 | Remove a reference from Inherited | Cameron Steffen | -1/+1 |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -2/+2 |
| 2022-10-06 | Rollup merge of #98496 - BoxyUwU:instancers_bad_equality, r=lcnr | Matthias Krüger | -9/+5 |
| 2022-10-06 | reviews | Boxy | -1/+0 |
| 2022-10-05 | Validate opaques in default trait bodies, don't normalize unless a body is pr... | Michael Goulet | -23/+33 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -7/+11 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -7/+11 |
| 2022-09-30 | make query take `(LocalDefId, DefId)` | Boxy | -3/+2 |
| 2022-09-30 | make `compare_const_impl` a query and use it in `instance.rs` | Boxy | -5/+3 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -3/+6 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -0/+1753 |