| Age | Commit message (Expand) | Author | Lines |
| 2023-02-10 | Rollup merge of #107831 - nnethercote:query-refactoring, r=oli-obk | Matthias Krüger | -2/+2 |
| 2023-02-09 | rustdoc: clean up `write!` calls with less stuttering | Michael Howell | -15/+12 |
| 2023-02-09 | Rollup merge of #107655 - notriddle:notriddle/small-url-encode, r=GuillaumeGomez | Dylan DPC | -64/+54 |
| 2023-02-09 | rustdoc: remove unused fn parameter `tab` | Michael Howell | -7/+5 |
| 2023-02-09 | Introduce `-Zterminal-urls` to use OSC8 for error codes | Esteban Küber | -1/+7 |
| 2023-02-09 | Change to `ReError(ErrorGuaranteed)` | Esteban Küber | -1/+1 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -0/+1 |
| 2023-02-09 | Remove `QueryContext`. | Nicholas Nethercote | -2/+2 |
| 2023-02-08 | Rollup merge of #107817 - notriddle:notriddle/wheel-svg, r=GuillaumeGomez | Michael Goulet | -1/+1 |
| 2023-02-08 | rustdoc: use [svgo] to shrink `wheel.svg` | Michael Howell | -1/+1 |
| 2023-02-08 | Rollup merge of #107807 - GuillaumeGomez:fix-small-debug-typo, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-02-08 | Fix small debug typo | Guillaume Gomez | -1/+1 |
| 2023-02-08 | Rollup merge of #107770 - notriddle:notriddle/br2nl, r=GuillaumeGomez | Matthias Krüger | -17/+14 |
| 2023-02-07 | rustdoc: simplify DOM for `.item-table` | Michael Howell | -17/+19 |
| 2023-02-07 | rustdoc: use a newline instead of `<br>` to format code headers | Michael Howell | -17/+14 |
| 2023-02-07 | Rollup merge of #107471 - notriddle:notriddle/default-settings, r=GuillaumeGomez | Matthias Krüger | -0/+2 |
| 2023-02-06 | Rollup merge of #107725 - GuillaumeGomez:turn-markdownwithtoc-into-struct, r=... | Matthias Krüger | -10/+17 |
| 2023-02-06 | Turn MarkdownWithToc into a struct with named fields | Guillaume Gomez | -10/+17 |
| 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 | -12/+21 |
| 2023-02-04 | rustdoc: combine duplicate rules in ayu CSS | Michael Howell | -34/+14 |
| 2023-02-03 | rustdoc: use the same URL escape rules for fragments as for examples | Michael Howell | -64/+54 |
| 2023-02-03 | Rollup merge of #107615 - notriddle:notriddle/nbsp, r=GuillaumeGomez | Michael Goulet | -12/+14 |
| 2023-02-03 | Replace nbsp in all rustdoc code blocks | Michael Howell | -12/+14 |
| 2023-02-02 | Auto merge of #107000 - GuillaumeGomez:fix-items-in-doc-hidden-block, r=notri... | bors | -103/+228 |
| 2023-02-02 | Rollup merge of #107531 - GuillaumeGomez:inline-images-in-css, r=notriddle | Matthias Krüger | -10/+13 |
| 2023-02-01 | Inline CSS background images directly into the CSS | Guillaume Gomez | -10/+13 |
| 2023-01-31 | Rollup merge of #107527 - notriddle:notriddle/wcagcontrast, r=GuillaumeGomez | Guillaume Gomez | -18/+5 |
| 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 | -18/+5 |
| 2023-01-31 | rustdoc: remove inconsistently-present sidebar tooltips | Michael Howell | -14/+4 |
| 2023-01-31 | Clean up eslint annotations and remove unused JS function | Guillaume Gomez | -2/+0 |
| 2023-01-31 | Rollup merge of #107482 - notriddle:notriddle/keywords, r=jsha | Yuki Okushi | -16/+3 |
| 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 | -317/+277 |
| 2023-01-30 | rustdoc: remove unused CSS from `.setting-check` | Michael Howell | -2/+0 |
| 2023-01-30 | rustdoc: remove meta keywords from HTML | Michael Howell | -16/+3 |
| 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 | -317/+277 |
| 2023-01-30 | Rollup merge of #107177 - thanatos:fix-doc-errant-light-theme, r=notriddle | Matthias Krüger | -63/+55 |
| 2023-01-30 | rustdoc: do not include empty default-settings tag in HTML | Michael Howell | -0/+2 |
| 2023-01-30 | Keep all theme-updating logic together | Roy Wellington Ⅳ | -46/+54 |
| 2023-01-28 | rustdoc: remove unused class `has-srclink` | Michael Howell | -17/+5 |
| 2023-01-28 | Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin | bors | -35/+20 |
| 2023-01-28 | Rollup merge of #107398 - scottmcm:its-their-funeral, r=dtolnay | Matthias Krüger | -7/+6 |
| 2023-01-28 | Rollup merge of #107391 - notriddle:notriddle/copy-path-button, r=GuillaumeGomez | Matthias Krüger | -2/+6 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -35/+20 |
| 2023-01-27 | Remove from librustdoc and clippy too | Scott McMurray | -7/+6 |