| Age | Commit message (Expand) | Author | Lines |
| 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-17 | rustdoc: instead of `.setting-name { width: 100% }`, use default div CSS | Michael Howell | -1/+1 |
| 2023-01-14 | rustdoc: simplify JS search routine by not messing with lev distance | Michael Howell | -50/+64 |
| 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 | -6/+6 |
| 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-22 | rustdoc: use a more evocative name for CSS/JS `#titles` | Michael Howell | -8/+8 |
| 2022-12-21 | rustdoc: simplify link anchor to section expand JS | Michael Howell | -7/+5 |
| 2022-12-15 | rustdoc: name the source page sidebar-toggle `#src-sidebar-toggle` | Michael Howell | -1/+1 |
| 2022-12-12 | rustdoc: remove `type="text/css" from stylesheet links | Michael Howell | -1/+0 |
| 2022-12-07 | Improve calculation of scraped example minimized height | Will Crichton | -2/+6 |
| 2022-12-07 | Fix es-check | Will Crichton | -1/+1 |
| 2022-12-07 | Include additional documentation for scrape-examples changes | Will Crichton | -1/+3 |
| 2022-12-07 | Improve several aspects of the Rustdoc scrape-examples UI. | Will Crichton | -10/+12 |
| 2022-12-06 | Rollup merge of #104967 - willcrichton:fix-scrape-examples, r=notriddle | Yuki Okushi | -1/+1 |
| 2022-11-28 | Add sentence when rustdoc search is running | Guillaume Gomez | -8/+12 |
| 2022-11-26 | Fix UI issues with Rustdoc scrape-examples feature. | Will Crichton | -1/+1 |
| 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 | -5/+21 |
| 2022-11-20 | Rollup merge of #104581 - notriddle:notriddle/js-iife-2, r=GuillaumeGomez | Matthias Krüger | -6/+3 |
| 2022-11-19 | Rollup merge of #104577 - GuillaumeGomez:remove-focus-on-blur, r=notriddle | Matthias Krüger | -9/+11 |
| 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-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 |