| Age | Commit message (Expand) | Author | Lines |
| 2021-05-22 | Call `initSidebarItems` in root module of crate | Justus K | -3/+14 |
| 2021-05-04 | manually crafted revert of PR #80653, to address issue #82465. | Felix S. Klock II | -27/+8 |
| 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 | -2/+2 |
| 2021-04-28 | Rollup merge of #84616 - GuillaumeGomez:fix-empty-dom-toggle, r=jsha | Yuki Okushi | -97/+112 |
| 2021-04-27 | Auto merge of #84494 - tdelabro:84304-bis, r=jyn514 | bors | -19/+15 |
| 2021-04-27 | Don't put empty implementations into details/summary blocks | Guillaume Gomez | -97/+112 |
| 2021-04-27 | cfg taken out of Attributes, put in Item | Timothée Delabrouille | -17/+10 |
| 2021-04-27 | Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the... | Timothée Delabrouille | -4/+7 |
| 2021-04-27 | Auto merge of #84552 - GuillaumeGomez:open-impl-blocks-by-default, r=jsha | bors | -4/+6 |
| 2021-04-26 | Add open attribute on details which are supposed to be open by default instea... | Guillaume Gomez | -4/+2 |
| 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-25 | Auto merge of #80339 - jyn514:no-span, r=GuillaumeGomez | bors | -10/+10 |
| 2021-04-24 | Get rid of `item.span` | Joshua Nelson | -10/+10 |
| 2021-04-24 | Do the hard part first | Joshua Nelson | -9/+9 |
| 2021-04-24 | Auto merge of #84511 - davidhewitt:revert-84445, r=GuillaumeGomez | bors | -13/+6 |
| 2021-04-25 | Rollup merge of #84518 - GuillaumeGomez:cleanup-up-dom-string, r=jsha | Yuki Okushi | -4/+9 |
| 2021-04-25 | Rollup merge of #84464 - jyn514:type-kind, r=CraftSpider | Yuki Okushi | -10/+10 |
| 2021-04-25 | Rollup merge of #84460 - jyn514:doctree-is-crate, r=camelid | Yuki Okushi | -2/+2 |
| 2021-04-24 | Clean up DOM strings | Guillaume Gomez | -4/+9 |
| 2021-04-24 | Revert "rustdoc: Hide `#text` in doc-tests" | David Hewitt | -13/+6 |
| 2021-04-24 | Rollup merge of #84458 - jyn514:cleanup-after-krate, r=GuillaumeGomez | Yuki Okushi | -21/+20 |
| 2021-04-24 | Rollup merge of #84320 - jsha:details-implementors, r=Manishearth,Nemo157,Gui... | Yuki Okushi | -24/+26 |
| 2021-04-23 | Use ItemType in cache | Joshua Nelson | -10/+10 |
| 2021-04-23 | rustdoc: Remove unnecessary `is_crate` field from doctree::Module and clean::... | Joshua Nelson | -2/+2 |
| 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/+17 |
| 2021-04-23 | improve wording | Arpad Borsos | -1/+1 |
| 2021-04-23 | Auto merge of #84457 - jyn514:cleanup-crate, r=GuillaumeGomez | bors | -1/+2 |
| 2021-04-23 | Auto merge of #84445 - jyn514:hidden, r=<try> | bors | -6/+13 |
| 2021-04-22 | Remove unnecessary item_name parameter to `mod_item_in` | Joshua Nelson | -3/+4 |
| 2021-04-22 | Remove unnecessary `item_name` parameter to `mod_item_out` | Joshua Nelson | -1/+1 |
| 2021-04-22 | Remove unnecessary `edition` field on SharedContext | Joshua Nelson | -9/+10 |
| 2021-04-22 | Remove unnecessary `edition` parameter to renderer | Joshua Nelson | -2/+1 |
| 2021-04-22 | Remove unnecessary `diag` parameter to `after_krate` | Joshua Nelson | -2/+3 |
| 2021-04-22 | Remove unnecessary `crate_name` parameter to `after_krate` | Joshua Nelson | -6/+3 |
| 2021-04-22 | Remove `name` field from ExternalCrate | Joshua Nelson | -1/+2 |
| 2021-04-22 | rustdoc: Hide `#text` in doc-tests | Joshua Nelson | -6/+13 |
| 2021-04-22 | Use flex more consistently. | Tor Hovland | -14/+8 |
| 2021-04-22 | Rollup merge of #84376 - torhovland:issue-84534, r=GuillaumeGomez | Dylan DPC | -4/+9 |
| 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 | fix is_module check | Smitty | -4/+4 |
| 2021-04-20 | Rename pushname to is_module | Smitty | -3/+3 |