| Age | Commit message (Expand) | Author | Lines |
| 2025-07-17 | Regression test | Jonathan Brouwer | -0/+34 |
| 2025-07-10 | Add regression test for #143107 | Guillaume Gomez | -0/+41 |
| 2025-07-04 | Rollup merge of #143381 - fee1-dead-contrib:push-pzxuvlnymxpu, r=GuillaumeGomez | Jacob Pratt | -0/+36 |
| 2025-07-03 | Rollup merge of #141831 - lolbinarycat:rustdoc-extern-reexport-135092, r=Guil... | Guillaume Gomez | -0/+26 |
| 2025-07-03 | rustdoc: don't treat methods under const impls or traits as const | Deadbeef | -0/+36 |
| 2025-07-03 | Rollup merge of #143083 - JonathanBrouwer:rustdoc-fix, r=jdonszelmann | Jana Dönszelmann | -0/+13 |
| 2025-06-29 | Rollup merge of #142367 - GuillaumeGomez:extern-crate-items-intra-doc, r=lolb... | Matthias Krüger | -0/+23 |
| 2025-06-28 | Rollup merge of #142987 - lolbinarycat:rustdoc-non_exhaustive-enum-v-142599, ... | Matthias Krüger | -0/+25 |
| 2025-06-28 | Add regression test for #137857 to ensure that we generate intra doc links fo... | Guillaume Gomez | -0/+23 |
| 2025-06-27 | Fix rustdoc not correctly showing attributes with re-exports | Jonathan Brouwer | -0/+13 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -25/+25 |
| 2025-06-27 | rustdoc: add regression test for issue 135092 | binarycat | -0/+26 |
| 2025-06-26 | rustdoc: show attributes on enum variants | binarycat | -0/+25 |
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -25/+25 |
| 2025-06-24 | rustdoc: Don't mark `#[target_feature]` functions as ⚠ | Alona Enraght-Moony | -0/+38 |
| 2025-06-16 | rustdoc: `PointeeSized` bounds with extern types | David Wood | -1/+1 |
| 2025-06-16 | rustdoc: `{Meta,Pointee,}Sized` in non-minicore | David Wood | -13/+77 |
| 2025-06-13 | Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgr | bors | -3/+3 |
| 2025-06-13 | Rollup merge of #141770 - GuillaumeGomez:cfg-false-mod-rendering, r=camelid | Matthias Krüger | -3/+7 |
| 2025-06-12 | Fix a missing fragment specifier in rustdoc tests | Trevor Gross | -3/+3 |
| 2025-06-05 | Support middle::ty assoc const eq predicates again | León Orell Valerian Liehr | -1/+0 |
| 2025-06-03 | * Add test case for `cfg(false)` on module level | Guillaume Gomez | -3/+7 |
| 2025-05-30 | Rollup merge of #141747 - lolbinarycat:rustdoc-cfg-138112, r=GuillaumeGomez | Matthias Krüger | -0/+13 |
| 2025-05-29 | rustdoc: display doc(cfg(false)) properly | binarycat | -0/+13 |
| 2025-05-28 | Rollup merge of #141411 - lolbinarycat:rustdoc-link-proc-macro-91274, r=Guill... | Trevor Gross | -0/+13 |
| 2025-05-27 | Rollup merge of #141517 - lolbinarycat:rustdoc-doctest-tooltip-ignore-141092,... | Trevor Gross | -0/+23 |
| 2025-05-27 | rustdoc: linking to a local proc macro no longer warns | binarycat | -0/+13 |
| 2025-05-25 | Add regression test for #140739 | Guillaume Gomez | -0/+42 |
| 2025-05-25 | Tweak attribute rendering depending on wether or not it is a type alias | Guillaume Gomez | -1/+1 |
| 2025-05-24 | rustdoc: use descriptive tooltip if doctest is conditionally ignored | binarycat | -0/+23 |
| 2025-05-05 | Created `tests/rustdoc/async` subfolder to limit number of files at the top l... | Guillaume Gomez | -0/+0 |
| 2025-05-05 | Created `tests/rustdoc/extern` subfolder to limit number of files at the top ... | Guillaume Gomez | -0/+6 |
| 2025-05-05 | Move primitive rustdoc tests into the `primitive` sub folder | Guillaume Gomez | -0/+0 |
| 2025-05-05 | Created `tests/rustdoc/enum` subfolder to limit number of files at the top level | Guillaume Gomez | -0/+0 |
| 2025-05-05 | Created `tests/rustdoc/assoc` subfolder to limit number of files at the top l... | Guillaume Gomez | -0/+0 |
| 2025-05-05 | Created `tests/rustdoc/impl` subfolder to limit number of files at the top level | Guillaume Gomez | -0/+0 |
| 2025-05-05 | Created `tests/rustdoc/doc-cfg` subfolder to limit number of files at the top... | Guillaume Gomez | -0/+0 |
| 2025-05-05 | Created `tests/rustdoc/macro` subfolder to limit number of files at the top l... | Guillaume Gomez | -0/+20 |
| 2025-05-05 | Created `tests/rustdoc/private` subfolder to limit number of files at the top... | Guillaume Gomez | -0/+0 |
| 2025-05-05 | Move intra-doc tests into the expected subfolder | Guillaume Gomez | -0/+0 |
| 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 |