| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-04-04 | Rollup merge of #83756 - camelid:internal-rename-doc-spotlight, r=GuillaumeGomez | Yuki Okushi | -11/+13 |
| 2021-04-02 | rustdoc: Rename internal uses of `spotlight` | Camelid | -11/+13 |
| 2021-04-02 | Rollup merge of #83478 - jyn514:fine-grained-files, r=Mark-Simulacrum | Dylan DPC | -134/+178 |
| 2021-03-31 | Fix `--external-css` to be invocation-specific and note main.js should be inv... | Joshua Nelson | -1/+10 |
| 2021-03-31 | Add a button to copy the "use statement" | Guillaume Gomez | -0/+1 |
| 2021-03-31 | Rename CrateSpecific -> InvocationSpecific | Joshua Nelson | -7/+7 |
| 2021-03-31 | Enforce that Toolchain files are static and Crate files are dynamic | Joshua Nelson | -28/+35 |
| 2021-03-26 | Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514 | Dylan DPC | -0/+2 |
| 2021-03-25 | Add unstable option to only emit shared/crate-specific files | Joshua Nelson | -12/+40 |
| 2021-03-25 | Add SharedResource abstraction and use it in write_shared | Joshua Nelson | -115/+115 |
| 2021-03-24 | Split clean::Constant enum into a struct and an enum | Guillaume Gomez | -1/+1 |
| 2021-03-24 | Store tcx and cache when they are used multiple times instead of calling func... | Guillaume Gomez | -58/+66 |
| 2021-03-24 | Rework rustdoc const type | Guillaume Gomez | -100/+126 |
| 2021-03-24 | Don't call `item` on modules for json renderer | Nixon Enraght-Moony | -0/+2 |
| 2021-03-24 | Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514 | Dylan DPC | -33/+27 |
| 2021-03-24 | Rollup merge of #83051 - GuillaumeGomez:sidebar-trait-items-order, r=CraftSpi... | Dylan DPC | -4/+4 |
| 2021-03-23 | Auto merge of #82994 - camelid:rename-source-to-span, r=jyn514 | bors | -6/+6 |
| 2021-03-23 | Remove unnecessary `Option` wrapping around `Crate.module` | Camelid | -33/+27 |
| 2021-03-23 | Use &str instead of String | Guillaume Gomez | -3/+3 |
| 2021-03-23 | Fix sidebar trait items sort | Guillaume Gomez | -3/+3 |
| 2021-03-23 | Rollup merge of #82732 - GuillaumeGomez:remove-theme-file, r=Nemo157 | Yuki Okushi | -56/+5 |
| 2021-03-23 | Rollup merge of #80705 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum... | Yuki Okushi | -2/+3 |
| 2021-03-22 | Auto merge of #82855 - jyn514:no-temporaries, r=GuillaumeGomez | bors | -18/+26 |