| Age | Commit message (Expand) | Author | Lines |
| 2023-02-13 | Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui... | Matthias Krüger | -52/+60 |
| 2023-02-12 | Rollup merge of #107930 - GuillaumeGomez:js-func-improvement, r=notriddle | Matthias Krüger | -6/+4 |
| 2023-02-11 | Improve JS function itemTypeFromName code a bit | Guillaume Gomez | -6/+4 |
| 2023-02-11 | Rollup merge of #107490 - notriddle:notriddle/rm-sidebar-tooltip, r=Guillaume... | Dylan DPC | -5/+1 |
| 2023-02-06 | Auto merge of #107141 - notriddle:notriddle/max-lev-distance-2023, r=Guillaum... | bors | -65/+84 |
| 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 | -2/+0 |
| 2023-01-30 | Rollup merge of #107177 - thanatos:fix-doc-errant-light-theme, r=notriddle | Matthias Krüger | -62/+54 |
| 2023-01-30 | Keep all theme-updating logic together | Roy Wellington Ⅳ | -46/+54 |
| 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-23 | rustdoc: remove dead settings JS for obsolete select-wrapper | Michael Howell | -11/+0 |
| 2023-01-23 | rustdoc: simplify settings popover DOM | Michael Howell | -19/+21 |
| 2023-01-21 | This function appears to be unused | Roy Wellington Ⅳ | -16/+0 |
| 2023-01-21 | rustdoc: compute maximum Levenshtein distance based on the query | Michael Howell | -65/+84 |
| 2023-01-18 | Rollup merge of #107042 - notriddle:notriddle/rustdoc-js-question, r=Guillaum... | Michael Goulet | -1/+5 |
| 2023-01-18 | Rollup merge of #105796 - notriddle:notriddle/rustdoc-search-stop-doing-demer... | Michael Goulet | -50/+64 |
| 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-18 | Rollup merge of #107014 - notriddle:notriddle/js-cleanup, r=GuillaumeGomez | Dylan DPC | -9/+4 |
| 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 |