| Age | Commit message (Expand) | Author | Lines |
| 2023-09-15 | rustdoc: merge theme css into rustdoc.css | Michael Howell | -420/+641 |
| 2023-09-13 | Rollup merge of #115812 - GuillaumeGomez:merge-settings-into-rustdoc-css, r=n... | Matthias Krüger | -76/+64 |
| 2023-09-13 | Merge settings.css into rustdoc.css | Guillaume Gomez | -76/+64 |
| 2023-09-11 | Add missing ID into the ID map | Guillaume Gomez | -0/+1 |
| 2023-09-11 | Add missing "Aliased type" title in the sidebar | Guillaume Gomez | -0/+1 |
| 2023-09-10 | Auto merge of #115682 - notriddle:notriddle/impl-sidebar, r=GuillaumeGomez | bors | -48/+66 |
| 2023-09-10 | rustdoc: filter before storing in vec | Michael Howell | -4/+10 |
| 2023-09-09 | rustdoc: factor all-impls-for-item out into its own method | Michael Howell | -78/+55 |
| 2023-09-09 | rustdoc-search: fix bugs when unboxing and reordering combine | Michael Howell | -235/+275 |
| 2023-09-09 | Auto merge of #115669 - GuillaumeGomez:js-anonymous-functions, r=notriddle | bors | -18/+18 |
| 2023-09-08 | rustdoc: add impl items from aliased type into sidebar | Michael Howell | -5/+40 |
| 2023-09-08 | Rollup merge of #115201 - notriddle:notriddle/type-alias-impl-list, r=Guillau... | Guillaume Gomez | -4/+43 |
| 2023-09-08 | Change syntax for anonymous functions set | Guillaume Gomez | -18/+18 |
| 2023-09-08 | Rollup merge of #115655 - notriddle:notriddle/rustdoc-fe-cleanup, r=Guillaume... | Matthias Krüger | -3/+1 |
| 2023-09-08 | Rollup merge of #115604 - GuillaumeGomez:private-fields-tuple-struct, r=notri... | Matthias Krüger | -14/+30 |
| 2023-09-07 | rustdoc: remove unused ID `mainThemeStyle` | Michael Howell | -3/+1 |
| 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-05 | Auto merge of #115507 - cjgillot:relative-source-file, r=oli-obk | bors | -1/+1 |
| 2023-09-03 | rustdoc: fix test case for generics that look like names | Michael Howell | -1/+2 |
| 2023-09-03 | rustdoc: bug fix for `-> option<t>` | Michael Howell | -1/+5 |
| 2023-09-03 | rustdoc-search: add support for type parameters | Michael Howell | -286/+472 |
| 2023-09-03 | rustdoc-search: `null`, not `-1`, for missing id | Michael Howell | -14/+14 |
| 2023-09-03 | Rollup merge of #115490 - pitaj:rustdoc-searchjs-comment, r=GuillaumeGomez | Guillaume Gomez | -8/+17 |
| 2023-09-03 | Use relative positions inside a SourceFile. | Camille GILLOT | -1/+1 |
| 2023-09-02 | rustdoc: update comment in search.js for #107629 | Peter Jaszkowiak | -8/+17 |
| 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 | -36/+139 |
| 2023-08-31 | Improve `search.js` code | Guillaume Gomez | -17/+13 |
| 2023-08-28 | rustdoc: always print type alias inner type (with it's where clauses) | Urgau | -5/+14 |
| 2023-08-27 | Unify CSS color formats a bit more | Guillaume Gomez | -14/+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 | -22/+22 |
| 2023-08-23 | Rollup merge of #115135 - GuillaumeGomez:no-html-source-flag, r=notriddle | Guillaume Gomez | -1/+2 |
| 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 | -3/+3 |
| 2023-08-21 | Auto merge of #106561 - GuillaumeGomez:warning-block, r=rustdoc | bors | -3/+26 |
| 2023-08-18 | narrow down the lint trigger constraint | Kyle Lin | -9/+26 |
| 2023-08-18 | Fix resolution caching | Kyle Lin | -0/+1 |
| 2023-08-18 | rework link parsing loop | Kyle Lin | -24/+65 |
| 2023-08-16 | Rollup merge of #114822 - GuillaumeGomez:code-readability-improvement, r=notr... | Matthias Krüger | -175/+182 |
| 2023-08-16 | Rollup merge of #113115 - tshepang:patch-5, r=est31 | Matthias Krüger | -1/+1 |