| Age | Commit message (Expand) | Author | Lines |
| 2022-10-20 | Rollup merge of #103296 - GuillaumeGomez:collapse-expand-shortcuts, r=notriddle | Matthias Krüger | -29/+30 |
| 2022-10-20 | rustdoc: improve appearance of source page navigation bar | Michael Howell | -44/+42 |
| 2022-10-20 | +/- shortcut now only expand/collapse, not both | Guillaume Gomez | -29/+30 |
| 2022-10-20 | Rollup merge of #103268 - notriddle:notriddle/nav-sub-font-size, r=GuillaumeG... | Matthias Krüger | -1/+0 |
| 2022-10-20 | Rollup merge of #103251 - GuillaumeGomez:item-decl-highlighting, r=notriddle | Matthias Krüger | -20/+20 |
| 2022-10-19 | rustdoc: remove no-op CSS `nav.sub { font-size: 1rem }` | Michael Howell | -1/+0 |
| 2022-10-19 | Rollup merge of #103257 - notriddle:notriddle/setting-line, r=GuillaumeGomez | Matthias Krüger | -19/+19 |
| 2022-10-19 | Rollup merge of #103211 - notriddle:notriddle/dot-location, r=GuillaumeGomez | Matthias Krüger | -28/+21 |
| 2022-10-19 | rustdoc: move `setting-line` color CSS to settings.css | Michael Howell | -19/+19 |
| 2022-10-19 | Fix regression in item-decl highlighting | Guillaume Gomez | -20/+20 |
| 2022-10-19 | Auto merge of #103213 - matthiaskrgr:rollup-diloxg3, r=matthiaskrgr | bors | -24/+14 |
| 2022-10-19 | Avoid cloning `RenderOptions`. | Nicholas Nethercote | -2/+1 |
| 2022-10-18 | rustdoc: remove class name `location` from sidebar sibling nav | Michael Howell | -28/+21 |
| 2022-10-17 | rustdoc: change mobile breakpoint to match CSS | Michael Howell | -3/+3 |
| 2022-10-17 | rustdoc: remove CSS `@media (min-width: 701px)` | Michael Howell | -21/+11 |
| 2022-10-17 | Rollup merge of #103162 - notriddle:notriddle/crate-search, r=GuillaumeGomez | Matthias Krüger | -4/+0 |
| 2022-10-17 | Rollup merge of #103161 - notriddle:notriddle/copy-path-settings-help-button,... | Matthias Krüger | -12/+8 |
| 2022-10-17 | Rollup merge of #103160 - notriddle:notriddle/js-mobile-scroll, r=GuillaumeGomez | Matthias Krüger | -41/+28 |
| 2022-10-17 | rustdoc: remove redundant CSS `#crate-search { border-radius }` | Michael Howell | -4/+0 |
| 2022-10-17 | rustdoc: remove redundant CSS on `#copy-path` | Michael Howell | -12/+8 |
| 2022-10-17 | rustdoc: factor JS mobile scroll lock into its own function | Michael Howell | -41/+28 |
| 2022-10-17 | Rollup merge of #103091 - notriddle:notriddle/sidebar-title, r=GuillaumeGomez | Matthias Krüger | -7/+1 |
| 2022-10-16 | rustdoc: clean up `.sub-logo-container` CSS | Michael Howell | -13/+3 |
| 2022-10-16 | rustdoc: remove unused `.sub-logo-container` DOM on non-source pages | Michael Howell | -0/+2 |
| 2022-10-16 | Rollup merge of #103060 - notriddle:notridddle/help-page, r=GuillaumeGomez | Matthias Krüger | -39/+118 |
| 2022-10-15 | rustdoc: make help button a no-op when on help page | Michael Howell | -0/+15 |
| 2022-10-15 | rustdoc: fix Ctrl-Click on help and settings links | Michael Howell | -1/+8 |
| 2022-10-15 | rustdoc: make the help button a link to a page | Michael Howell | -39/+96 |
| 2022-10-15 | rustdoc: remove unused HTML class `sidebar-title` | Michael Howell | -7/+1 |
| 2022-10-15 | Fix display of settings page | Guillaume Gomez | -1/+3 |
| 2022-10-14 | Rollup merge of #103025 - notriddle:notriddle/search-container-star, r=Guilla... | Dylan DPC | -3/+0 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -1/+1 |
| 2022-10-14 | Rollup merge of #102914 - GuillaumeGomez:migrate-css-highlight-without-change... | Dylan DPC | -54/+89 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-13 | rustdoc: remove unused CSS `.search-container > *` | Michael Howell | -3/+0 |
| 2022-10-13 | Rollup merge of #102980 - notriddle:notriddle/content, r=GuillaumeGomez | Yuki Okushi | -6/+3 |
| 2022-10-12 | rustdoc: merge separate `.item-info` CSS | Michael Howell | -6/+3 |
| 2022-10-12 | Rollup merge of #102936 - notriddle:notriddle/nav-sum, r=Dylan-DPC | Dylan DPC | -3/+0 |
| 2022-10-11 | rustdoc: merge identical CSS selectors | Michael Howell | -2/+0 |
| 2022-10-11 | rustdoc: remove unused CSS `nav.sum` | Michael Howell | -1/+0 |
| 2022-10-11 | rustdoc: remove unneeded `.content` selector from link colors | Michael Howell | -28/+28 |
| 2022-10-11 | rustdoc: remove unused classes from sidebar | Michael Howell | -5/+3 |
| 2022-10-11 | Rollup merge of #102898 - notriddle:notriddle/sidebar-block, r=GuillaumeGomez | Yuki Okushi | -34/+21 |
| 2022-10-11 | Migrate highlight style to CSS variables | Guillaume Gomez | -54/+89 |
| 2022-10-10 | Remove outdated comment | Michael Howell | -1/+0 |
| 2022-10-10 | rustdoc: remove unneeded `<div>` wrapper from sidebar DOM | Michael Howell | -33/+21 |
| 2022-10-09 | rustdoc: clean up overly complex `.trait-impl` CSS selectors | Michael Howell | -3/+1 |
| 2022-10-10 | Rollup merge of #102799 - rol1510:issue-100421-fix, r=notriddle | Yuki Okushi | -1/+22 |
| 2022-10-09 | rustdoc: fix file picker marker renders twice on ios | Roland Strasser | -0/+5 |
| 2022-10-08 | Rollup merge of #102818 - rust-lang:clean-up-highlight-impots, r=Urgau | Michael Howell | -4/+2 |