| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-04-25 | Open all impl blocks by default | Guillaume Gomez | -2/+4 |
| 2021-04-24 | Rollup merge of #84320 - jsha:details-implementors, r=Manishearth,Nemo157,Gui... | Yuki Okushi | -21/+14 |
| 2021-04-24 | Rollup merge of #84433 - GuillaumeGomez:search-input-blur, r=jsha | Yuki Okushi | -3/+6 |
| 2021-04-24 | Rollup merge of #84321 - Swatinem:subvariant-details, r=GuillaumeGomez | Yuki Okushi | -6/+15 |
| 2021-04-23 | improve wording | Arpad Borsos | -1/+1 |
| 2021-04-22 | Use flex more consistently. | Tor Hovland | -14/+8 |
| 2021-04-22 | Prevent control, shift and alt keys to make search input lose focus | Guillaume Gomez | -3/+6 |
| 2021-04-21 | Replaced flex gap with margin, for compatibility with older browsers. | Tor Hovland | -1/+1 |
| 2021-04-20 | Uses flex to fix formatting of h1 at any width. | Tor Hovland | -4/+9 |
| 2021-04-20 | Rollup merge of #84340 - notriddle:patch-4, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2021-04-20 | Auto merge of #83900 - torhovland:issue-83832, r=jyn514 | bors | -5/+10 |
| 2021-04-19 | rustdoc: use details tag for trait implementors | Jacob Hoffman-Andrews | -21/+14 |
| 2021-04-19 | Use onEachLazy to iterate DOMTokenList | Michael Howell | -1/+1 |
| 2021-04-19 | Remove collapse param from collapseNonInherent. | Jacob Hoffman-Andrews | -4/+4 |
| 2021-04-19 | rustdoc: Convert sub-variant toggle to HTML | Arpad Borsos | -6/+15 |
| 2021-04-19 | Auto merge of #84283 - jsha:de-emphasize-attributes, r=GuillaumeGomez | bors | -3/+10 |
| 2021-04-18 | rustdoc: make expand/collapse all ephemeral | Jacob Hoffman-Andrews | -27/+17 |
| 2021-04-18 | Give import items their own CSS class. | Tor Hovland | -5/+10 |
| 2021-04-18 | Fix the wrong return value type description of validateResult | hi-rustin | -1/+1 |