| Age | Commit message (Expand) | Author | Lines |
| 2025-05-05 | Created `tests/rustdoc/jump-to-def` subfolder to limit number of files at the... | Guillaume Gomez | -0/+0 |
| 2025-05-05 | Created `tests/rustdoc/auto` subfolder to limit number of files at the top level | Guillaume Gomez | -0/+0 |
| 2025-05-05 | Created `tests/rustdoc/anchors` subfolder to limit number of files at the top... | Guillaume Gomez | -0/+0 |
| 2025-05-05 | Created `tests/rustdoc/source-code-pages` subfolder to limit number of files ... | Guillaume Gomez | -0/+0 |
| 2025-05-05 | Created `tests/rustdoc/reexports` subfolder to limit number of files at the t... | Guillaume Gomez | -0/+22 |
| 2025-04-25 | Rollup merge of #137096 - ehuss:stabilize-doctest-xcompile, r=fmease | Matthias Krüger | -0/+34 |
| 2025-04-18 | Rollup merge of #139913 - fmease:rustdoc-fix-fn-param-handling, r=GuillaumeGomez | Matthias Krüger | -8/+57 |
| 2025-04-17 | rustdoc: Properly clean fn params in all contexts | León Orell Valerian Liehr | -8/+57 |
| 2025-04-17 | Support inlined cross-crate re-exported trait aliases | León Orell Valerian Liehr | -39/+95 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -8/+16 |
| 2025-03-27 | Stabilize --test-runtool and --test-runtool-arg | Eric Huss | -1/+0 |
| 2025-03-27 | Rename `--runtool` and `--runtool-arg` | Eric Huss | -3/+3 |
| 2025-03-27 | Add test for doctest runtool | Eric Huss | -0/+35 |
| 2025-03-27 | Correctly handle line comments in attributes and generate extern crates | Guillaume Gomez | -1/+1 |
| 2025-03-22 | rustdoc: be more strict about "Methods from Deref" | binarycat | -0/+27 |
| 2025-03-15 | Add RTN support to rustdoc | Michael Goulet | -0/+18 |
| 2025-03-06 | Rollup merge of #137764 - compiler-errors:always-applicable-negative-impl, r=... | Michael Goulet | -2/+2 |
| 2025-03-06 | Rollup merge of #137534 - xizheyin:issue-137342, r=GuillaumeGomez | Michael Goulet | -24/+40 |
| 2025-03-04 | Make rustdoc tests use always applicable negative auto impls | Michael Goulet | -2/+2 |
| 2025-03-04 | [rustdoc] hide item that is not marked as doc(inline) and whose src is doc(hi... | xizheyin | -24/+40 |
| 2025-02-27 | Move "unused_exter_crate" test from rustdoc-ui to rustdoc | Yotam Ofek | -0/+19 |
| 2025-02-26 | Rollup merge of #137320 - tapanprakasht:fix-doc-version-stability, r=notriddle | León Orell Valerian Liehr | -0/+28 |
| 2025-02-24 | remove support for rustc_intrinsic_must_be_overridden from the compiler | Ralf Jung | -16/+4 |
| 2025-02-23 | Fixed tidy error | Tapan Prakash | -1/+1 |
| 2025-02-23 | fixed by differentiating glob export | Tapan Prakash | -0/+28 |
| 2025-02-16 | fix rustdoc test directives that were accidentally ignored | Yotam Ofek | -17/+17 |
| 2025-02-11 | Add regression test for source line numbers | Guillaume Gomez | -0/+35 |
| 2025-02-11 | Update rustdoc tests | Guillaume Gomez | -4/+5 |
| 2025-02-04 | Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr | Matthias Krüger | -4/+21 |
| 2025-02-04 | Auto merge of #136525 - matthiaskrgr:rollup-m8kqlek, r=matthiaskrgr | bors | -2/+2 |
| 2025-02-04 | Rollup merge of #134807 - poliorcetics:ab/push-skpynvsmwkll, r=camelid | Matthias Krüger | -2/+2 |
| 2025-02-04 | Add missing lang items in no_core tests in rustdoc | Michael Goulet | -4/+21 |
| 2025-02-03 | Rollup merge of #136411 - dtolnay:fnptr, r=notriddle | Matthias Krüger | -6/+14 |
| 2025-02-02 | rustc_allowed_through_unstable_modules: require deprecation message | Ralf Jung | -3/+3 |
| 2025-02-01 | Omit argument names from function pointers that do not have argument names | David Tolnay | -7/+7 |
| 2025-02-01 | Add test of fn pointer without argument name | David Tolnay | -0/+8 |
| 2025-01-30 | fix(rustdoc): always use a channel when linking to doc.rust-lang.org | Alexis (Poliorcetics) Bourget | -2/+2 |
| 2025-01-30 | Direct link 108459 to issues -> pull redirect | Michael Howell | -1/+1 |
| 2025-01-30 | Give 104145, 103463, and 31948 more descriptive names | Michael Howell | -0/+0 |
| 2025-01-29 | rustdoc: rename `issue-\d+.rs` tests to have meaningful names | Michael Howell | -30/+0 |
| 2025-01-29 | Add URL and `crate_name` to test cases | Michael Howell | -32/+77 |
| 2025-01-27 | Add `TooGeneric` variant to `LayoutError` and emit `Unknown` one | FedericoBruzzone | -1/+8 |
| 2025-01-22 | rustdoc: Finalize dyn compatibility renaming | León Orell Valerian Liehr | -1/+1 |
| 2025-01-19 | Remove unused `item-row` CSS class | Guillaume Gomez | -2/+2 |
| 2025-01-18 | Remove more CSS classes | Guillaume Gomez | -90/+83 |
| 2025-01-17 | Update rustdoc tests | Guillaume Gomez | -51/+37 |
| 2025-01-14 | Rollup merge of #134216 - GuillaumeGomez:jump-to-def-pats, r=fmease | Matthias Krüger | -0/+52 |
| 2025-01-11 | rustdoc: use import stability marker in display | Michael Howell | -0/+18 |
| 2025-01-07 | Rollup merge of #135171 - notriddle:notriddle/stable-path-is-better, r=Guilla... | Matthias Krüger | -0/+40 |
| 2025-01-06 | Rollup merge of #135116 - camelid:sidebar-case, r=fmease | Jacob Pratt | -2/+2 |