| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-08-18 | Still resolving rustdoc resolution panicking | Kyle Lin | -1/+5 |
| 2023-08-04 | Rollup merge of #114253 - fmease:compute-variances-for-lazy-ty-aliases, r=oli... | Matthias Krüger | -5/+5 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-08-03 | Handle inherent associated types fallout | León Orell Valerian Liehr | -5/+5 |
| 2023-07-29 | Mark lazy_type_alias as incomplete | Michael Goulet | -0/+2 |
| 2023-07-28 | Add rustdoc tests for generic const items | León Orell Valerian Liehr | -0/+86 |
| 2023-07-27 | Auto merge of #113374 - GuillaumeGomez:private-to-public-path, r=notriddle,fm... | bors | -0/+212 |
| 2023-07-27 | Rollup merge of #114059 - fmease:rustdoc-fix-x-crate-impl-sized, r=GuillaumeG... | Guillaume Gomez | -2/+50 |
| 2023-07-26 | Auto merge of #114012 - GuillaumeGomez:fix-113982, r=notriddle | bors | -0/+22 |
| 2023-07-26 | Fix regression for private in public | Guillaume Gomez | -0/+14 |
| 2023-07-26 | rustdoc: fix cross-crate impl-Sized | León Orell Valerian Liehr | -2/+50 |
| 2023-07-25 | Auto merge of #113958 - lukas-code:doc-links, r=GuillaumeGomez,petrochenkov | bors | -4/+21 |
| 2023-07-24 | Add regression test for generics reexport of private import | Guillaume Gomez | -0/+13 |
| 2023-07-24 | Add test for `--document-hidden-items` | Guillaume Gomez | -0/+16 |
| 2023-07-24 | Add test for private items | Guillaume Gomez | -0/+32 |
| 2023-07-24 | Correctly handle `super` and `::` | Guillaume Gomez | -0/+23 |
| 2023-07-24 | Extend issue-81141-private-reexport-in-public-api test to cover more cases | Guillaume Gomez | -0/+80 |
| 2023-07-24 | Add regression test for #81141 | Guillaume Gomez | -0/+34 |
| 2023-07-24 | Add regression test for #113982 | Guillaume Gomez | -0/+22 |
| 2023-07-22 | fix doc links on `extern crate` items | Lukas Markeffsky | -4/+5 |
| 2023-07-22 | rustdoc: handle cross-crate RPITITs correctly | León Orell Valerian Liehr | -0/+70 |