| Age | Commit message (Expand) | Author | Lines |
| 2024-10-07 | Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,... | bors | -25/+25 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -25/+25 |
| 2024-10-06 | Handle `librustdoc` cases of `rustc::potential_query_instability` lint | ismailarilik | -8/+8 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -10/+2 |
| 2024-10-04 | Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercote | Guillaume Gomez | -22/+44 |
| 2024-10-04 | Adjust rustdoc for literal boolean support | Urgau | -22/+44 |
| 2024-10-02 | Remove redundant in_trait from hir::TyKind::OpaqueDef | Michael Goulet | -1/+1 |
| 2024-09-30 | rustdoc: rewrite stability inheritance as a pass | Lukas Markeffsky | -41/+17 |
| 2024-09-30 | add `stable_since` convenience | Lukas Markeffsky | -4/+1 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -1/+1 |
| 2024-09-25 | de-rc external traits | Lukas Markeffsky | -7/+4 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -1/+1 |
| 2024-09-24 | Rollup merge of #130798 - lukas-code:doc-stab, r=notriddle | Trevor Gross | -1/+39 |
| 2024-09-24 | rustdoc: inherit parent's stability where applicable | Lukas Markeffsky | -1/+39 |
| 2024-09-24 | Fix tools | Michael Goulet | -4/+4 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -91/+83 |
| 2024-09-07 | rustdoc: use a single box to store Attributes and ItemKind | Michael Howell | -98/+110 |
| 2024-09-07 | rustdoc: use `LocalDefId` for inline stmt | Michael Howell | -20/+22 |
| 2024-09-05 | Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdoc | Matthias Krüger | -6/+0 |
| 2024-08-31 | Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu... | Matthias Krüger | -0/+6 |
| 2024-08-31 | Rollup merge of #129725 - compiler-errors:predicates-of, r=fmease | Matthias Krüger | -12/+2 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from rustdoc. | Nicholas Nethercote | -0/+6 |
| 2024-08-29 | Fix clippy lints | Guillaume Gomez | -72/+60 |
| 2024-08-29 | Stop using ty::GenericPredicates for non-predicates_of queries | Michael Goulet | -12/+2 |
| 2024-08-22 | Use a LocalDefId in ResolvedArg. | Camille GILLOT | -1/+1 |
| 2024-08-20 | Add Top TOC support to rustdoc | Michael Howell | -6/+0 |
| 2024-08-20 | Remove unneeded conversion to `DefId` for `ExtraInfo` | Guillaume Gomez | -1/+6 |
| 2024-08-16 | Simplify cleaning foreign fns in rustdoc | Michael Goulet | -10/+4 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -1/+1 |
| 2024-08-10 | Stop showing impl items for negative impls | Guillaume Gomez | -0/+4 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -1/+1 |
| 2024-08-04 | rustdoc: Delete `ReceiverTy` (formerly known as `SelfTy`) | Noah Lev | -22/+3 |
| 2024-08-04 | rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)` | Noah Lev | -21/+19 |
| 2024-08-04 | rustdoc: Rename `SelfTy` to `ReceiverTy` | Noah Lev | -5/+5 |
| 2024-08-04 | Rollup merge of #128578 - camelid:cache-index-cleanup, r=notriddle | Matthias Krüger | -12/+8 |
| 2024-08-02 | rustdoc: Simplify some search index code | Noah Lev | -12/+8 |
| 2024-08-01 | rustdoc: Remove OpaqueTy | Alona Enraght-Moony | -14/+4 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -68/+49 |
| 2024-07-27 | rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind` | Michael Howell | -54/+54 |
| 2024-07-25 | Support ?Trait bounds in supertraits and dyn Trait under a feature gate | Bryanskiy | -1/+1 |
| 2024-07-20 | Auto merge of #127658 - compiler-errors:precise-capturing-rustdoc-cross, r=fm... | bors | -17/+17 |
| 2024-07-17 | Remove some unintended changes to imports | Noah Lev | -3/+5 |
| 2024-07-17 | Add cross-crate precise capturing support to rustdoc | Michael Goulet | -17/+17 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -3/+13 |
| 2024-07-16 | Use `ConstArg` for const param defaults | Noah Lev | -2/+3 |
| 2024-07-16 | Use `ConstArg` for array lengths | Noah Lev | -4/+14 |
| 2024-07-16 | Use `ConstArg` for assoc item constraints | Noah Lev | -1/+1 |
| 2024-07-16 | hir: Create `hir::ConstArgKind` enum | Noah Lev | -3/+5 |
| 2024-07-14 | Fix trivial gen ident usage in tools | Michael Goulet | -2/+2 |
| 2024-07-12 | Add rustdoc support for use<> in (local) RPITs | Michael Goulet | -3/+6 |