| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-10-10 | Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui... | Guillaume Gomez | -12/+23 |
| 2023-10-09 | Auto merge of #116142 - GuillaumeGomez:enum-variant-display, r=fmease | bors | -0/+141 |
| 2023-10-09 | Add more complex test cases for enum discriminant display | Guillaume Gomez | -0/+19 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -4/+11 |
| 2023-10-08 | rustdoc: clean up the layout for annotated version numbers | Michael Howell | -0/+7 |
| 2023-10-08 | rustdoc: show crate name beside small logo | Michael Howell | -3/+4 |
| 2023-10-07 | Add cross-crate C-like variant test | Guillaume Gomez | -0/+60 |
| 2023-10-07 | Update enum-variant-value test | Guillaume Gomez | -2/+49 |
| 2023-10-04 | Add URL to test case issues | Michael Howell | -1/+21 |
| 2023-10-04 | Rename issue-\d+.rs tests to have meaningful names | Michael Howell | -1/+1 |
| 2023-10-04 | Add `crate_name` to test so that it can be renamed | Michael Howell | -1/+41 |
| 2023-10-04 | Rollup merge of #116388 - fmease:rustdoc-fix-n-clean-up-x-crate-higher-ranked... | Matthias Krüger | -2/+38 |
| 2023-10-03 | rustdoc: add support for cross-crate higher-ranked types | León Orell Valerian Liehr | -0/+23 |
| 2023-10-03 | rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimes | León Orell Valerian Liehr | -2/+15 |
| 2023-09-27 | rustdoc: add URLs for test issues | Michael Howell | -0/+25 |
| 2023-09-27 | Rename issue-\d+.rs tests to have meaningful names | Michael Howell | -0/+0 |
| 2023-09-27 | Add `crate_name` to test so that it can be renamed | Michael Howell | -0/+35 |
| 2023-09-25 | Auto merge of #116084 - fmease:rustdoc-fix-x-crate-async-fn, r=GuillaumeGomez | bors | -14/+37 |
| 2023-09-25 | rustdoc: correctly render ret ty of cross-crate async fns | León Orell Valerian Liehr | -14/+37 |