| Age | Commit message (Expand) | Author | Lines |
| 2022-11-04 | rustdoc: get rid of CSS/DOM `div.desc span`, which isn't really needed | Michael Howell | -4/+4 |
| 2022-11-04 | rustdoc: simplify search results CSS and DOM | Michael Howell | -1/+1 |
| 2022-11-03 | rustdoc: clean up hardcoded CSS border color on search results | Michael Howell | -0/+18 |
| 2022-11-01 | Rollup merge of #103837 - GuillaumeGomez:migrate-sidebar-links-color-gui-test... | Manish Goregaokar | -225/+162 |
| 2022-11-01 | Remove unneeded "rustdoc-preferred-dark-theme" setting | Guillaume Gomez | -1/+0 |
| 2022-11-01 | Migrate sidebar-links-color GUI test to functions | Guillaume Gomez | -224/+162 |
| 2022-11-01 | Rollup merge of #103817 - notriddle:notriddle/attribute-css, r=GuillaumeGomez | Dylan DPC | -5/+5 |
| 2022-10-31 | rustdoc: rename syntax highlighting CSS class `attribute` to `attr` | Michael Howell | -5/+5 |
| 2022-10-31 | rustdoc: add test case for associated type margins | Michael Howell | -0/+34 |
| 2022-10-28 | Rollup merge of #103585 - GuillaumeGomez:source-line-css, r=notriddle | Matthias Krüger | -1/+43 |
| 2022-10-27 | Add tests for source line numbers colors | Guillaume Gomez | -1/+43 |
| 2022-10-26 | rustdoc: add test case for positioning of notable trait tooltip | Michael Howell | -1/+38 |
| 2022-10-25 | Rollup merge of #103493 - notriddle:notriddle/source-sidebar-logo, r=Guillaum... | Yuki Okushi | -1/+1 |
| 2022-10-25 | Rollup merge of #103486 - GuillaumeGomez:cleanup-rustdoc-gui-highlight-colors... | Yuki Okushi | -52/+89 |
| 2022-10-24 | rustdoc: remove unused `.sidebar-logo` DOM on source pages | Michael Howell | -1/+1 |
| 2022-10-24 | Use functions in highlight-colors rustdoc GUI test | Guillaume Gomez | -52/+89 |
| 2022-10-23 | Use functions for jump-to-def-background rustodoc GUI test | Guillaume Gomez | -38/+17 |
| 2022-10-23 | Rollup merge of #103401 - GuillaumeGomez:gui-test-headings-cleanup, r=notriddle | Matthias Krüger | -100/+76 |
| 2022-10-22 | Use functions for headings rustodoc GUI test | Guillaume Gomez | -100/+76 |
| 2022-10-21 | rustdoc: prevent method summary margin from being applied to docblocks | Michael Howell | -0/+23 |
| 2022-10-21 | Rollup merge of #103321 - notriddle:notriddle/source-page-top-bar-layout, r=G... | Dylan DPC | -8/+30 |
| 2022-10-20 | Rollup merge of #103296 - GuillaumeGomez:collapse-expand-shortcuts, r=notriddle | Matthias Krüger | -0/+18 |
| 2022-10-20 | rustdoc: improve appearance of source page navigation bar | Michael Howell | -8/+30 |
| 2022-10-20 | Add GUI tests for collapse/expand actions | Guillaume Gomez | -0/+18 |
| 2022-10-20 | Rollup merge of #103251 - GuillaumeGomez:item-decl-highlighting, r=notriddle | Matthias Krüger | -5/+98 |
| 2022-10-19 | Rollup merge of #103237 - GuillaumeGomez:codeblock-tooltip-cleanup, r=notriddle | Matthias Krüger | -92/+76 |
| 2022-10-19 | Rollup merge of #103211 - notriddle:notriddle/dot-location, r=GuillaumeGomez | Matthias Krüger | -10/+18 |
| 2022-10-19 | Add regression test for item-decl highlighting | Guillaume Gomez | -5/+98 |
| 2022-10-19 | Clean up codeblock-tooltip rustdoc-gui test | Guillaume Gomez | -92/+76 |
| 2022-10-18 | Rollup merge of #103189 - GuillaumeGomez:clean-up-gui-tests, r=notriddle | Matthias Krüger | -131/+78 |
| 2022-10-18 | rustdoc: remove class name `location` from sidebar sibling nav | Michael Howell | -10/+18 |
| 2022-10-18 | Clean up code-color and headers-color rustdoc GUI tests | Guillaume Gomez | -131/+78 |
| 2022-10-17 | rustdoc: change mobile breakpoint to match CSS | Michael Howell | -4/+4 |
| 2022-10-17 | Rollup merge of #103152 - GuillaumeGomez:named-arguments, r=notriddle | Matthias Krüger | -27/+27 |
| 2022-10-17 | Use named arguments to make test clearer | Guillaume Gomez | -27/+27 |
| 2022-10-17 | Rollup merge of #103091 - notriddle:notriddle/sidebar-title, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-10-16 | Rollup merge of #103115 - GuillaumeGomez:clean-up-anchors-gui-test, r=notriddle | Matthias Krüger | -147/+100 |
| 2022-10-16 | Rollup merge of #103060 - notriddle:notridddle/help-page, r=GuillaumeGomez | Matthias Krüger | -11/+55 |
| 2022-10-16 | Clean up anchors.goml rustdoc GUI test | Guillaume Gomez | -147/+100 |
| 2022-10-15 | rustdoc: add test cases for links inside the help popover | Michael Howell | -4/+24 |
| 2022-10-15 | rustdoc: update test cases for `.sidebar-title` -> `.sidebar-elems h3` | Michael Howell | -1/+1 |
| 2022-10-15 | rustdoc: make the help button a link to a page | Michael Howell | -8/+32 |
| 2022-10-15 | Add more GUI tests for settings page | Guillaume Gomez | -2/+9 |
| 2022-10-14 | Rollup merge of #103054 - GuillaumeGomez:cleanup-rust-logo-test, r=notriddle | Matthias Krüger | -70/+26 |
| 2022-10-14 | Clean up rust-logo rustdoc GUI test | Guillaume Gomez | -70/+26 |
| 2022-10-14 | Rollup merge of #102914 - GuillaumeGomez:migrate-css-highlight-without-change... | Dylan DPC | -1/+73 |
| 2022-10-13 | Improve code for unsafe-fn rustdoc GUI test | Guillaume Gomez | -31/+22 |
| 2022-10-11 | rustdoc: remove unused classes from sidebar | Michael Howell | -64/+64 |
| 2022-10-11 | Rollup merge of #102898 - notriddle:notriddle/sidebar-block, r=GuillaumeGomez | Yuki Okushi | -12/+12 |
| 2022-10-11 | Add GUI test for source code pages highlighting | Guillaume Gomez | -1/+73 |