| Age | Commit message (Expand) | Author | Lines |
| 2021-04-16 | rustdoc: get rid of unused path printing code | Michael Howell | -42/+0 |
| 2021-04-16 | Rollup merge of #83337 - Manishearth:item-hide, r=GuillaumeGomez | Dylan DPC | -146/+184 |
| 2021-04-14 | Update comment on search.js static file. | Jacob Hoffman-Andrews | -2/+1 |
| 2021-04-14 | Change root_path to static_root_path | Jacob Hoffman-Andrews | -1/+1 |
| 2021-04-13 | Split search.js from search-index.js. | Jacob Hoffman-Andrews | -9/+12 |
| 2021-04-13 | tidy format rust | François Mockers | -10/+28 |
| 2021-04-13 | format css | François Mockers | -1/+2 |
| 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 | -8/+16 |
| 2021-04-13 | fix links from trait impl methods to trait declaration | François Mockers | -3/+4 |
| 2021-04-13 | Further consolidate search-related vars and funcs | Jacob Hoffman-Andrews | -76/+61 |
| 2021-04-13 | Consolidate search-related vars and functions. | Jacob Hoffman-Andrews | -175/+167 |
| 2021-04-12 | Move search JS into search-index.js | Jacob Hoffman-Andrews | -1524/+1534 |
| 2021-04-12 | +ignore-tidy-filelength | Manish Goregaokar | -1/+2 |
| 2021-04-12 | Move color to themes | Manish Goregaokar | -5/+9 |
| 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 | -12/+12 |
| 2021-04-12 | Improve CSS for "hide contents, not items" | Jacob Hoffman-Andrews | -130/+116 |
| 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 | -1/+6 |
| 2021-04-12 | rustdoc: smartly hide associated items of traits if there are too many of them | Manish Goregaokar | -12/+30 |
| 2021-04-12 | rustdoc: hide fields of structs/unions > 5 | Manish Goregaokar | -8/+31 |
| 2021-04-12 | rustdoc: hide variants of enums > 5 | Manish Goregaokar | -7/+34 |
| 2021-04-12 | rustdoc: Stop hiding entire item declarations | Manish Goregaokar | -33/+5 |
| 2021-04-10 | rustdoc: clean up and test macro visibility print | Michael Howell | -10/+38 |
| 2021-04-08 | Add test for idents merge | Guillaume Gomez | -0/+20 |
| 2021-04-08 | Merge idents if they are part of a path | Guillaume Gomez | -18/+107 |
| 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 | -30/+29 |
| 2021-04-05 | Rollup merge of #83717 - notriddle:main-js-slice-loop, r=GuillaumeGomez | Dylan DPC | -9/+12 |
| 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 | -29/+11 |
| 2021-04-04 | Rollup merge of #83793 - notriddle:single-span-macro-highlight, r=GuillaumeGomez | Dylan DPC | -6/+10 |
| 2021-04-03 | rustdoc: sort search index items for compression | Michael Howell | -7/+17 |
| 2021-04-03 | Remove unneeded INITIAL_IDS const | Guillaume Gomez | -29/+11 |
| 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 | -15/+14 |
| 2021-04-02 | rustdoc: update macro highlight tests | Michael Howell | -4/+4 |
| 2021-04-02 | rustdoc: highlight macros more efficiently | Michael Howell | -2/+6 |
| 2021-04-02 | rustdoc: Remove unused `spotlight` CSS | Camelid | -4/+1 |
| 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-04-02 | Rollup merge of #83721 - GuillaumeGomez:copy-use, r=Nemo157 | Yuki Okushi | -13/+57 |