| Age | Commit message (Expand) | Author | Lines |
| 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 | -1/+1 |
| 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 | -62/+54 |
| 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 | Rollup merge of #107398 - scottmcm:its-their-funeral, r=dtolnay | Matthias Krüger | -6/+6 |
| 2023-01-27 | Remove from librustdoc and clippy too | Scott McMurray | -6/+6 |
| 2023-01-27 | rustdoc: remove inline javascript from copy-path button | Michael Howell | -2/+6 |
| 2023-01-27 | rustdoc: merge doctest tooltip with notable traits tooltip | Michael Howell | -109/+81 |
| 2023-01-27 | add comment to rustdoc.css on updating filename suffixes | Trevor Spiteri | -0/+8 |
| 2023-01-27 | Improve code readability | Guillaume Gomez | -1/+1 |
| 2023-01-27 | rustdoc: update Source Serif 4 from 4.004 to 4.005 | Trevor Spiteri | -4/+4 |
| 2023-01-27 | Rollup merge of #107336 - notriddle:notriddle/import-item-module-item, r=Guil... | Yuki Okushi | -4/+3 |
| 2023-01-27 | Rollup merge of #107325 - petrochenkov:hiddoc2, r=GuillaumeGomez | Yuki Okushi | -32/+12 |
| 2023-01-27 | Rollup merge of #107284 - notriddle:notriddle/plus, r=jsha | Yuki Okushi | -1/+18 |
| 2023-01-27 | Rollup merge of #107242 - notriddle:notriddle/title-ordering, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2023-01-26 | rustdoc: remove mostly-unused CSS classes import/module-item | Michael Howell | -4/+3 |
| 2023-01-26 | rustdoc: use smarter encoding for playground URL | Michael Howell | -1/+18 |
| 2023-01-26 | rustdoc: Stop using `HirId`s | Vadim Petrochenkov | -32/+12 |
| 2023-01-25 | Rollup merge of #107266 - kadiwa4:source_viewer_scrollbar, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-01-25 | Rollup merge of #107244 - notriddle:notriddle/primitive-reference-link, r=Gui... | Matthias Krüger | -8/+2 |
| 2023-01-24 | rustdoc: prevent scroll bar on source viewer | KaDiWa | -1/+1 |
| 2023-01-23 | rustdoc: rearrange HTML in primitive reference links | Michael Howell | -8/+2 |
| 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 | rustdoc: make item links consistently use `title="{shortty} {path}"` | Michael Howell | -1/+1 |
| 2023-01-23 | Rollup merge of #107186 - GuillaumeGomez:correct-pseudo-element-selector, r=n... | Dylan DPC | -4/+4 |
| 2023-01-22 | Rollup merge of #107174 - petrochenkov:defidoc, r=notriddle | Matthias Krüger | -10/+10 |
| 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 |
| 2023-01-22 | rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)` | Vadim Petrochenkov | -10/+10 |