| Age | Commit message (Expand) | Author | Lines |
| 2023-09-07 | Auto merge of #114855 - Urgau:rustdoc-typedef-inner-variants, r=GuillaumeGomez | bors | -133/+290 |
| 2023-09-06 | Render missing fields in tuple struct/enum as /* private fields */ | Michael Goulet | -14/+30 |
| 2023-09-03 | rustdoc-search: add support for type parameters | Michael Howell | -113/+140 |
| 2023-09-02 | Correctly handle paths from foreign items | Guillaume Gomez | -11/+46 |
| 2023-09-01 | Merge all loops into one when generating search index | Guillaume Gomez | -92/+65 |
| 2023-09-01 | [rustdoc] Fix path in type-based search | Guillaume Gomez | -13/+50 |
| 2023-08-28 | rustdoc: always print type alias inner type (with it's where clauses) | Urgau | -5/+14 |
| 2023-08-26 | Add note about lazy_type_alias | Michael Howell | -2/+2 |
| 2023-08-26 | rustdoc: remove details for type alias inner type and fix sidebar | Urgau | -94/+77 |
| 2023-08-26 | rustdoc: bind typedef inner type items to the folding system | Urgau | -13/+20 |
| 2023-08-26 | rustdoc: show inner enum and struct in type definition for concrete type | Urgau | -0/+94 |
| 2023-08-24 | rustdoc: list matching impls on type aliases | Michael Howell | -4/+43 |
| 2023-08-24 | rustdoc: extract logic for printing enum fields and struct variants | Urgau | -131/+195 |
| 2023-08-24 | Auto merge of #115078 - camelid:tydef-to-alias, r=aDotInTheVoid,GuillaumeGomez | bors | -21/+21 |
| 2023-08-23 | Add unstable `--no-html-source` rustdoc flag | Guillaume Gomez | -1/+2 |
| 2023-08-21 | rustdoc-json: Rename typedef to type alias | Noah Lev | -5/+5 |
| 2023-08-21 | rustdoc: Rename `clean` items from typedef to type alias | Noah Lev | -18/+18 |
| 2023-08-21 | rustdoc: Rename "Type Definition" to "Type Alias" | Noah Lev | -2/+2 |
| 2023-08-16 | Use more named format args | Guillaume Gomez | -26/+40 |
| 2023-08-16 | Improve code readability by moving fmt args directly into the string | Guillaume Gomez | -86/+70 |
| 2023-07-30 | Remove some unneeded `clone()` calls | Guillaume Gomez | -13/+10 |
| 2023-07-29 | Group `write` calls when possible and use new format args | Guillaume Gomez | -76/+84 |
| 2023-07-28 | Render generic const items in rustdoc | León Orell Valerian Liehr | -22/+32 |
| 2023-07-22 | rustdoc: handle cross-crate RPITITs correctly | León Orell Valerian Liehr | -2/+2 |
| 2023-07-20 | Rollup merge of #110765 - wackbyte:fix-defaultness-position, r=fmease,Guillau... | Matthias Krüger | -4/+4 |
| 2023-07-18 | Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot... | bors | -1/+1 |
| 2023-07-15 | Auto merge of #113697 - GuillaumeGomez:rm-unneeded-externallocation-handling,... | bors | -6/+1 |
| 2023-07-14 | rustdoc: use `src` consistently over `source` in JavaScript | Michael Howell | -4/+4 |
| 2023-07-14 | rustdoc: use `src` consistently over `source` in code | Michael Howell | -2/+2 |
| 2023-07-14 | Correctly handle `--document-hidden-items` | Guillaume Gomez | -1/+1 |
| 2023-07-14 | Remove unneeded handling for `ExternalLocation::Unknown` in rustdoc render co... | Guillaume Gomez | -6/+1 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -1/+1 |
| 2023-07-13 | Rollup merge of #113623 - GuillaumeGomez:add-jump-to-doc, r=notriddle | Matthias Krüger | -25/+79 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -3/+8 |
| 2023-07-12 | Add jump to doc | Guillaume Gomez | -25/+79 |
| 2023-07-01 | Put `LayoutError` behind reference to shrink result | Nilstrieb | -1/+1 |
| 2023-06-23 | rustdoc: fix position of `default` in method rendering | wackbyte | -4/+4 |
| 2023-06-23 | Rollup merge of #112927 - GuillaumeGomez:where-clause-indent, r=notriddle | Matthias Krüger | -2/+2 |
| 2023-06-22 | Fix indentation for where clause in rustdoc pages | Guillaume Gomez | -2/+2 |
| 2023-06-22 | Rollup merge of #112906 - fmease:rustdoc-render-assoc-ty-body-before-where-cl... | Matthias Krüger | -1/+2 |
| 2023-06-21 | rustdoc: render the assoc ty body before the where-clause | León Orell Valerian Liehr | -1/+2 |
| 2023-06-21 | Rollup merge of #112894 - GuillaumeGomez:gui-fields-display, r=notriddle | Guillaume Gomez | -3/+2 |
| 2023-06-21 | Fix union fields display | Guillaume Gomez | -3/+2 |
| 2023-06-20 | Fix invalid creation of files in rustdoc | Guillaume Gomez | -7/+34 |
| 2023-06-13 | Fix URL encoding of % sign in Rust Doc. | TumoiYorozu | -2/+0 |
| 2023-06-12 | Revert "List matching impls on type aliases" | Guillaume Gomez | -110/+28 |
| 2023-06-11 | Add `item_template` macro | Nicky Lim | -57/+116 |
| 2023-06-09 | List matching impls on type aliases | Guillaume Gomez | -28/+110 |
| 2023-06-08 | Rollup merge of #112034 - sladyn98:migrate-opaque-ty, r=GuillaumeGomez | Guillaume Gomez | -3/+10 |
| 2023-06-08 | Migrate item_opaque_type to Askama | sladynnunes | -3/+10 |