| Age | Commit message (Expand) | Author | Lines |
| 2023-03-03 | Emit an error for unclosed generic | Guillaume Gomez | -1/+13 |
| 2023-03-02 | Put backtick content from rustdoc search errors into a <code> elements | Guillaume Gomez | -40/+99 |
| 2023-03-01 | Rollup merge of #108143 - notriddle:notriddle/filter-exclamation-macro, r=Gui... | Dylan DPC | -6/+26 |
| 2023-02-26 | Clean up JS files code a bit | Guillaume Gomez | -13/+7 |
| 2023-02-25 | Update search eBNF with `!` moved | Michael Howell | -2/+2 |
| 2023-02-19 | Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomez | Dylan DPC | -7/+9 |
| 2023-02-16 | Correct eslint warning | Michael Howell | -1/+1 |
| 2023-02-16 | rustdoc: search by macro when query ends with `!` | Michael Howell | -4/+24 |
| 2023-02-13 | rustdoc: use a string with one-character codes for search index types | Michael Howell | -4/+5 |
| 2023-02-13 | Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui... | Matthias Krüger | -103/+69 |
| 2023-02-12 | Rollup merge of #107964 - notriddle:notriddle/title-line-height, r=GuillaumeG... | Matthias Krüger | -0/+8 |
| 2023-02-12 | Rollup merge of #107930 - GuillaumeGomez:js-func-improvement, r=notriddle | Matthias Krüger | -6/+4 |
| 2023-02-12 | rustdoc: use tighter line height in h1 and h2 | Michael Howell | -0/+8 |
| 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-08 | rustdoc: use [svgo] to shrink `wheel.svg` | Michael Howell | -1/+1 |
| 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-06 | Auto merge of #107141 - notriddle:notriddle/max-lev-distance-2023, r=Guillaum... | bors | -65/+84 |
| 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 | -7/+13 |
| 2023-02-01 | Inline CSS background images directly into the CSS | Guillaume Gomez | -7/+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 | -4/+12 |
| 2023-01-31 | rustdoc: stop making unstable items transparent | Michael Howell | -4/+0 |
| 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-31 | Rollup merge of #107477 - GuillaumeGomez:css-var, r=notriddle | Yuki Okushi | -32/+21 |
| 2023-01-31 | Rollup merge of #107476 - notriddle:notriddle/item-decl-3, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 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-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 | -103/+69 |
| 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 | -4/+4 |
| 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: remove dead settings JS for obsolete select-wrapper | Michael Howell | -11/+0 |
| 2023-01-23 | rustdoc: simplify settings popover DOM | Michael Howell | -35/+33 |
| 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 |
| 2023-01-22 | Use correct pseudo-element selector | Guillaume Gomez | -4/+4 |
| 2023-01-21 | This function appears to be unused | Roy Wellington Ⅳ | -16/+0 |