| Age | Commit message (Expand) | Author | Lines |
| 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 | Rollup merge of #84347 - Swatinem:simplify-document-fns, r=jyn514 | Dylan DPC | -45/+11 |
| 2021-04-20 | Auto merge of #83900 - torhovland:issue-83832, r=jyn514 | bors | -4/+34 |
| 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 | No longer need to add attrs to ImportSource. | Tor Hovland | -4/+13 |
| 2021-04-19 | rustdoc: Convert sub-variant toggle to HTML | Arpad Borsos | -0/+2 |
| 2021-04-19 | Auto merge of #84283 - jsha:de-emphasize-attributes, r=GuillaumeGomez | bors | -1/+0 |
| 2021-04-19 | Auto merge of #84288 - notriddle:short-links, r=jyn514 | bors | -12/+1 |
| 2021-04-18 | Put attrs in a Box for memory efficiency. | Tor Hovland | -2/+0 |
| 2021-04-18 | Now also displays portability tags. | Tor Hovland | -3/+8 |
| 2021-04-18 | Give import items their own CSS class. | Tor Hovland | -1/+1 |
| 2021-04-18 | Add stability tags to ImportItem. | Tor Hovland | -4/+22 |
| 2021-04-17 | rustdoc: get rid of CURRENT_DEPTH | Michael Howell | -12/+1 |
| 2021-04-17 | Reduce visual weight of attributes. | Jacob Hoffman-Andrews | -1/+0 |
| 2021-04-17 | Rollup merge of #84150 - jsha:defer-search-js, r=GuillaumeGomez | Dylan DPC | -1/+2 |
| 2021-04-17 | rustdoc: move the cx argument to the end of the list | Michael Howell | -20/+20 |
| 2021-04-17 | rustdoc: use more precise relative URLS | Michael Howell | -165/+128 |
| 2021-04-16 | Rollup merge of #83337 - Manishearth:item-hide, r=GuillaumeGomez | Dylan DPC | -54/+109 |
| 2021-04-13 | Split search.js from search-index.js. | Jacob Hoffman-Andrews | -2/+4 |
| 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 | Move search JS into search-index.js | Jacob Hoffman-Andrews | -3/+2 |
| 2021-04-12 | & -> && | Manish Goregaokar | -2/+2 |
| 2021-04-12 | Wrap toggle_open() | Manish Goregaokar | -1/+4 |
| 2021-04-12 | should_hide_fields > 12 | Manish Goregaokar | -2/+1 |
| 2021-04-12 | Add css classes | Manish Goregaokar | -2/+2 |
| 2021-04-12 | Improve CSS for "hide contents, not items" | Jacob Hoffman-Andrews | -50/+48 |
| 2021-04-12 | Update src/librustdoc/html/render/print_item.rs | Manish Goregaokar | -1/+1 |
| 2021-04-12 | Update src/librustdoc/html/render/print_item.rs | Manish Goregaokar | -1/+1 |
| 2021-04-12 | rustdoc: Add setting for hiding large items | Manish Goregaokar | -0/+1 |
| 2021-04-12 | rustdoc: smartly hide associated items of traits if there are too many of them | Manish Goregaokar | -6/+24 |
| 2021-04-12 | rustdoc: hide fields of structs/unions > 5 | Manish Goregaokar | -7/+30 |
| 2021-04-12 | rustdoc: hide variants of enums > 5 | Manish Goregaokar | -0/+24 |
| 2021-04-12 | rustdoc: Stop hiding entire item declarations | Manish Goregaokar | -12/+1 |
| 2021-04-06 | Rollup merge of #82963 - camelid:move-sharedcontext, r=GuillaumeGomez | Dylan DPC | -83/+77 |
| 2021-04-05 | Move `SharedContext` to `context.rs` | Camelid | -83/+77 |
| 2021-04-06 | Rollup merge of #83835 - notriddle:sort-index, r=ollie27 | Yuki Okushi | -9/+23 |
| 2021-04-05 | Rollup merge of #83826 - slightlyoutofphase:rustdoc-sidebar-order-shuffle, r=... | Dylan DPC | -7/+8 |
| 2021-04-05 | Update Source Serif to release 4.004 | Trevor Spiteri | -4/+4 |
| 2021-04-04 | Get rid of unneeded `aliases` field | Michael Howell | -2/+6 |
| 2021-04-04 | Rollup merge of #83809 - GuillaumeGomez:remove-initial-ids, r=camelid | Dylan DPC | -23/+2 |
| 2021-04-03 | rustdoc: sort search index items for compression | Michael Howell | -7/+17 |
| 2021-04-03 | Remove unneeded INITIAL_IDS const | Guillaume Gomez | -23/+2 |
| 2021-04-03 | Remove trailing whitespace | SlightlyOutOfPhase | -1/+1 |
| 2021-04-03 | List trait impls before methods from deref in the sidebar of Rustdoc's output | SlightlyOutOfPhase | -7/+8 |