| Age | Commit message (Expand) | Author | Lines |
| 2023-04-21 | rustdoc: clean up redundant search hiding results code | Michael Howell | -4/+1 |
| 2023-04-21 | rustdoc: use Set for ignored crates, instead of string matching | Michael Howell | -2/+4 |
| 2023-04-15 | rustdoc: stop passing a title to `replaceState` second argument | Michael Howell | -4/+2 |
| 2023-04-12 | rustdoc: use CSS `overscroll-behavior` instead of JavaScript | Michael Howell | -52/+0 |
| 2023-04-10 | rustdoc: remove redundant expandSection code from main.js | Michael Howell | -14/+5 |
| 2023-04-06 | rustdoc: clean up JS | Michael Howell | -8/+2 |
| 2023-03-31 | rustdoc-search: update docs for comma in `?` help popover | Michael Howell | -3/+1 |
| 2023-03-23 | rustdoc: clean up `storage.js` | Michael Howell | -0/+5 |
| 2023-03-08 | Only load one CSS theme by default | Michael Howell | -12/+27 |
| 2023-02-13 | Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui... | Matthias Krüger | -52/+60 |
| 2023-02-11 | Rollup merge of #107490 - notriddle:notriddle/rm-sidebar-tooltip, r=Guillaume... | Dylan DPC | -5/+1 |
| 2023-01-31 | rustdoc: remove inconsistently-present sidebar tooltips | Michael Howell | -5/+1 |
| 2023-01-31 | Clean up eslint annotations and remove unused JS function | Guillaume Gomez | -1/+0 |
| 2023-01-27 | rustdoc: remove inline javascript from copy-path button | Michael Howell | -1/+5 |
| 2023-01-27 | rustdoc: merge doctest tooltip with notable traits tooltip | Michael Howell | -52/+60 |
| 2023-01-18 | rustdoc: fix "?" keyboard command when radio button is focused | Michael Howell | -1/+2 |
| 2023-01-18 | rustdoc: put focus on the help link when opening it from keyboard | Michael Howell | -0/+3 |
| 2023-01-17 | rustdoc: stop using deprecated `window.event` when there's an `ev` param | Michael Howell | -1/+1 |
| 2023-01-17 | rustdoc: remove function `handleClick` that's only used once | Michael Howell | -8/+3 |
| 2023-01-14 | Rollup merge of #106828 - notriddle:notriddle/notable-trait-docblock, r=Guill... | Matthias Krüger | -1/+1 |
| 2023-01-14 | Rollup merge of #106819 - notriddle:notriddle/rm-h1-fqn, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2023-01-13 | rustdoc: remove `docblock` class from notable trait popover | Michael Howell | -1/+1 |
| 2023-01-13 | rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle | Michael Howell | -4/+4 |
| 2023-01-13 | rustdoc: remove unnecessary DOM class `h1.fqn` | Michael Howell | -1/+1 |
| 2023-01-04 | Rollup merge of #106437 - notriddle:notriddle/http-url, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2023-01-03 | rustdoc: fix buggy JS check for absolute URL | Michael Howell | -1/+1 |
| 2023-01-02 | rustdoc: allow popover child links to work | Ardis Lu | -3/+0 |
| 2022-12-21 | rustdoc: simplify link anchor to section expand JS | Michael Howell | -7/+5 |
| 2022-12-12 | rustdoc: remove `type="text/css" from stylesheet links | Michael Howell | -1/+0 |
| 2022-12-07 | Improve several aspects of the Rustdoc scrape-examples UI. | Will Crichton | -1/+1 |
| 2022-11-28 | Add sentence when rustdoc search is running | Guillaume Gomez | -4/+6 |
| 2022-11-26 | rustdoc: pass "true" to reset focus for notable traits | Michael Howell | -11/+7 |
| 2022-11-26 | rustdoc: improve popover focus handling JS | Michael Howell | -4/+20 |
| 2022-11-20 | Rollup merge of #104581 - notriddle:notriddle/js-iife-2, r=GuillaumeGomez | Matthias Krüger | -6/+3 |
| 2022-11-19 | Fix invalid focus when blurring notable traits popover | Guillaume Gomez | -8/+11 |
| 2022-11-18 | rustdoc: remove unused JS IIFE from main.js | Michael Howell | -6/+3 |
| 2022-11-18 | Don't focus on notable trait parent when hiding it | Guillaume Gomez | -1/+0 |
| 2022-11-15 | rustdoc: remove unused JS IIFE from main.js | Michael Howell | -4/+2 |
| 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-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-10-29 | rustdoc: add hash to filename of toolchain files | Jacob Hoffman-Andrews | -5/+5 |
| 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 | -2/+2 |
| 2022-10-17 | rustdoc: factor JS mobile scroll lock into its own function | Michael Howell | -11/+25 |
| 2022-10-15 | rustdoc: make help button a no-op when on help page | Michael Howell | -0/+15 |