| Age | Commit message (Expand) | Author | Lines |
| 2021-05-18 | Add method-toggle to <details> for methods. | Jacob Hoffman-Andrews | -12/+4 |
| 2021-05-18 | Rollup merge of #85407 - GuillaumeGomez:copy-path-display-improvement, r=jsha | Ralf Jung | -13/+39 |
| 2021-05-18 | Rollup merge of #84462 - jsha:focus-search-results2, r=GuillaumeGomez | Ralf Jung | -195/+178 |
| 2021-05-18 | Fix escape handling on search results | Guillaume Gomez | -2/+2 |
| 2021-05-18 | Improve display for "copy-path" button, making it more discrete | Guillaume Gomez | -13/+39 |
| 2021-05-16 | rustdoc: restore header sizes | Jacob Hoffman-Andrews | -3/+7 |
| 2021-05-16 | Fix invalid input:disabled CSS selector | Guillaume Gomez | -4/+4 |
| 2021-05-16 | Auto merge of #85304 - Stupremee:crates-in-sidebar-in-root, r=Nemo157 | bors | -0/+1 |
| 2021-05-15 | Call `initSidebarItems` in root module of crate | Justus K | -0/+1 |
| 2021-05-15 | Rollup merge of #85323 - GuillaumeGomez:fix-eslint-errors, r=jsha | Guillaume Gomez | -34/+32 |
| 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 | Fix eslint errors | Guillaume Gomez | -34/+32 |
| 2021-05-15 | chore: update comment in rustdoc.css | Shinwoo Park | -1/+1 |
| 2021-05-15 | rustdoc: add the license of Noto Sans KR | Shinwoo Park | -0/+93 |
| 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 | -195/+178 |
| 2021-05-13 | Rollup merge of #85175 - GuillaumeGomez:rustdoc-cleanup, r=jsha | Guillaume Gomez | -259/+142 |
| 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 | Rollup merge of #85117 - jsha:bubble-bubble-toil-and-trouble, r=GuillaumeGomez | Guillaume Gomez | -127/+136 |
| 2021-05-12 | Fix indent in JS files | Guillaume Gomez | -138/+140 |
| 2021-05-12 | Remove unused CSS rules | Guillaume Gomez | -71/+2 |
| 2021-05-12 | Remove "loading content" which is now unnecessary | Guillaume Gomez | -50/+0 |
| 2021-05-11 | Move global click handlers to per-element ones. | Jacob Hoffman-Andrews | -127/+136 |
| 2021-05-11 | rustdoc: remove explicit boolean comparisons. | Jacob Hoffman-Andrews | -69/+64 |
| 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 | -12/+8 |
| 2021-05-10 | Use an SVG image for clipboard instead of unicode character | Guillaume Gomez | -7/+25 |
| 2021-05-10 | Fix line number not being clickable on source pages | Guillaume Gomez | -12/+8 |
| 2021-05-10 | End toggle migration | Guillaume Gomez | -204/+30 |
| 2021-05-02 | Auto merge of #84754 - GuillaumeGomez:toggle-migration, r=jsha | bors | -100/+55 |
| 2021-05-02 | Add missing CSS rules for associated types | Guillaume Gomez | -8/+11 |
| 2021-05-02 | Migrate trait and impl blocks' toggles into | Guillaume Gomez | -94/+46 |
| 2021-04-30 | `copy_path` -> `window.copy_path` + add semicolon | r00ster | -2/+2 |
| 2021-04-30 | Apply suggestions | r00ster | -29/+34 |
| 2021-04-30 | Reset the docs' copy path button after 1 second | r00ster | -0/+10 |
| 2021-04-29 | Rollup merge of #84690 - GuillaumeGomez:unneeded-bottom-margin-search-results... | Jack Huey | -1/+0 |
| 2021-04-29 | Rollup merge of #84688 - GuillaumeGomez:remove-unnecessary-css-for-search-res... | Jack Huey | -7/+0 |
| 2021-04-29 | Rollup merge of #84451 - torhovland:flex, r=jsha | Jack Huey | -14/+8 |
| 2021-04-29 | Remove unneeded bottom margin on search results | Guillaume Gomez | -1/+0 |
| 2021-04-29 | Remove unnecessary CSS rules for search results | Guillaume Gomez | -7/+0 |
| 2021-04-28 | rustdoc: change aliases attribute to data-aliases | Michael Howell | -1/+1 |
| 2021-04-27 | Auto merge of #84552 - GuillaumeGomez:open-impl-blocks-by-default, r=jsha | bors | -2/+4 |
| 2021-04-26 | Add open attribute on details which are supposed to be open by default instea... | Guillaume Gomez | -2/+0 |
| 2021-04-25 | Auto merge of #84325 - jsha:ephemeral-collapse, r=GuillaumeGomez | bors | -28/+18 |
| 2021-04-25 | Fix expansion for item pointed to by the URL hash | Guillaume Gomez | -0/+2 |