| Age | Commit message (Expand) | Author | Lines |
| 2021-07-26 | Rustdoc accessibility: use real headers for doc items | bors | -13/+53 |
| 2021-07-26 | Remove redundant CSS | Michael Howell | -1/+0 |
| 2021-07-26 | Rustdoc accessibility: make the sidebar headers actual headers | Michael Howell | -0/+5 |
| 2021-07-26 | Do not hide the sidebar on mobile, move it outside of the viewport instead | Guillaume Gomez | -4/+6 |
| 2021-06-08 | Rollup merge of #86078 - GuillaumeGomez:type-page-font-weight, r=jsha | Yuki Okushi | -1/+1 |
| 2021-06-06 | Fix invalid weight for type pages | Guillaume Gomez | -1/+1 |
| 2021-06-05 | Fix display for search results | Guillaume Gomez | -0/+2 |
| 2021-06-03 | Auto merge of #84834 - GuillaumeGomez:sidebar-unification, r=jsha | bors | -1/+4 |
| 2021-06-02 | Replace h3 for notable traits with div | Guillaume Gomez | -12/+8 |
| 2021-06-02 | Remove data-level selectors from CSS. | Jacob Hoffman-Andrews | -71/+13 |
| 2021-06-01 | Remove invalid usage of aria-level | Guillaume Gomez | -18/+18 |
| 2021-06-01 | Replace h3 and h4 containing invalid DOM | Guillaume Gomez | -22/+68 |
| 2021-05-31 | Fix details rustdoc toggle for blanket impl | Ivan Tham | -2/+1 |
| 2021-05-31 | Improve display of the separation between page items and siblings in the sidebar | Guillaume Gomez | -1/+4 |
| 2021-05-26 | Rollup merge of #84048 - konan8205:master, r=jsha | Yuki Okushi | -1/+9 |
| 2021-05-25 | Move extra search result information for keywords and primitives from CSS to DOM | Guillaume Gomez | -10/+0 |
| 2021-05-24 | Rollup merge of #85621 - jsha:serif-in-table, r=GuillaumeGomez | Guillaume Gomez | -0/+1 |
| 2021-05-24 | Rollup merge of #85551 - GuillaumeGomez:fix-search-result-overflow, r=jsha | Guillaume Gomez | -5/+32 |
| 2021-05-23 | Restore sans-serif font for module items. | Jacob Hoffman-Andrews | -0/+1 |
| 2021-05-22 | Set desc class on the div instead of the span to simplify CSS | Guillaume Gomez | -4/+4 |
| 2021-05-22 | Mobile description width: 100% | Stefan Schindler | -1/+1 |
| 2021-05-22 | Add padding to mobile layout and fix width issue on both | Stefan Schindler | -0/+2 |
| 2021-05-22 | Prepar to remove deep nesting | Stefan Schindler | -6/+5 |
| 2021-05-22 | Implement staggered mobile layout | Stefan Schindler | -4/+17 |
| 2021-05-21 | Fix display for primitive and keyword extra info | Guillaume Gomez | -2/+2 |
| 2021-05-21 | Fix search results display | Guillaume Gomez | -3/+16 |
| 2021-05-18 | Rollup merge of #85396 - jsha:top-doc-font-sizes, r=GuillaumeGomez | Jack Huey | -3/+7 |
| 2021-05-18 | Rollup merge of #85407 - GuillaumeGomez:copy-path-display-improvement, r=jsha | Ralf Jung | -3/+2 |
| 2021-05-18 | Rollup merge of #84462 - jsha:focus-search-results2, r=GuillaumeGomez | Ralf Jung | -13/+19 |
| 2021-05-18 | Improve display for "copy-path" button, making it more discrete | Guillaume Gomez | -3/+2 |
| 2021-05-16 | rustdoc: restore header sizes | Jacob Hoffman-Andrews | -3/+7 |
| 2021-05-15 | Rollup merge of #85289 - GuillaumeGomez:fix-toggle-position-mobile, r=jsha | Guillaume Gomez | -192/+198 |
| 2021-05-15 | Rollup merge of #85256 - GuillaumeGomez:fix-implementors-display, r=notriddle | Guillaume Gomez | -1/+1 |
| 2021-05-15 | chore: update comment in rustdoc.css | Shinwoo Park | -1/+1 |
| 2021-05-15 | rustdoc: avoid legacy Korean fonts in Windows | Shinwoo Park | -1/+9 |
| 2021-05-14 | Unify toggle rules on smaller resolutions | Guillaume Gomez | -6/+3 |
| 2021-05-14 | Move @media rules at the end so they override the other rules | Guillaume Gomez | -193/+195 |
| 2021-05-14 | Fix toggle position on mobile | Guillaume Gomez | -1/+8 |
| 2021-05-13 | rustdoc: use focus for search navigation | Jacob Hoffman-Andrews | -13/+19 |
| 2021-05-13 | Rollup merge of #85175 - GuillaumeGomez:rustdoc-cleanup, r=jsha | Guillaume Gomez | -73/+2 |
| 2021-05-13 | Fix display for "implementors" section | Guillaume Gomez | -1/+1 |
| 2021-05-12 | Rollup merge of #85174 - GuillaumeGomez:doc-code-block-border-radius, r=jsha | Guillaume Gomez | -2/+2 |
| 2021-05-12 | Remove unused CSS rules | Guillaume Gomez | -68/+2 |
| 2021-05-12 | Remove "loading content" which is now unnecessary | Guillaume Gomez | -5/+0 |
| 2021-05-11 | Move global click handlers to per-element ones. | Jacob Hoffman-Andrews | -4/+4 |
| 2021-05-11 | Fix border radius for doc code blocks in rustdoc | Guillaume Gomez | -2/+2 |
| 2021-05-10 | Rollup merge of #85148 - GuillaumeGomez:source-code-line-number, r=jsha | Guillaume Gomez | -9/+5 |
| 2021-05-10 | Use an SVG image for clipboard instead of unicode character | Guillaume Gomez | -4/+5 |
| 2021-05-10 | Fix line number not being clickable on source pages | Guillaume Gomez | -9/+5 |
| 2021-05-10 | End toggle migration | Guillaume Gomez | -0/+12 |