| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-03-21 | Rename `clean::Span::span()` to `clean::Span::inner()` | Camelid | -1/+1 |
| 2021-03-21 | Rename `clean::Item.source` to `span` | Camelid | -6/+6 |
| 2021-03-10 | rustdoc: tweak the search index format | Michael Howell | -23/+54 |
| 2021-03-09 | Simplify some of the rendering code in the index | Michael Howell | -5/+1 |
| 2021-03-09 | Auto merge of #82356 - camelid:render-cleanup, r=GuillaumeGomez | bors | -43/+71 |
| 2021-03-07 | Avoid temporary allocations in `render_assoc_item` | Joshua Nelson | -18/+26 |
| 2021-03-07 | Update Source Code Pro and include italics | Trevor Spiteri | -2/+3 |
| 2021-03-07 | Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomez | Yuki Okushi | -15/+25 |
| 2021-03-05 | Undo addition of boxes | Camelid | -7/+7 |
| 2021-03-05 | Don't unnecessarily clone some fields in `Context` | Camelid | -6/+15 |
| 2021-03-05 | Box some fields to reduce `Context` size | Camelid | -5/+5 |
| 2021-03-05 | Don't share `id_map` and `deref_id_map` | Camelid | -21/+20 |
| 2021-03-05 | rustdoc: Add static size assertion for `Context` | Camelid | -0/+4 |