| Age | Commit message (Expand) | Author | Lines |
| 2021-06-16 | Make portability part of the summary. | Jacob Hoffman-Andrews | -5/+12 |
| 2021-06-16 | Use render_impl_summary when rendering traits. | Jacob Hoffman-Andrews | -24/+17 |
| 2021-06-16 | Remove methods under Implementors on trait pages | Jacob Hoffman-Andrews | -17/+21 |
| 2021-06-16 | Open trait implementations' toggles by default. | Jacob Hoffman-Andrews | -7/+2 |
| 2021-06-15 | Rollup merge of #86277 - jsha:remove-must-use, r=Manishearth | Yuki Okushi | -8/+2 |
| 2021-06-15 | Auto merge of #84867 - pnkfelix:rustdoc-revert-deref-recur, r=jyn514 | bors | -20/+6 |
| 2021-06-13 | Remove must_use from ALLOWED_ATTRIBUTES | Jacob Hoffman-Andrews | -8/+2 |
| 2021-06-10 | manually crafted revert of PR #80653, to address issue #82465. | Felix S. Klock II | -20/+6 |
| 2021-06-07 | Refactor: Extract render_summary from render_impl. | Jacob Hoffman-Andrews | -78/+86 |
| 2021-06-05 | Fix invalid ID value in all.html file | Guillaume Gomez | -2/+8 |
| 2021-06-03 | Auto merge of #84834 - GuillaumeGomez:sidebar-unification, r=jsha | bors | -37/+30 |
| 2021-06-02 | Remove data-level selectors from CSS. | Jacob Hoffman-Andrews | -10/+6 |
| 2021-06-01 | Don't generate impl-items div container if there is none | Guillaume Gomez | -4/+6 |
| 2021-06-01 | Remove invalid usage of aria-level | Guillaume Gomez | -6/+6 |
| 2021-06-01 | Replace h3 and h4 containing invalid DOM | Guillaume Gomez | -12/+30 |
| 2021-06-01 | Rollup merge of #85622 - jsha:untoggle-undocumented, r=GuillaumeGomez | Guillaume Gomez | -10/+4 |
| 2021-05-31 | Improve display of the separation between page items and siblings in the sidebar | Guillaume Gomez | -1/+1 |
| 2021-05-31 | * Put crates list at all levels | Guillaume Gomez | -37/+30 |
| 2021-05-30 | Remove toggle for "undocumented items." | Jacob Hoffman-Andrews | -10/+4 |
| 2021-05-28 | Remove `--print unversioned-files` from rustdoc | Boris-Chengbiao Zhou | -1/+0 |
| 2021-05-23 | Don't hide inherent implementations by default | Guillaume Gomez | -5/+14 |
| 2021-05-22 | Fix auto-hide for implementations and implementors. | Jacob Hoffman-Andrews | -1/+1 |
| 2021-05-18 | Add method-toggle to <details> for methods. | Jacob Hoffman-Andrews | -3/+6 |
| 2021-05-18 | Rollup merge of #85280 - jsha:move-trait-toggles, r=GuillaumeGomez | Guillaume Gomez | -1/+5 |
| 2021-05-16 | Auto merge of #85304 - Stupremee:crates-in-sidebar-in-root, r=Nemo157 | bors | -3/+8 |
| 2021-05-15 | Call `initSidebarItems` in root module of crate | Justus K | -3/+8 |
| 2021-05-15 | Minimize amount of fake `DefId`s used in rustdoc | Justus K | -4/+4 |
| 2021-05-13 | Toggle-wrap items differently than top-doc. | Jacob Hoffman-Andrews | -1/+5 |
| 2021-05-10 | End toggle migration | Guillaume Gomez | -2/+21 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -11/+12 |
| 2021-05-03 | Change librustdoc write(.. \n) to writeln(..); fix comment in grammar | mautamu | -1/+1 |
| 2021-05-02 | Auto merge of #84754 - GuillaumeGomez:toggle-migration, r=jsha | bors | -98/+89 |
| 2021-05-02 | Improve code readability | Guillaume Gomez | -18/+18 |
| 2021-05-02 | Migrate trait and impl blocks' toggles into | Guillaume Gomez | -87/+78 |
| 2021-04-30 | Remove unnecessary `provided_trait_methods` field from Impl | Joshua Nelson | -2/+4 |
| 2021-04-28 | rustdoc: change aliases attribute to data-aliases | Michael Howell | -1/+1 |
| 2021-04-28 | Rollup merge of #84616 - GuillaumeGomez:fix-empty-dom-toggle, r=jsha | Yuki Okushi | -97/+108 |
| 2021-04-27 | Auto merge of #84494 - tdelabro:84304-bis, r=jyn514 | bors | -7/+2 |
| 2021-04-27 | Don't put empty implementations into details/summary blocks | Guillaume Gomez | -97/+108 |
| 2021-04-27 | cfg taken out of Attributes, put in Item | Timothée Delabrouille | -7/+2 |
| 2021-04-26 | Add open attribute on details which are supposed to be open by default instea... | Guillaume Gomez | -2/+2 |
| 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 | -5/+5 |
| 2021-04-24 | Clean up DOM strings | Guillaume Gomez | -4/+9 |
| 2021-04-24 | Rollup merge of #84458 - jyn514:cleanup-after-krate, r=GuillaumeGomez | Yuki Okushi | -4/+4 |
| 2021-04-24 | Rollup merge of #84320 - jsha:details-implementors, r=Manishearth,Nemo157,Gui... | Yuki Okushi | -3/+12 |
| 2021-04-23 | Use ItemType in cache | Joshua Nelson | -5/+5 |
| 2021-04-22 | Remove unnecessary `edition` field on SharedContext | Joshua Nelson | -4/+4 |
| 2021-04-19 | rustdoc: use details tag for trait implementors | Jacob Hoffman-Andrews | -3/+12 |
| 2021-04-19 | rustdoc: Simplify some document functions | Arpad Borsos | -45/+11 |