| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-04-19 | Auto merge of #84283 - jsha:de-emphasize-attributes, r=GuillaumeGomez | bors | -1/+0 |
| 2021-04-17 | rustdoc: get rid of CURRENT_DEPTH | Michael Howell | -3/+0 |
| 2021-04-17 | Reduce visual weight of attributes. | Jacob Hoffman-Andrews | -1/+0 |
| 2021-04-17 | rustdoc: move the cx argument to the end of the list | Michael Howell | -4/+4 |
| 2021-04-17 | rustdoc: use more precise relative URLS | Michael Howell | -87/+58 |
| 2021-04-16 | Rollup merge of #83337 - Manishearth:item-hide, r=GuillaumeGomez | Dylan DPC | -38/+26 |
| 2021-04-13 | tidy format rust | François Mockers | -10/+28 |
| 2021-04-13 | fix source link when in a trait implementation | François Mockers | -8/+30 |
| 2021-04-13 | add anchors links on hover to items from trait impl | François Mockers | -6/+13 |
| 2021-04-13 | fix links from trait impl methods to trait declaration | François Mockers | -3/+4 |
| 2021-04-12 | Add css classes | Manish Goregaokar | -1/+1 |
| 2021-04-12 | Improve CSS for "hide contents, not items" | Jacob Hoffman-Andrews | -27/+25 |
| 2021-04-12 | rustdoc: Add setting for hiding large items | Manish Goregaokar | -0/+1 |
| 2021-04-12 | rustdoc: Stop hiding entire item declarations | Manish Goregaokar | -11/+0 |
| 2021-04-06 | Rollup merge of #82963 - camelid:move-sharedcontext, r=GuillaumeGomez | Dylan DPC | -76/+5 |
| 2021-04-05 | Move `SharedContext` to `context.rs` | Camelid | -76/+5 |
| 2021-04-06 | Rollup merge of #83835 - notriddle:sort-index, r=ollie27 | Yuki Okushi | -0/+1 |
| 2021-04-05 | Rollup merge of #83826 - slightlyoutofphase:rustdoc-sidebar-order-shuffle, r=... | Dylan DPC | -7/+8 |