| Age | Commit message (Expand) | Author | Lines |
| 2023-06-19 | rustdoc: js: change color and reduce size of typename in search result | Alexis (Poliorcetics) Bourget | -0/+4 |
| 2023-06-03 | Move type name directly into the same DOM element | Guillaume Gomez | -13/+0 |
| 2023-06-02 | Improve new search result display on mobile | Guillaume Gomez | -0/+8 |
| 2023-06-02 | Move item kind before the item name | Guillaume Gomez | -0/+5 |
| 2023-06-02 | Add search result item types after their name | Guillaume Gomez | -2/+2 |
| 2023-05-23 | rustdoc: add hover indicator for notable trait tooltip | Michael Howell | -0/+4 |
| 2023-05-23 | rustdoc: add interaction delays for tooltip popovers | Michael Howell | -0/+8 |
| 2023-05-22 | rustdoc: remove unneeded `position: relative` setting CSS | Michael Howell | -1/+0 |
| 2023-05-22 | rustdoc: merge identical CSS rules | Michael Howell | -5/+3 |
| 2023-05-03 | Rollup merge of #110371 - notriddle:notriddle/search-corrections, r=Guillaume... | Manish Goregaokar | -0/+4 |
| 2023-04-21 | rustdoc: remove unused CSS `color: inherit` | Michael Howell | -1/+0 |
| 2023-04-17 | rustdoc: restructure type search engine to pick-and-use IDs | Michael Howell | -0/+4 |
| 2023-04-12 | Rollup merge of #110205 - notriddle:notriddle/pixelated-border, r=GuillaumeGomez | Matthias Krüger | -1/+5 |
| 2023-04-12 | rustdoc: use CSS `overscroll-behavior` instead of JavaScript | Michael Howell | -1/+2 |
| 2023-04-12 | rustdoc: make settings radio and checks thicker, less contrast | Michael Howell | -1/+5 |
| 2023-04-06 | Rollup merge of #109977 - notriddle:notriddle/data-nosnippet, r=jsha,the8472 | Matthias Krüger | -7/+7 |
| 2023-04-05 | rustdoc: avoid including line numbers in Google SERP snippets | Michael Howell | -7/+7 |
| 2023-04-05 | Improve display of logo on very small screens | Guillaume Gomez | -1/+6 |
| 2023-04-04 | Move scrollbar on the <main> element rather than only on the code block to im... | Guillaume Gomez | -0/+4 |
| 2023-03-23 | rustdoc: remove old `content` hack for theme switching | Michael Howell | -15/+0 |
| 2023-03-23 | rustdoc: clean up `storage.js` | Michael Howell | -1/+1 |
| 2023-03-21 | rustdoc: remove redundant `.content` prefix from span/a colors | Michael Howell | -21/+21 |
| 2023-03-02 | Put backtick content from rustdoc search errors into a <code> elements | Guillaume Gomez | -0/+8 |
| 2023-02-19 | Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomez | Dylan DPC | -7/+9 |
| 2023-02-13 | Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui... | Matthias Krüger | -51/+9 |
| 2023-02-12 | rustdoc: use tighter line height in h1 and h2 | Michael Howell | -0/+8 |
| 2023-02-07 | rustdoc: simplify DOM for `.item-table` | Michael Howell | -7/+9 |
| 2023-02-06 | Rollup merge of #107669 - notriddle:notriddle/ayu-smaller, r=GuillaumeGomez | Dylan DPC | -34/+14 |
| 2023-02-04 | rustdoc: trait bound formatting | Roland Strasser | -0/+1 |
| 2023-02-04 | rustdoc: combine duplicate rules in ayu CSS | Michael Howell | -34/+14 |
| 2023-02-03 | Replace nbsp in all rustdoc code blocks | Michael Howell | -0/+2 |
| 2023-02-02 | Rollup merge of #107531 - GuillaumeGomez:inline-images-in-css, r=notriddle | Matthias Krüger | -4/+13 |
| 2023-02-01 | Inline CSS background images directly into the CSS | Guillaume Gomez | -4/+13 |
| 2023-01-31 | Rollup merge of #107527 - notriddle:notriddle/wcagcontrast, r=GuillaumeGomez | Guillaume Gomez | -4/+0 |
| 2023-01-31 | Rollup merge of #107491 - notriddle:notriddle/setting-check, r=GuillaumeGomez | Guillaume Gomez | -2/+0 |
| 2023-01-31 | Rollup merge of #107354 - tspiteri:source-serif-4.005, r=GuillaumeGomez | Guillaume Gomez | -3/+11 |
| 2023-01-31 | rustdoc: stop making unstable items transparent | Michael Howell | -4/+0 |
| 2023-01-31 | Rollup merge of #107477 - GuillaumeGomez:css-var, r=notriddle | Yuki Okushi | -32/+21 |
| 2023-01-30 | rustdoc: remove unused CSS from `.setting-check` | Michael Howell | -2/+0 |
| 2023-01-30 | Migrate last part of CSS themes to CSS variables | Guillaume Gomez | -32/+21 |
| 2023-01-30 | rustdoc: remove unnecessary wrapper div.item-decl from HTML | Michael Howell | -1/+1 |
| 2023-01-27 | rustdoc: merge doctest tooltip with notable traits tooltip | Michael Howell | -51/+9 |
| 2023-01-27 | add comment to rustdoc.css on updating filename suffixes | Trevor Spiteri | -0/+8 |
| 2023-01-27 | rustdoc: update Source Serif 4 from 4.004 to 4.005 | Trevor Spiteri | -3/+3 |
| 2023-01-26 | rustdoc: remove mostly-unused CSS classes import/module-item | Michael Howell | -2/+1 |
| 2023-01-25 | Rollup merge of #107266 - kadiwa4:source_viewer_scrollbar, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-01-24 | rustdoc: prevent scroll bar on source viewer | KaDiWa | -1/+1 |
| 2023-01-23 | rustdoc: simplify settings popover DOM | Michael Howell | -16/+12 |
| 2023-01-23 | Rollup merge of #107186 - GuillaumeGomez:correct-pseudo-element-selector, r=n... | Dylan DPC | -4/+4 |
| 2023-01-22 | Rollup merge of #107152 - GuillaumeGomez:migrate-to-css-var, r=notriddle | Matthias Krüger | -21/+12 |