| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -13/+13 |
| 2022-10-29 | Auto merge of #102233 - petrochenkov:effvis, r=jackh726 | bors | -1/+1 |
| 2022-10-27 | Rollup merge of #103408 - compiler-errors:rpitit-rustdoc, r=GuillaumeGomez | Matthias Krüger | -53/+69 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -1/+1 |
| 2022-10-23 | Rollup merge of #103254 - fmease:fix-24183, r=GuillaumeGomez | Michael Howell | -18/+23 |
| 2022-10-22 | Clean middle RPITITs correctly in rustdoc | Michael Goulet | -53/+69 |
| 2022-10-19 | rustdoc: render bounds of cross-crate GAT params | León Orell Valerian Liehr | -14/+30 |
| 2022-10-19 | rustdoc: Do not filter out `Self: Sized` bounds | León Orell Valerian Liehr | -18/+23 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -1/+1 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-13 | rustdoc: don't ICE on `TyKind::Typeof` | Maybe Waffle | -2/+1 |
| 2022-10-10 | Rollup merge of #102834 - compiler-errors:unnecessary-lift, r=jyn514 | Yuki Okushi | -13/+5 |
| 2022-10-10 | Rollup merge of #102831 - compiler-errors:rustdoc-norm-oops, r=jyn514 | Yuki Okushi | -5/+4 |
| 2022-10-10 | Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki | Yuki Okushi | -1/+1 |
| 2022-10-09 | Remove unnecessary lift calls from rustdoc | Michael Goulet | -14/+5 |
| 2022-10-09 | Don't use unnormalized type in Ty::fn_sig | Michael Goulet | -5/+4 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -1/+1 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -6/+5 |
| 2022-10-05 | rustdoc: render more cross-crate hrtbs properly | León Orell Valerian Liehr | -17/+45 |
| 2022-10-03 | Rollup merge of #102439 - fmease:rustdoc-simplify-cross-crate-trait-bounds, r... | Matthias Krüger | -0/+9 |
| 2022-10-03 | rustdoc: re-sugar more cross-crate trait bounds | León Orell Valerian Liehr | -0/+9 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -2/+2 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -4/+4 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -1/+1 |
| 2022-09-12 | Plumb dyn trait representation through ty::Dynamic | Eric Holk | -1/+1 |
| 2022-09-10 | Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk | bors | -9/+0 |
| 2022-09-09 | rustdoc: when removing duplicate names, ignore `#[doc(hidden)]` items | Michael Howell | -3/+10 |
| 2022-09-09 | rustdoc: avoid cleaning modules with duplicate names | Michael Howell | -3/+5 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -11/+1 |
| 2022-09-09 | Rustdoc support | Michael Goulet | -0/+10 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -9/+0 |
| 2022-09-08 | Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorino | bors | -3/+3 |
| 2022-09-08 | Rollup merge of #101498 - petrochenkov:visparam, r=cjgillot | Dylan DPC | -3/+3 |
| 2022-09-08 | Arena-allocate `hir::Lifetime`. | Nicholas Nethercote | -3/+3 |
| 2022-09-07 | Auto merge of #101432 - nnethercote:shrink-PredicateS, r=lcnr | bors | -3/+3 |
| 2022-09-07 | rustc: Parameterize `ty::Visibility` over used ID | Vadim Petrochenkov | -3/+3 |
| 2022-09-05 | Pack `Term` in the same way as `GenericArg`. | Nicholas Nethercote | -3/+3 |
| 2022-09-04 | rustdoc: Compute enum discriminant on demand | Nixon Enraght-Moony | -14/+4 |
| 2022-09-03 | Rustdoc-Json: Add enum discriminant | Nixon Enraght-Moony | -3/+20 |
| 2022-09-01 | Auto merge of #100869 - nnethercote:replace-ThinVec, r=spastorino | bors | -18/+15 |
| 2022-08-30 | rustdoc: Resugar async fn return type in `clean`, not `html` | Nixon Enraght-Moony | -1/+4 |
| 2022-08-29 | Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors | Dylan DPC | -1/+1 |
| 2022-08-29 | Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`. | Nicholas Nethercote | -18/+15 |
| 2022-08-27 | rustc_middle: Remove `Visibility::Invisible` | Vadim Petrochenkov | -5/+0 |
| 2022-08-16 | rustdoc: box ItemKind::Trait | Michael Howell | -2/+2 |
| 2022-08-16 | rustdoc: factor Type::QPath out into its own box | Michael Howell | -17/+14 |
| 2022-08-14 | Remove the Clean trait | Guillaume Gomez | -4/+0 |
| 2022-08-14 | remove Clean trait implementation for hir::Variant | Guillaume Gomez | -9/+7 |
| 2022-08-12 | remove Clean trait implementation for hir::BareFnTy | Guillaume Gomez | -17/+18 |
| 2022-08-12 | remove Clean trait implementation for hir::PathSegment | Guillaume Gomez | -8/+15 |