| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Rollup merge of #106690 - GuillaumeGomez:item-declaration-scrolling, r=notriddle | Yuki Okushi | -0/+4 |
| 2023-01-11 | Rollup merge of #106628 - GuillaumeGomez:rm-itemid-primitive, r=notriddle | Yuki Okushi | -20/+55 |
| 2023-01-10 | Remove unneeded ItemId::Primitive variant | Guillaume Gomez | -20/+55 |
| 2023-01-10 | Fix scrolling for item declaration block | Guillaume Gomez | -0/+4 |
| 2023-01-09 | rustdoc: merge common CSS for `a` | Michael Howell | -4/+1 |
| 2023-01-07 | Rollup merge of #106556 - notriddle:notriddle/margin-left-content-mobile, r=G... | Matthias Krüger | -4/+0 |
| 2023-01-06 | Rollup merge of #106543 - notriddle:notriddle/source-sidebar-width-zero, r=Gu... | Michael Goulet | -5/+1 |
| 2023-01-06 | rustdoc: remove no-op mobile CSS `.content { margin-left: 0 }` | Michael Howell | -4/+0 |
| 2023-01-06 | Rollup merge of #106466 - clubby789:relative-module-fix, r=notriddle | Matthias Krüger | -41/+103 |
| 2023-01-06 | rustdoc: remove no-op CSS `.rustdoc.source .sidebar { width: 0 }` | Michael Howell | -5/+1 |
| 2023-01-06 | Correctly render sidebar for relative module paths | clubby789 | -41/+103 |
| 2023-01-06 | Rollup merge of #106502 - notriddle:notriddle/user-select, r=GuillaumeGomez | Dylan DPC | -2/+0 |
| 2023-01-05 | rustdoc: remove legacy user-select CSS | Michael Howell | -2/+0 |
| 2023-01-05 | Auto merge of #106487 - GuillaumeGomez:fix-kbd-var, r=notriddle | bors | -1/+1 |
| 2023-01-05 | Fix --kbd-color variable name in rustdoc.css | Guillaume Gomez | -1/+1 |
| 2023-01-04 | Rollup merge of #106462 - notriddle:notriddle/logo-container-sidebar, r=Guill... | Michael Goulet | -18/+15 |
| 2023-01-04 | Rollup merge of #106437 - notriddle:notriddle/http-url, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2023-01-04 | Rollup merge of #106391 - ardislu:fix-popover-child-link, r=GuillaumeGomez | Matthias Krüger | -3/+0 |
| 2023-01-04 | rustdoc: remove unnecessary wrapper around sidebar and mobile logos | Michael Howell | -18/+15 |
| 2023-01-03 | rustdoc: fix buggy JS check for absolute URL | Michael Howell | -1/+1 |
| 2023-01-03 | Rollup merge of #106411 - notriddle:notriddle/font-feature-settings, r=Guilla... | Michael Goulet | -4/+0 |
| 2023-01-03 | rustdoc: remove legacy font-feature-settings CSS | Michael Howell | -4/+0 |
| 2023-01-03 | Rollup merge of #106388 - notriddle:notriddle/box-sizing, r=camelid | Matthias Krüger | -2/+0 |
| 2023-01-03 | clean: Remove `ctor_kind` from `VariantStruct`. | Nixon Enraght-Moony | -10/+1 |
| 2023-01-02 | rustdoc: allow popover child links to work | Ardis Lu | -3/+0 |
| 2023-01-02 | Rollup merge of #106354 - aDotInTheVoid:rdj-always-discr, r=GuillaumeGomez | Michael Goulet | -17/+20 |
| 2023-01-02 | rustdoc: remove legacy box-sizing CSS | Michael Howell | -2/+0 |
| 2023-01-02 | Auto merge of #106301 - notriddle:notriddle/dir-entry, r=GuillaumeGomez | bors | -23/+2 |
| 2023-01-01 | clean: Always store enum disriminant. | Nixon Enraght-Moony | -17/+20 |
| 2022-12-31 | Rollup merge of #106297 - notriddle:notriddle/scrape-help, r=GuillaumeGomez | Matthias Krüger | -10/+6 |
| 2022-12-30 | rustdoc: use the regular arrow indicator for dir-entry CSS | Michael Howell | -23/+2 |
| 2022-12-30 | rustdoc: merge scrape-help CSS | Michael Howell | -10/+6 |
| 2022-12-30 | Rollup merge of #106273 - notriddle:notriddle/source-content-overflow, r=Guil... | Matthias Krüger | -4/+0 |
| 2022-12-30 | Auto merge of #106262 - GuillaumeGomez:migrate-more-scraped-examples-css, r=n... | bors | -24/+20 |
| 2022-12-29 | rustdoc: remove redundant CSS `.source .content { overflow: visible }` | Michael Howell | -4/+0 |
| 2022-12-29 | Auto merge of #106266 - matthiaskrgr:rollup-cxrdbzy, r=matthiaskrgr | bors | -7/+4 |
| 2022-12-29 | Rollup merge of #106260 - chenyukang:yukang/fix-106213-doc, r=GuillaumeGomez | Matthias Krüger | -2/+1 |
| 2022-12-29 | Fix index out of bounds issues in rustdoc | yukang | -2/+1 |
| 2022-12-29 | Rollup merge of #106218 - GuillaumeGomez:migrate-css-var-scraped-examples, r=... | Matthias Krüger | -18/+13 |
| 2022-12-29 | Rollup merge of #106217 - notriddle:notriddle/tooltip-center, r=GuillaumeGomez | Matthias Krüger | -1/+0 |
| 2022-12-29 | Migrate more scraped examples CSS rules to CSS variables | Guillaume Gomez | -24/+20 |
| 2022-12-28 | rustdoc: simplify settings, help, and copy button CSS by not reusing | Michael Howell | -5/+3 |
| 2022-12-28 | rustdoc: remove unnecessary `.tooltip::after { text-align: center }` | Michael Howell | -1/+0 |
| 2022-12-28 | Migrate scraped examples higlight CSS to variables | Guillaume Gomez | -18/+13 |
| 2022-12-27 | rustdoc: combine common sidebar background color CSS rules | Michael Howell | -5/+2 |
| 2022-12-27 | Remove unused empty CSS rules in ayu theme | Guillaume Gomez | -4/+0 |
| 2022-12-26 | Auto merge of #106156 - fee1-dead-contrib:rollup-3ir0951, r=fee1-dead | bors | -8/+8 |
| 2022-12-26 | Fix missing renaming for #titles into #search-tabs | Guillaume Gomez | -8/+8 |
| 2022-12-25 | rustdoc: clean up src sidebar toggle position CSS | Michael Howell | -10/+4 |
| 2022-12-24 | Auto merge of #106110 - GuillaumeGomez:toggle-line-background, r=notriddle | bors | -18/+11 |