| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-04-04 | Rollup merge of #83809 - GuillaumeGomez:remove-initial-ids, r=camelid | Dylan DPC | -18/+0 |
| 2021-04-03 | rustdoc: sort search index items for compression | Michael Howell | -0/+1 |
| 2021-04-03 | Remove unneeded INITIAL_IDS const | Guillaume Gomez | -18/+0 |
| 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-02 | rustdoc: Rename internal uses of `spotlight` | Camelid | -6/+8 |
| 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 | -33/+63 |
| 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-22 | Auto merge of #82855 - jyn514:no-temporaries, r=GuillaumeGomez | bors | -18/+26 |
| 2021-03-10 | rustdoc: tweak the search index format | Michael Howell | -17/+0 |
| 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 | -5/+15 |
| 2021-03-07 | Avoid temporary allocations in `render_assoc_item` | Joshua Nelson | -18/+26 |
| 2021-03-05 | Don't share `id_map` and `deref_id_map` | Camelid | -13/+7 |