| Age | Commit message (Expand) | Author | Lines |
| 2024-01-31 | Rollup merge of #120501 - GuillaumeGomez:glob-reexport-attr-merge-bugfix, r=n... | Nadrieril | -0/+32 |
| 2024-01-30 | Add regression test for #120487 | Guillaume Gomez | -0/+32 |
| 2024-01-29 | Add regression test for #100638 | Guillaume Gomez | -0/+15 |
| 2024-01-23 | Remove uses of no-system-llvm | Nikita Popov | -1/+0 |
| 2024-01-20 | Add regression test for #119015 and update tests | Guillaume Gomez | -7/+38 |
| 2024-01-19 | Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddle | Matthias Krüger | -11/+35 |
| 2024-01-14 | Rollup merge of #119561 - notriddle:master, r=fmease | Guillaume Gomez | -258/+108 |
| 2024-01-10 | Rollup merge of #119769 - fmease:rustdoc-off-by-one-dyn-trait-def-gen-args, r... | Matthias Krüger | -14/+30 |
| 2024-01-09 | Update tests | León Orell Valerian Liehr | -14/+30 |
| 2024-01-05 | Rollup merge of #119216 - weiznich:use_diagnostic_namespace_in_stdlib, r=comp... | Michael Goulet | -0/+3 |
| 2024-01-05 | Ignore a rustdoc test | León Orell Valerian Liehr | -0/+3 |
| 2024-01-05 | Rollup merge of #119586 - GuillaumeGomez:jump-to-def-static-methods, r=notriddle | Michael Goulet | -1/+28 |
| 2024-01-04 | Add regression test for jump to def static method calls | Guillaume Gomez | -1/+28 |
| 2024-01-03 | rustdoc: rename `issue-\d+.rs` tests to have meaningful names (part 5) | Michael Howell | -208/+0 |
| 2024-01-03 | Add `crate_name` and URL to test cases | Michael Howell | -37/+95 |
| 2023-12-31 | Auto merge of #119066 - notriddle:notriddle/sidebar-source-redesign, r=Guilla... | bors | -4/+0 |
| 2023-12-23 | Strenghten `tests/rustdoc/trait-object-safe.rs` to prevent unforeseen regression | Guillaume Gomez | -2/+2 |
| 2023-12-18 | Stop using the trigram of heaven as a hamburger button | Michael Howell | -4/+0 |
| 2023-12-15 | Rollup merge of #113091 - GuillaumeGomez:prevent-cfg-merge-reexport, r=rustdoc | Guillaume Gomez | -4/+34 |
| 2023-12-05 | Rollup merge of #118594 - hdost:patch-1, r=fmease | Matthias Krüger | -1/+1 |
| 2023-12-05 | Add tests for headings anchor and links in headings | Guillaume Gomez | -0/+14 |
| 2023-12-05 | Update rustdoc headings tests | Guillaume Gomez | -11/+21 |
| 2023-12-05 | Remove mention of rust to make the error message generic. | Harold Dost | -1/+1 |
| 2023-12-04 | Add regression test for #118195 | Guillaume Gomez | -0/+21 |
| 2023-12-01 | Update snapshots of rustdoc tests to take into account the comment highlighting | Guillaume Gomez | -5/+5 |
| 2023-11-30 | rustdoc: `div.where` instead of fmt-newline class | Michael Howell | -29/+29 |
| 2023-11-29 | rustdoc: remove small from `small-section-header` | Michael Howell | -45/+45 |
| 2023-11-24 | Rollup merge of #118224 - dtolnay:rustdocsortunstable, r=fmease | Matthias Krüger | -0/+11 |
| 2023-11-24 | Auto merge of #118105 - notriddle:master, r=fmease | bors | -86/+39 |
| 2023-11-23 | Sort unstable items last in rustdoc, instead of first | David Tolnay | -3/+3 |
| 2023-11-23 | Add test of rustdoc sort order for stable vs unstable item | David Tolnay | -0/+11 |
| 2023-11-23 | rustdoc: move doctest tests to folder | Michael Howell | -0/+1 |
| 2023-11-23 | rustdoc: move ICE tests to ui | Michael Howell | -81/+0 |
| 2023-11-23 | Don't print "private fields" on empty tuple structs | Kyuuhachi | -0/+9 |
| 2023-11-22 | Update existing tests | Guillaume Gomez | -4/+4 |
| 2023-11-22 | Add regression test for cfg merging on re-exports | Guillaume Gomez | -0/+30 |
| 2023-11-20 | Fix src link URLs for file rename | Michael Howell | -3/+3 |
| 2023-11-20 | Add URL to test cases | Michael Howell | -0/+33 |
| 2023-11-20 | rustdoc: rename `issue-\d+.rs` tests to have meaningful names | Michael Howell | -0/+0 |
| 2023-11-08 | Rollup merge of #117531 - fmease:rustdoc-effects-properly-elide-x-crate-host-... | Matthias Krüger | -15/+47 |
| 2023-11-07 | Rollup merge of #115485 - DaniPopes:rustdoc-macro-consts, r=jackh726,fmease | Matthias Krüger | -0/+40 |
| 2023-11-05 | rustdoc: properly elide cross-crate host effect args | León Orell Valerian Liehr | -15/+47 |
| 2023-10-31 | Auto merge of #117459 - matthiaskrgr:rollup-t3osb3c, r=matthiaskrgr | bors | -0/+34 |
| 2023-10-31 | Rollup merge of #113241 - poliorcetics:85138-doc-object-safety, r=GuillaumeGomez | Matthias Krüger | -0/+34 |
| 2023-10-31 | Accept less invalid Rust in rustdoc | Oli Scherer | -60/+41 |
| 2023-10-30 | rustdoc: elide cross-crate default generic arguments | León Orell Valerian Liehr | -10/+159 |
| 2023-10-29 | tests: object-safety section in traits | Alexis (Poliorcetics) Bourget | -0/+34 |
| 2023-10-27 | Auto merge of #116471 - notriddle:notriddle/js-trait-alias, r=GuillaumeGomez | bors | -21/+101 |
| 2023-10-24 | Handle structured stable attribute 'since' version in rustdoc | David Tolnay | -17/+17 |
| 2023-10-23 | Update `since` stability attributes in tests | David Tolnay | -8/+8 |