| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2023-10-23 | Fix stable feature names in tests | David Tolnay | -3/+3 |
| 2023-10-22 | rustdoc: make JS trait impls act more like HTML | Michael Howell | -1/+1 |
| 2023-10-22 | rustdoc: use JS to inline target type impl docs into alias | Michael Howell | -5/+152 |
| 2023-10-22 | Revert "rustdoc: list matching impls on type aliases" | Michael Howell | -62/+0 |
| 2023-10-22 | Revert "rustdoc: add impl items from aliased type into sidebar" | Michael Howell | -5/+0 |
| 2023-10-22 | rustdoc: rename `/implementors` to `/impl.trait` | Michael Howell | -8/+8 |
| 2023-10-16 | rustdoc: move ICE test to rustdoc-ui | Michael Howell | -14/+0 |
| 2023-10-16 | Add URL to test cases | Michael Howell | -0/+20 |
| 2023-10-16 | Rename `issue-\d+.rs` tests to have meaningful names | Michael Howell | -0/+0 |
| 2023-10-16 | Add `crate_name` to test so that it can be renamed | Michael Howell | -0/+31 |
| 2023-10-15 | Format macro const literals with pretty printer | DaniPopes | -0/+40 |
| 2023-10-14 | Rollup merge of #115439 - fmease:rustdoc-priv-repr-transparent-heuristic, r=G... | Matthias Krüger | -6/+75 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -6/+0 |
| 2023-10-12 | hide `host` param from generic parameter list of `~const` bounds | Oli Scherer | -1/+1 |
| 2023-10-12 | Add regression test for generic args showing `host` param | Oli Scherer | -0/+12 |
| 2023-10-12 | Test cross crate | Oli Scherer | -0/+15 |
| 2023-10-12 | Hide host effect params from docs | Oli Scherer | -2/+2 |
| 2023-10-12 | Add regression tests | Oli Scherer | -0/+19 |
| 2023-10-11 | Add tests for enum discriminant value display with `repr` | Guillaume Gomez | -0/+98 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -7/+22 |