| Age | Commit message (Expand) | Author | Lines |
| 2025-09-12 | Don't store defaultness for inherent impl items | Cameron Steffen | -1/+1 |
| 2025-09-10 | Simplify code for `find_raw_urls` | Guillaume Gomez | -17/+11 |
| 2025-09-10 | Improve suggestion in case a bare URL is surrounded by brackets | Guillaume Gomez | -13/+40 |
| 2025-08-28 | Add new `doc(attribute = "...")` attribute | Guillaume Gomez | -3/+7 |
| 2025-08-21 | rustdoc::invalid_html_tags(unclosed comment): fix off by one in span | binarycat | -1/+1 |
| 2025-08-21 | refactor rustdoc::invalid_html_tags tag parser | binarycat | -169/+380 |
| 2025-08-13 | Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkov | Guillaume Gomez | -12/+16 |
| 2025-08-12 | rustdoc: Minimal fixes to compile with `MacroKinds` | Josh Triplett | -12/+16 |
| 2025-08-12 | Rollup merge of #144921 - lolbinarycat:rustdoc-intra-doc-gfm-141866, r=fmease... | Stuart Cook | -2/+14 |
| 2025-08-11 | don't emit rustdoc::broken_intra_doc_links for stuff like [!NOTE] | binarycat | -2/+14 |
| 2025-08-05 | rustdoc: fix caching of intra-doc links on reexports | binarycat | -1/+6 |
| 2025-08-02 | Rollup merge of #132748 - lolbinarycat:rustdoc-intra-doc-link-warn-more-54191... | Samuel Tardieu | -3/+29 |
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -1/+1 |
| 2025-07-24 | rustdoc::broken_intra_doc_links: only be lenient with shortcut links | binarycat | -5/+22 |
| 2025-07-24 | rustdoc::broken_intra_doc_links: no backticks = use old behavior | binarycat | -1/+3 |
| 2025-07-24 | get rid of some false negatives in rustdoc::broken_intra_doc_links | binarycat | -3/+10 |
| 2025-07-19 | Fix clippy lints in librustdoc | Guillaume Gomez | -27/+24 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -2/+2 |
| 2025-06-23 | Improve code and documentation | Guillaume Gomez | -12/+22 |
| 2025-06-23 | Do not emit `redundant_explicit_links` rustdoc lint if the doc comment comes ... | Guillaume Gomez | -22/+50 |
| 2025-06-20 | Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35 | bors | -18/+10 |
| 2025-06-19 | Extract Translator struct | Cameron Steffen | -18/+10 |
| 2025-06-19 | De-dup common code from `ExternalCrate` methods | Yotam Ofek | -1/+1 |
| 2025-05-31 | Rollup merge of #141740 - nnethercote:hir-ItemKind-field-order, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2025-05-29 | Rework `#[doc(cfg(..))]` checks as distinct pass in rustdoc | Urgau | -0/+81 |
| 2025-05-30 | Reorder fields in `hir::ItemKind` variants. | Nicholas Nethercote | -1/+1 |
| 2025-05-28 | Rollup merge of #141411 - lolbinarycat:rustdoc-link-proc-macro-91274, r=Guill... | Trevor Gross | -8/+28 |
| 2025-05-27 | rustdoc: linking to a local proc macro no longer warns | binarycat | -8/+28 |
| 2025-05-23 | Rollup merge of #136400 - lolbinarycat:rustdoc-link-lint-135851, r=GuillaumeG... | Matthias Krüger | -4/+8 |
| 2025-05-22 | rustdoc: improve diagnostics on raw doc fragments | binarycat | -4/+8 |
| 2025-05-22 | Remove `is_empty` check in `filter_assoc_items_by_name_and_namespace`. | Nicholas Nethercote | -6/+1 |
| 2025-05-18 | Remove rustc_attr_data_structures re-export from rustc_attr_parsing | mejrs | -1/+1 |
| 2025-05-09 | Remove `Ident::empty`. | Nicholas Nethercote | -6/+15 |
| 2025-05-06 | rustdoc: remove unportable markdown lint and old parser | Michael Howell | -149/+0 |
| 2025-04-25 | Rollup merge of #137096 - ehuss:stabilize-doctest-xcompile, r=fmease | Matthias Krüger | -2/+2 |
| 2025-04-19 | Fix error when an intra doc link is trying to resolve an empty associated item | Guillaume Gomez | -1/+6 |
| 2025-04-15 | Move two methods from `AssocKind` to `AssocItem`. | Nicholas Nethercote | -2/+2 |
| 2025-04-10 | Rollup merge of #138167 - GuillaumeGomez:rustdoc-hidden-stripper-improvement,... | Matthias Krüger | -10/+12 |
| 2025-04-03 | Remove `LintExpectationId` from `Level` variants | Oli Scherer | -2/+2 |
| 2025-04-03 | Make LevelAndSource a struct | Oli Scherer | -6/+7 |
| 2025-03-27 | Remove and stabilize --enable-per-target-ignores | Eric Huss | -2/+2 |
| 2025-03-26 | rustdoc: Rearrange `Item`/`ItemInner`. | Nicholas Nethercote | -3/+3 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -1/+1 |
| 2025-03-07 | Small code improvement in rustdoc hidden stripper | Guillaume Gomez | -10/+12 |
| 2025-03-07 | Rollup merge of #138107 - yotamofek:pr/rustdoc/clippy, r=GuillaumeGomez | Matthias Krüger | -4/+4 |
| 2025-03-07 | Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errors | bors | -58/+54 |
| 2025-03-06 | Rollup merge of #137534 - xizheyin:issue-137342, r=GuillaumeGomez | Michael Goulet | -2/+20 |
| 2025-03-06 | `x clippy src/librustdoc --fix` | Yotam Ofek | -4/+4 |
| 2025-03-06 | `librustdoc`: flatten nested ifs | Yotam Ofek | -58/+54 |
| 2025-03-04 | Adapt `librustdoc` to 2024 edition lifetieme capture rules | Yotam Ofek | -1/+1 |