| Age | Commit message (Expand) | Author | Lines |
| 2022-12-29 | Auto merge of #106266 - matthiaskrgr:rollup-cxrdbzy, r=matthiaskrgr | bors | -7/+4 |
| 2022-12-29 | Rollup merge of #106260 - chenyukang:yukang/fix-106213-doc, r=GuillaumeGomez | Matthias Krüger | -2/+1 |
| 2022-12-29 | Fix index out of bounds issues in rustdoc | yukang | -2/+1 |
| 2022-12-29 | Rollup merge of #106218 - GuillaumeGomez:migrate-css-var-scraped-examples, r=... | Matthias Krüger | -18/+13 |
| 2022-12-29 | Rollup merge of #106217 - notriddle:notriddle/tooltip-center, r=GuillaumeGomez | Matthias Krüger | -1/+0 |
| 2022-12-29 | Migrate more scraped examples CSS rules to CSS variables | Guillaume Gomez | -24/+20 |
| 2022-12-28 | rustdoc: simplify settings, help, and copy button CSS by not reusing | Michael Howell | -5/+3 |
| 2022-12-28 | rustdoc: remove unnecessary `.tooltip::after { text-align: center }` | Michael Howell | -1/+0 |
| 2022-12-28 | Migrate scraped examples higlight CSS to variables | Guillaume Gomez | -18/+13 |
| 2022-12-27 | rustdoc: combine common sidebar background color CSS rules | Michael Howell | -5/+2 |
| 2022-12-27 | Remove unused empty CSS rules in ayu theme | Guillaume Gomez | -4/+0 |
| 2022-12-26 | Auto merge of #106156 - fee1-dead-contrib:rollup-3ir0951, r=fee1-dead | bors | -8/+8 |
| 2022-12-26 | Fix missing renaming for #titles into #search-tabs | Guillaume Gomez | -8/+8 |
| 2022-12-25 | rustdoc: clean up src sidebar toggle position CSS | Michael Howell | -10/+4 |
| 2022-12-24 | Auto merge of #106110 - GuillaumeGomez:toggle-line-background, r=notriddle | bors | -18/+11 |
| 2022-12-24 | Migrate toggle-line-inner background to CSS variable | Guillaume Gomez | -18/+11 |
| 2022-12-23 | rustdoc: make line number CSS for doc comment and scraped the same | Michael Howell | -25/+10 |
| 2022-12-24 | Rollup merge of #106093 - notriddle:notriddle/docblock-short-overflow, r=Guil... | Matthias Krüger | -2/+0 |
| 2022-12-24 | Rollup merge of #106091 - GuillaumeGomez:correct-css-pseudo-element, r=notriddle | Matthias Krüger | -6/+6 |
| 2022-12-23 | rustdoc: remove no-op CSS from `.docblock-short` | Michael Howell | -2/+0 |
| 2022-12-23 | Use correct CSS pseudo-element selector | Guillaume Gomez | -6/+6 |
| 2022-12-22 | rustdoc: use a more evocative name for CSS/JS `#titles` | Michael Howell | -13/+12 |
| 2022-12-22 | Rollup merge of #106035 - GuillaumeGomez:migrate-css-var-search-tab-title-col... | Matthias Krüger | -12/+4 |
| 2022-12-22 | Rollup merge of #106027 - notriddle:notriddle/more-scraped-examples-inner, r=... | Matthias Krüger | -14/+8 |
| 2022-12-22 | Auto merge of #106034 - matthiaskrgr:rollup-2zpql33, r=matthiaskrgr | bors | -11/+9 |
| 2022-12-22 | Migrate search tab title color to CSS variable | Guillaume Gomez | -12/+4 |
| 2022-12-22 | Rollup merge of #106024 - JulianKnodt:add_term_html_docs, r=notriddle | Matthias Krüger | -4/+4 |
| 2022-12-22 | Rollup merge of #106016 - notriddle:notriddle/link-has-onclick, r=GuillaumeGomez | Matthias Krüger | -7/+5 |
| 2022-12-22 | Auto merge of #104889 - GuillaumeGomez:fix-impl-block-in-const-expr, r=notriddle | bors | -1/+1 |
| 2022-12-22 | Fix ICE | kadmin | -4/+4 |
| 2022-12-21 | rustdoc: simplify CSS and DOM for more-scraped-examples | Michael Howell | -14/+8 |
| 2022-12-21 | rustdoc: simplify link anchor to section expand JS | Michael Howell | -7/+5 |
| 2022-12-20 | Rollup merge of #105972 - notriddle:notriddle/anchor, r=GuillaumeGomez | Matthias Krüger | -6/+2 |
| 2022-12-20 | rustdoc: simplify section anchor CSS | Michael Howell | -6/+2 |
| 2022-12-20 | rustdoc: prevent CSS layout of line numbers shrinking into nothing | Michael Howell | -0/+1 |
| 2022-12-20 | Rollup merge of #105914 - GuillaumeGomez:simplify-css-examples-code-blocks, r... | Matthias Krüger | -10/+0 |
| 2022-12-20 | Rollup merge of #105912 - notriddle:notriddle/pre-line-height, r=GuillaumeGomez | Matthias Krüger | -0/+1 |
| 2022-12-19 | Simplify CSS for code examples code blocks | Guillaume Gomez | -10/+0 |
| 2022-12-19 | rustdoc: remove width-limiter from source pages, stop overriding CSS | Michael Howell | -6/+2 |
| 2022-12-19 | rustdoc: force pre tags to have the default line height | Michael Howell | -0/+1 |
| 2022-12-17 | Rollup merge of #105789 - notriddle:notriddle/examples-margin, r=GuillaumeGomez | Matthias Krüger | -9/+4 |
| 2022-12-17 | Rollup merge of #105780 - GuillaumeGomez:read-more-links, r=notriddle | Matthias Krüger | -8/+24 |
| 2022-12-16 | rustdoc: clean up margin CSS for scraped examples | Michael Howell | -9/+4 |
| 2022-12-16 | Don't add "Read more" link if there is no extra content | Guillaume Gomez | -8/+24 |
| 2022-12-16 | Rollup merge of #105764 - notriddle:notriddle/src-sidebar-toggle, r=Guillaume... | Matthias Krüger | -11/+11 |
| 2022-12-16 | Rollup merge of #105757 - notriddle:notriddle/sub-settings, r=GuillaumeGomez | Matthias Krüger | -6/+0 |
| 2022-12-16 | Rollup merge of #105756 - notriddle:notriddle/example-wrap-tooltip, r=Guillau... | Matthias Krüger | -12/+6 |
| 2022-12-15 | rustdoc: name the source page sidebar-toggle `#src-sidebar-toggle` | Michael Howell | -11/+11 |
| 2022-12-15 | rustdoc: remove unused CSS `.sub-settings` | Michael Howell | -6/+0 |
| 2022-12-15 | rustdoc: simplify CSS for codeblock tooltips | Michael Howell | -12/+6 |