| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 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 | -4/+30 |
| 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-24 | Rollup merge of #84320 - jsha:details-implementors, r=Manishearth,Nemo157,Gui... | Yuki Okushi | -1/+7 |
| 2021-04-24 | Rollup merge of #84321 - Swatinem:subvariant-details, r=GuillaumeGomez | Yuki Okushi | -2/+3 |
| 2021-04-22 | Use flex more consistently. | Tor Hovland | -14/+8 |
| 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 | Auto merge of #83900 - torhovland:issue-83832, r=jyn514 | bors | -2/+4 |
| 2021-04-19 | rustdoc: use details tag for trait implementors | Jacob Hoffman-Andrews | -1/+7 |
| 2021-04-19 | rustdoc: Convert sub-variant toggle to HTML | Arpad Borsos | -2/+3 |
| 2021-04-18 | Give import items their own CSS class. | Tor Hovland | -2/+4 |
| 2021-04-17 | Reduce visual weight of attributes. | Jacob Hoffman-Andrews | -0/+4 |