| Age | Commit message (Expand) | Author | Lines |
| 2024-10-07 | Convert `Option<&Lrc<T>>` return types to `Option<&T>`. | Nicholas Nethercote | -2/+2 |
| 2024-10-06 | Handle `librustdoc` cases of `rustc::potential_query_instability` lint | ismailarilik | -4/+4 |
| 2024-10-04 | rustdoc: cleaner errors on disambiguator/namespace mismatches | Michael Howell | -5/+16 |
| 2024-10-01 | Auto merge of #131076 - lukas-code:doc-stab2, r=notriddle | bors | -0/+77 |
| 2024-10-01 | Auto merge of #130587 - coolreader18:field-variant-doclink-disambig, r=notrid... | bors | -41/+54 |
| 2024-09-30 | rustdoc: rewrite stability inheritance as a pass | Lukas Markeffsky | -0/+77 |
| 2024-09-25 | rm higher-ranked lifetimes from `DocVisitor` | Lukas Markeffsky | -6/+6 |
| 2024-09-25 | de-rc external traits | Lukas Markeffsky | -0/+2 |
| 2024-09-24 | Fix tools | Michael Goulet | -1/+0 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -24/+23 |
| 2024-09-19 | Add `field@` and `variant@` doc-link disambiguators | Noa | -41/+54 |
| 2024-09-11 | Auto merge of #129975 - notriddle:notriddle/lint-skip, r=GuillaumeGomez | bors | -202/+184 |
| 2024-09-07 | rustdoc: use a single box to store Attributes and ItemKind | Michael Howell | -15/+15 |
| 2024-09-04 | rustdoc: unify the short-circuit on all lints | Michael Howell | -202/+184 |
| 2024-08-31 | Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu... | Matthias Krüger | -0/+7 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from rustdoc. | Nicholas Nethercote | -0/+7 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -1/+3 |
| 2024-08-24 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -1/+1 |
| 2024-08-22 | Fix extern crates not being hidden with `doc(hidden)` | Guillaume Gomez | -3/+4 |
| 2024-08-20 | Remove unneeded conversion to `DefId` for `ExtraInfo` | Guillaume Gomez | -2/+4 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -1/+1 |
| 2024-08-13 | Unify naming of `DocTest` | Guillaume Gomez | -1/+1 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -1/+1 |
| 2024-08-08 | rustdoc: fixed #101105 | schvv31n | -1/+8 |
| 2024-08-01 | rustdoc: Remove OpaqueTy | Alona Enraght-Moony | -2/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -62/+65 |
| 2024-07-27 | rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind` | Michael Howell | -1/+1 |
| 2024-07-04 | Rollup merge of #127301 - estebank:fix-suggestions, r=Urgau | Matthias Krüger | -19/+17 |
| 2024-07-04 | Adjust rustdoc automatic link suggestion | Esteban Küber | -19/+17 |
| 2024-07-01 | rustdoc: add usable lint for pulldown-cmark-0.11 parsing changes | Michael Howell | -0/+154 |
| 2024-06-30 | rustdoc: update to pulldown-cmark 0.11 | Michael Howell | -11/+15 |
| 2024-06-28 | docs: check if the disambiguator matches its suffix | bohan | -8/+24 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+8 |
| 2024-06-07 | rustdoc: Remove `DoctestVisitor::get_line` | Noah Lev | -2/+2 |
| 2024-06-07 | rustdoc: Rename `Tester` to `DoctestVisitor` | Noah Lev | -2/+2 |
| 2024-06-06 | Auto merge of #126068 - lqd:revert-124976, r=petrochenkov | bors | -1/+1 |
| 2024-06-06 | Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" | Rémy Rakic | -1/+1 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -2/+6 |
| 2024-06-05 | Remove `Type` from rustdoc `Const` | Boxy | -1/+1 |
| 2024-06-05 | Make top-level `rustc_parse` functions fallible. | Nicholas Nethercote | -3/+8 |
| 2024-06-05 | Reorder `source_str_to_stream` arguments. | Nicholas Nethercote | -1/+1 |
| 2024-06-05 | Don't use the word "parse" for lexing operations. | Nicholas Nethercote | -8/+3 |
| 2024-06-04 | Add safe/unsafe to static inside extern blocks | Santiago Pastorino | -2/+6 |
| 2024-06-01 | Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,... | bors | -117/+3 |
| 2024-05-27 | Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote | bors | -30/+86 |
| 2024-05-23 | Remove `LintDiagnostic::msg` | León Orell Valerian Liehr | -30/+86 |
| 2024-05-22 | rustc: Use `tcx.used_crates(())` more | Vadim Petrochenkov | -1/+1 |
| 2024-05-19 | Don't strip items with inherited visibility in AliasedNonLocalStripper | Michael Goulet | -2/+7 |
| 2024-05-11 | Always hide private fields in aliased type | Urgau | -0/+62 |
| 2024-05-01 | Stabilize `custom_code_classes_in_docs` feature | Guillaume Gomez | -117/+3 |