| Age | Commit message (Expand) | Author | Lines |
| 2021-05-22 | Call `initSidebarItems` in root module of crate | Justus K | -0/+1 |
| 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 |
| 2021-04-17 | Reduce visual weight of attributes. | Jacob Hoffman-Andrews | -3/+10 |
| 2021-04-17 | Rollup merge of #84150 - jsha:defer-search-js, r=GuillaumeGomez | Dylan DPC | -1685/+1669 |
| 2021-04-16 | Rollup merge of #83337 - Manishearth:item-hide, r=GuillaumeGomez | Dylan DPC | -92/+75 |
| 2021-04-13 | Split search.js from search-index.js. | Jacob Hoffman-Andrews | -6/+6 |
| 2021-04-13 | format css | François Mockers | -1/+2 |
| 2021-04-13 | add anchors links on hover to items from trait impl | François Mockers | -2/+3 |
| 2021-04-13 | Further consolidate search-related vars and funcs | Jacob Hoffman-Andrews | -76/+61 |
| 2021-04-13 | Consolidate search-related vars and functions. | Jacob Hoffman-Andrews | -175/+167 |
| 2021-04-12 | Move search JS into search-index.js | Jacob Hoffman-Andrews | -1521/+1528 |
| 2021-04-12 | +ignore-tidy-filelength | Manish Goregaokar | -1/+2 |
| 2021-04-12 | Move color to themes | Manish Goregaokar | -5/+9 |
| 2021-04-12 | Add css classes | Manish Goregaokar | -10/+10 |
| 2021-04-12 | Improve CSS for "hide contents, not items" | Jacob Hoffman-Andrews | -80/+68 |
| 2021-04-12 | rustdoc: Add setting for hiding large items | Manish Goregaokar | -1/+5 |
| 2021-04-12 | rustdoc: smartly hide associated items of traits if there are too many of them | Manish Goregaokar | -6/+6 |
| 2021-04-12 | rustdoc: hide fields of structs/unions > 5 | Manish Goregaokar | -1/+1 |
| 2021-04-12 | rustdoc: hide variants of enums > 5 | Manish Goregaokar | -7/+10 |
| 2021-04-12 | rustdoc: Stop hiding entire item declarations | Manish Goregaokar | -21/+4 |
| 2021-04-05 | Update Source Serif to release 4.004 | Trevor Spiteri | -15/+15 |
| 2021-04-05 | Rollup merge of #83717 - notriddle:main-js-slice-loop, r=GuillaumeGomez | Dylan DPC | -9/+12 |