| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-04-20 | Write Rustdoc titles like "x in crate::mod - Rust" | Smitty | -9/+8 |
| 2021-04-20 | Uses flex to fix formatting of h1 at any width. | Tor Hovland | -4/+9 |
| 2021-04-20 | Rollup merge of #84347 - Swatinem:simplify-document-fns, r=jyn514 | Dylan DPC | -45/+11 |
| 2021-04-20 | Rollup merge of #84340 - notriddle:patch-4, r=GuillaumeGomez | Dylan DPC | -2/+2 |
| 2021-04-20 | Auto merge of #83900 - torhovland:issue-83832, r=jyn514 | bors | -9/+44 |
| 2021-04-19 | rustdoc: use details tag for trait implementors | Jacob Hoffman-Andrews | -24/+26 |
| 2021-04-19 | rustdoc: Simplify some document functions | Arpad Borsos | -45/+11 |
| 2021-04-19 | Use onEachLazy to iterate DOMTokenList | Michael Howell | -1/+1 |
| 2021-04-19 | rustdoc: Show nag box on IE10 | Michael Howell | -1/+1 |
| 2021-04-19 | Rollup merge of #84330 - GuillaumeGomez:remove-footer, r=jyn514 | Dylan DPC | -1/+0 |
| 2021-04-19 | Remove collapse param from collapseNonInherent. | Jacob Hoffman-Andrews | -4/+4 |
| 2021-04-19 | No longer need to add attrs to ImportSource. | Tor Hovland | -4/+13 |
| 2021-04-19 | Remove unused footer section | Guillaume Gomez | -1/+0 |
| 2021-04-19 | rustdoc: Convert sub-variant toggle to HTML | Arpad Borsos | -6/+17 |
| 2021-04-19 | Auto merge of #84283 - jsha:de-emphasize-attributes, r=GuillaumeGomez | bors | -4/+10 |
| 2021-04-18 | rustdoc: make expand/collapse all ephemeral | Jacob Hoffman-Andrews | -27/+17 |
| 2021-04-19 | Auto merge of #84288 - notriddle:short-links, r=jyn514 | bors | -52/+44 |
| 2021-04-18 | Put attrs in a Box for memory efficiency. | Tor Hovland | -2/+0 |