| Age | Commit message (Expand) | Author | Lines |
| 2022-08-10 | rustdoc: make item-infos dimmer on dark theme #93896 | Jacob Hoffman-Andrews | -23/+8 |
| 2022-08-10 | Two small improvements: | Frank Steffahn | -3/+2 |
| 2022-08-10 | Improve crate selection on rustdoc search results page | Frank Steffahn | -18/+87 |
| 2022-08-02 | Rollup merge of #99779 - GuillaumeGomez:fix-item-info-pos-and-height, r=notri... | Matthias Krüger | -1/+9 |
| 2022-07-28 | Rollup merge of #99810 - GuillaumeGomez:fix-settings-slider-small-width, r=no... | Dylan DPC | -2/+1 |
| 2022-07-27 | Rollup merge of #99812 - GuillaumeGomez:fix-headings-colors, r=jsha,notriddle | Guillaume Gomez | -6/+2 |
| 2022-07-27 | Fix headings border | Guillaume Gomez | -5/+1 |
| 2022-07-27 | Fix invalid css property value | Guillaume Gomez | -1/+1 |
| 2022-07-27 | Fix settings display on small screen size | Guillaume Gomez | -2/+1 |
| 2022-07-26 | Fix display of item info and unify their height | Guillaume Gomez | -1/+9 |
| 2022-07-26 | Rollup merge of #99235 - WaffleLapkin:rustdoc_implement_support_for_must_impl... | Matthias Krüger | -1/+5 |
| 2022-07-25 | Fix sidebar background-color on mobile | Guillaume Gomez | -1/+0 |
| 2022-07-25 | fix rustdoc-gui tests | Maybe Waffle | -1/+1 |
| 2022-07-24 | Satisfy theme check | Maybe Waffle | -0/+1 |
| 2022-07-24 | Add support for `#[rustc_must_implement_one_of]` to rustdoc | Maybe Waffle | -2/+5 |
| 2022-07-22 | Rollup merge of #99423 - GuillaumeGomez:group-css-font-rule, r=notriddle | Dylan DPC | -12/+9 |
| 2022-07-20 | Remove CSS transition for search input border-color | Guillaume Gomez | -1/+0 |
| 2022-07-20 | Fix CSS on search input focus | Guillaume Gomez | -3/+21 |
| 2022-07-20 | Fix crate filter select display | Guillaume Gomez | -3/+1 |
| 2022-07-18 | Group CSS font rule | Guillaume Gomez | -12/+9 |
| 2022-07-14 | Remove unused CSS | Guillaume Gomez | -46/+6 |
| 2022-07-11 | Continue themes CSS migration over CSS variables | Guillaume Gomez | -130/+45 |
| 2022-07-11 | Remove unused CSS rules | Guillaume Gomez | -33/+0 |
| 2022-07-11 | Rollup merge of #99114 - GuillaumeGomez:css-cleanup, r=Dylan-DPC | Matthias Krüger | -7/+3 |
| 2022-07-10 | Group .test-arrow CSS rules and fix rgb/rgba property | Guillaume Gomez | -7/+3 |
| 2022-07-10 | Rollup merge of #99086 - GuillaumeGomez:search-result-crate-filter-dropdown, ... | Matthias Krüger | -1/+2 |
| 2022-07-09 | Fix display of search result crate filter dropdown | Guillaume Gomez | -1/+2 |
| 2022-07-08 | set all padding for main element in print | Infra | -1/+1 |
| 2022-07-08 | try to fix tidy issues | Infra | -10/+10 |
| 2022-07-08 | improve print styles | Infra | -1/+11 |
| 2022-07-05 | Rollup merge of #98776 - notriddle:notriddle/mobile-sidebar-auto-close, r=Gui... | Dylan DPC | -0/+10 |
| 2022-07-04 | Rollup merge of #98774 - notriddle:notriddle/source-code-sidebar-button, r=Gu... | Matthias Krüger | -3/+19 |
| 2022-07-03 | Rollup merge of #98773 - notriddle:notriddle/source-sidebar-details, r=Guilla... | Ralf Jung | -33/+20 |
| 2022-07-03 | Remove redundant pseudo-class | Michael Howell | -1/+1 |
| 2022-07-02 | rustdoc: add test case for background color of the sidebar toggle button | Michael Howell | -1/+1 |
| 2022-07-02 | rustdoc: add explanatory comment to `width: 100%` line | Michael Howell | -0/+1 |
| 2022-07-02 | rustdoc: make source sidebar toggle a real button | Michael Howell | -3/+18 |
| 2022-07-01 | rustdoc: add spacing to the source view sidebar | Michael Howell | -1/+5 |
| 2022-07-01 | Rollup merge of #98460 - GuillaumeGomez:css-simplification, r=jsha | Guillaume Gomez | -216/+73 |
| 2022-07-01 | Rollup merge of #97249 - GuillaumeGomez:details-summary-fixes, r=notriddle | Guillaume Gomez | -2/+7 |
| 2022-07-01 | Improve click behavior of the source code mobile full-screen "sidebar" | Michael Howell | -0/+10 |
| 2022-07-01 | rustdoc cleanup: remove unused function | Michael Howell | -4/+3 |
| 2022-07-01 | rustdoc: use <details> tag for the source code sidebar | Michael Howell | -30/+14 |
| 2022-06-29 | Fix display of toggle on expanded source sidebar | Guillaume Gomez | -0/+3 |
| 2022-06-29 | Fix height for the source sidebar in mobile mode | Guillaume Gomez | -1/+3 |
| 2022-06-28 | Simplify CSS theming by setting CSS variables | Guillaume Gomez | -199/+73 |
| 2022-06-28 | Remove unused CSS rules | Guillaume Gomez | -17/+0 |
| 2022-06-26 | Rollup merge of #98297 - GuillaumeGomez:help-pocket-menu, r=notriddle | Matthias Krüger | -66/+56 |
| 2022-06-25 | Fix CSS rule for selected and hovered items in the source sidebar | Guillaume Gomez | -6/+6 |
| 2022-06-23 | Move help popup into a pocket menu as well | Guillaume Gomez | -66/+56 |