| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | rustdoc: add support for incoherent impls on structs and traits | Michael Howell | -0/+15 |
| 2022-10-29 | rustdoc: Split effective visibilities from rustc from similar data built by r... | Vadim Petrochenkov | -4/+4 |
| 2022-10-29 | rustdoc: Simplify modifications of effective visibility table | Vadim Petrochenkov | -2/+1 |
| 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 | -19/+19 |
| 2022-10-29 | Auto merge of #102233 - petrochenkov:effvis, r=jackh726 | bors | -4/+4 |
| 2022-10-28 | Rollup merge of #103523 - GuillaumeGomez:inline-doc-comment-impl-block, r=not... | Matthias Krüger | -8/+35 |
| 2022-10-27 | Update tooling | Maybe Waffle | -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 | -4/+4 |
| 2022-10-25 | Don't merge inline doc comments for impl blocks | Guillaume Gomez | -8/+35 |
| 2022-10-23 | Rollup merge of #103254 - fmease:fix-24183, r=GuillaumeGomez | Michael Howell | -18/+23 |
| 2022-10-23 | Rollup merge of #103192 - petrochenkov:noalltraits, r=jyn514 | Dylan DPC | -94/+102 |
| 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-19 | rustdoc: Eliminate uses of `EarlyDocLinkResolver::all_traits` | Vadim Petrochenkov | -94/+102 |
| 2022-10-14 | Add some tidy-alphabetical | nils | -1/+2 |
| 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 | -17/+9 |
| 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 | -2/+2 |
| 2022-10-09 | Remove unnecessary lift calls from rustdoc | Michael Goulet | -18/+9 |
| 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 | -2/+2 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -64/+57 |
| 2022-10-05 | rustdoc: render more cross-crate hrtbs properly | León Orell Valerian Liehr | -33/+90 |
| 2022-10-03 | Rollup merge of #102439 - fmease:rustdoc-simplify-cross-crate-trait-bounds, r... | Matthias Krüger | -23/+25 |
| 2022-10-03 | rustdoc: re-sugar more cross-crate trait bounds | León Orell Valerian Liehr | -23/+25 |
| 2022-09-29 | Auto merge of #101887 - nnethercote:shrink-Res, r=spastorino | bors | -6/+11 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -6/+11 |
| 2022-09-28 | Auto merge of #102384 - camelid:extrainfo, r=GuillaumeGomez | bors | -12/+4 |
| 2022-09-27 | rustdoc: Queryify `is_notable_trait` | Noah Lev | -2/+2 |
| 2022-09-27 | rustdoc: remove `clean::TraitWithExtraInfo` | Michael Howell | -13/+5 |
| 2022-09-27 | attributes: Add #[rustc_safe_intrinsic] builtin | Arthur Cohen | -1/+1 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -3/+3 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -4/+4 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -1/+1 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -2/+1 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -2/+1 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -4/+3 |
| 2022-09-15 | Streamline `register_res`. | Nicholas Nethercote | -21/+5 |
| 2022-09-13 | rebase | b-naber | -1/+1 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -3/+2 |
| 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-10 | Rollup merge of #101631 - rust-lang:notriddle/duplicate-module, r=GuillaumeGomez | Dylan DPC | -5/+14 |