| Age | Commit message (Expand) | Author | Lines |
| 2021-05-22 | Call `initSidebarItems` in root module of crate | Justus K | -3/+14 |
| 2021-05-05 | Revert PR 83866 | Pietro Albini | -35/+8 |
| 2021-05-04 | manually crafted revert of PR #80653, to address issue #82465. | Felix S. Klock II | -93/+44 |
| 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 | Rollup merge of #84636 - notriddle:data-aliases, r=jyn514,GuillaumeGomez | Jack Huey | -2/+2 |
| 2021-04-28 | Rollup merge of #84484 - jyn514:check-tools, r=Mark-Simulacrum | Jack Huey | -1/+1 |
| 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 | -128/+158 |
| 2021-04-27 | Switch `rustc::internal` from deny to warn | Joshua Nelson | -1/+1 |
| 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 | -85/+104 |
| 2021-04-27 | Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the... | Timothée Delabrouille | -53/+64 |
| 2021-04-27 | Auto merge of #84552 - GuillaumeGomez:open-impl-blocks-by-default, r=jsha | bors | -4/+6 |
| 2021-04-26 | Rollup merge of #84574 - hi-rustin:rustin-patch-typo, r=jyn514 | Mara Bos | -2/+2 |
| 2021-04-26 | Add open attribute on details which are supposed to be open by default instea... | Guillaume Gomez | -4/+2 |
| 2021-04-26 | rustdoc: Fix typo for maybe_inline_local fn | hi-rustin | -2/+2 |
| 2021-04-25 | Auto merge of #84564 - Dylan-DPC:rollup-wxa2yr0, r=Dylan-DPC | bors | -4/+3 |
| 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 | get rid of min_const_fn references in library/ and rustdoc | Ralf Jung | -4/+3 |
| 2021-04-25 | Auto merge of #80339 - jyn514:no-span, r=GuillaumeGomez | bors | -55/+80 |
| 2021-04-24 | Finally (finally) ((finally!!!!)) fix spans for the standard library | Joshua Nelson | -1/+5 |
| 2021-04-24 | Get rid of `item.span` | Joshua Nelson | -36/+44 |
| 2021-04-24 | Do the hard part first | Joshua Nelson | -20/+33 |
| 2021-04-24 | Add attr_span helper function | Joshua Nelson | -17/+17 |
| 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 | -134/+93 |
| 2021-04-25 | Rollup merge of #84460 - jyn514:doctree-is-crate, r=camelid | Yuki Okushi | -42/+26 |
| 2021-04-24 | rustdoc: Turn `JsonRenderer::mod_item_in` into `unreachable!()` | Joshua Nelson | -15/+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 #84492 - jyn514:span, r=camelid | Yuki Okushi | -3/+4 |
| 2021-04-24 | Rollup merge of #84458 - jyn514:cleanup-after-krate, r=GuillaumeGomez | Yuki Okushi | -79/+39 |
| 2021-04-24 | Rollup merge of #84320 - jsha:details-implementors, r=Manishearth,Nemo157,Gui... | Yuki Okushi | -24/+26 |
| 2021-04-23 | Fix macro bug in `impl From<DefKind> for ItemType` | Joshua Nelson | -1/+5 |
| 2021-04-23 | Don't repeat `hir::def::DefKind` so much | Joshua Nelson | -33/+33 |
| 2021-04-23 | Remove unused `impl Clean<ItemType> for DefKind` | Joshua Nelson | -6/+0 |
| 2021-04-23 | Remove `TypeKind` | Joshua Nelson | -53/+0 |
| 2021-04-23 | Use ItemType in cache | Joshua Nelson | -32/+11 |
| 2021-04-23 | Take ItemType instead of TypeKind in record_extern_fqn | Joshua Nelson | -49/+84 |
| 2021-04-23 | rustdoc: Remove unnecessary dummy span | Joshua Nelson | -3/+4 |
| 2021-04-23 | rustdoc: Remove unnecessary `is_crate` field from doctree::Module and clean::... | Joshua Nelson | -42/+26 |
| 2021-04-24 | Rollup merge of #84433 - GuillaumeGomez:search-input-blur, r=jsha | Yuki Okushi | -3/+6 |