| Age | Commit message (Expand) | Author | Lines |
| 2022-11-17 | Rollup merge of #104366 - GuillaumeGomez:simplify-settings-theme-choice, r=no... | Matthias Krüger | -24/+36 |
| 2022-11-15 | rustdoc: remove unused JS IIFE from main.js | Michael Howell | -4/+2 |
| 2022-11-14 | rustdoc: fix corner case in search keyboard commands | Michael Howell | -0/+1 |
| 2022-11-13 | Simplify settings UI by merging system theme with the theme choices | Guillaume Gomez | -24/+36 |
| 2022-11-13 | Rollup merge of #104177 - notriddle:notriddle/js-notable-trait-v2, r=Guillaum... | Yuki Okushi | -9/+51 |
| 2022-11-13 | Rollup merge of #103650 - notriddle:notriddle/line-anchors, r=GuillaumeGomez | Yuki Okushi | -3/+8 |
| 2022-11-12 | Rollup merge of #104267 - notriddle:notriddle/checkbox, r=GuillaumeGomez | Dylan DPC | -3/+1 |
| 2022-11-11 | rustdoc: make notable traits popover behavior consistent with Help and Settings | Michael Howell | -1/+9 |
| 2022-11-11 | rustdoc: use consistent "popover" styling for notable traits | Michael Howell | -9/+43 |
| 2022-11-10 | rustdoc: use checkbox instead of switch for settings toggles | Michael Howell | -3/+1 |
| 2022-11-07 | rustdoc: fix font color inheritance from body, and test | Michael Howell | -2/+4 |
| 2022-11-07 | rustdoc: use javascript to layout notable traits popups | Michael Howell | -2/+83 |
| 2022-11-05 | Rollup merge of #101702 - jsha:static-files2, r=notriddle,GuillaumeGomez | Matthias Krüger | -23/+21 |
| 2022-11-04 | rustdoc: get rid of CSS/DOM `div.desc span`, which isn't really needed | Michael Howell | -3/+1 |
| 2022-11-04 | rustdoc: simplify search results CSS and DOM | Michael Howell | -4/+2 |
| 2022-10-31 | rustdoc: change `.src-line-numbers > span` to `.src-line-numbers > a` | Michael Howell | -3/+8 |
| 2022-10-29 | rustdoc: add hash to filename of toolchain files | Jacob Hoffman-Andrews | -23/+21 |
| 2022-10-27 | rustdoc: remove redundant `div.search-container` | Michael Howell | -1/+1 |
| 2022-10-20 | +/- shortcut now only expand/collapse, not both | Guillaume Gomez | -29/+30 |
| 2022-10-19 | Rollup merge of #103211 - notriddle:notriddle/dot-location, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-10-18 | rustdoc: remove class name `location` from sidebar sibling nav | Michael Howell | -1/+1 |
| 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 | -1/+1 |
| 2022-10-17 | rustdoc: factor JS mobile scroll lock into its own function | Michael Howell | -41/+28 |
| 2022-10-16 | Rollup merge of #103060 - notriddle:notridddle/help-page, r=GuillaumeGomez | Matthias Krüger | -23/+62 |
| 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 | -23/+40 |
| 2022-10-15 | Fix display of settings page | Guillaume Gomez | -1/+3 |
| 2022-10-11 | rustdoc: remove unused classes from sidebar | Michael Howell | -5/+3 |
| 2022-10-10 | rustdoc: remove unneeded `<div>` wrapper from sidebar DOM | Michael Howell | -15/+11 |
| 2022-10-08 | rustdoc: remove mobile topbar from source pages instead of hiding it | Michael Howell | -6/+8 |
| 2022-10-05 | rustdoc: remove unused CSS class `in-band` | Michael Howell | -1/+1 |
| 2022-09-26 | rustdoc: give `.line-number` / `.line-numbers` meaningful names | Michael Howell | -6/+6 |
| 2022-09-25 | rustdoc: clean up `.out-of-band`/`.in-band` CSS | Michael Howell | -1/+0 |
| 2022-09-21 | rustdoc: dynamically show-hide line numbers on code examples | Michael Howell | -11/+37 |
| 2022-09-09 | rustdoc: simplify the codeblock tooltip | Michael Howell | -21/+2 |
| 2022-08-26 | rustdoc: remove empty extern_crates and type="text/javascript" on script | Michael Howell | -3/+3 |
| 2022-08-10 | Improve crate selection on rustdoc search results page | Frank Steffahn | -22/+9 |
| 2022-08-10 | Auto merge of #100346 - matthiaskrgr:rollup-6rljn4p, r=matthiaskrgr | bors | -7/+59 |
| 2022-08-10 | Rollup merge of #98775 - notriddle:notriddle/mobile-sidebar-scroll-lock, r=jsha | Matthias Krüger | -7/+59 |
| 2022-08-04 | rustdoc: use a more compact encoding for implementors/trait.*.js | Michael Howell | -4/+10 |
| 2022-08-03 | Rollup merge of #100083 - notriddle:notriddle/source-files-js, r=GuillaumeGomez | Matthias Krüger | -7/+11 |
| 2022-08-02 | Replace `* -> vec` with `-> vec` in docs | Noah Lev | -1/+1 |
| 2022-08-02 | rustdoc: use a more compact encoding for source-files.js | Michael Howell | -7/+11 |
| 2022-07-17 | Fix auto-expand of trees in source code page sidebar | Guillaume Gomez | -1/+1 |
| 2022-07-14 | Correctly handle crate level page on docs.rs as well | Guillaume Gomez | -17/+14 |
| 2022-07-05 | rustdoc: improve scroll locking in the rustdoc mobile sidebars | Michael Howell | -7/+59 |
| 2022-07-05 | Rollup merge of #98776 - notriddle:notriddle/mobile-sidebar-auto-close, r=Gui... | Dylan DPC | -2/+14 |
| 2022-07-04 | Rollup merge of #98774 - notriddle:notriddle/source-code-sidebar-button, r=Gu... | Matthias Krüger | -3/+3 |