| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-09-25 | Add test for enum variant value display | Guillaume Gomez | -0/+15 |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -10/+12 |
| 2023-09-21 | rustdoc: update test cases for changes to the printing style | Michael Howell | -11/+22 |
| 2023-09-21 | rustdoc-search: add impl disambiguator to duplicate assoc items | Michael Howell | -1/+1 |
| 2023-09-20 | Delete obsolete --disable-per-crate-search rustdoc flag | David Tolnay | -6/+0 |
| 2023-09-20 | fix rustdoc tests | Deadbeef | -10/+12 |
| 2023-09-18 | rustdoc: hide repr(transparent) if it isn't part of the public ABI | León Orell Valerian Liehr | -6/+75 |
| 2023-09-15 | Implement new eBNF for codeblock attributes | Guillaume Gomez | -1/+1 |
| 2023-09-15 | Add tests for `custom_code_classes_in_docs` feature | Guillaume Gomez | -0/+28 |
| 2023-09-11 | Add test for the presence of "Aliased type" title in the sidebar | Guillaume Gomez | -0/+2 |
| 2023-09-08 | rustdoc: add impl items from aliased type into sidebar | Michael Howell | -0/+5 |
| 2023-09-08 | Rollup merge of #115201 - notriddle:notriddle/type-alias-impl-list, r=Guillau... | Guillaume Gomez | -0/+59 |
| 2023-09-08 | Rollup merge of #115604 - GuillaumeGomez:private-fields-tuple-struct, r=notri... | Matthias Krüger | -8/+23 |
| 2023-09-07 | Auto merge of #114855 - Urgau:rustdoc-typedef-inner-variants, r=GuillaumeGomez | bors | -0/+158 |
| 2023-09-06 | Add regression test for private fields in tuple struct | Guillaume Gomez | -0/+15 |
| 2023-09-06 | Render missing fields in tuple struct/enum as /* private fields */ | Michael Goulet | -8/+8 |
| 2023-09-02 | Auto merge of #115286 - saethlin:detangler, r=petrochenkov | bors | -1/+1 |
| 2023-09-01 | Reuse const rendering from rustdoc in rmeta encoding | Ben Kimock | -1/+1 |
| 2023-09-01 | rustdoc: correctly deal with self ty params when eliding default object lifet... | León Orell Valerian Liehr | -0/+34 |
| 2023-08-28 | rustdoc: always print type alias inner type (with it's where clauses) | Urgau | -3/+39 |
| 2023-08-26 | rustdoc: remove details for type alias inner type and fix sidebar | Urgau | -10/+16 |
| 2023-08-26 | rustdoc: normalize all typedef inner types | Urgau | -7/+23 |
| 2023-08-26 | rustdoc: bind typedef inner type items to the folding system | Urgau | -1/+5 |
| 2023-08-26 | rustdoc: handle typedef inner type when doing cross-crate inlining | Urgau | -0/+16 |
| 2023-08-26 | rustdoc: show inner enum and struct in type definition for concrete type | Urgau | -0/+80 |
| 2023-08-24 | rustdoc: list matching impls on type aliases | Michael Howell | -0/+59 |
| 2023-08-24 | Auto merge of #115078 - camelid:tydef-to-alias, r=aDotInTheVoid,GuillaumeGomez | bors | -8/+7 |
| 2023-08-23 | Rollup merge of #115135 - GuillaumeGomez:no-html-source-flag, r=notriddle | Guillaume Gomez | -0/+30 |
| 2023-08-23 | Add test for `--no-html-source` flag | Guillaume Gomez | -0/+30 |
| 2023-08-21 | rustdoc: Rename "Type Definition" to "Type Alias" | Noah Lev | -8/+7 |
| 2023-08-18 | Add check-pass tests and fix test behavior | Kyle Lin | -1/+2 |