| Age | Commit message (Expand) | Author | Lines |
| 2020-07-20 | Migrate rustc_depr uses to use deprecation attribute | Mark Rousskov | -20/+9 |
| 2020-07-20 | Rollup merge of #74555 - GuillaumeGomez:important-traits-popup, r=Manishearth | Manish Goregaokar | -0/+5 |
| 2020-07-20 | Rollup merge of #74505 - Cldfire:fix-search-focus, r=GuillaumeGomez | Manish Goregaokar | -10/+0 |
| 2020-07-20 | Improve "important traits" popup display on mobile | Guillaume Gomez | -0/+5 |
| 2020-07-19 | Ayu: use different background color to make Run button easy-to-spot | Lzu Tao | -4/+3 |
| 2020-07-19 | Fix search input focus in ayu theme | Jarek Samic | -10/+0 |
| 2020-07-19 | Add an border around the Run button | Lzu Tao | -0/+1 |
| 2020-07-17 | Fix tidy issues | Guillaume Gomez | -23/+35 |
| 2020-07-17 | Convert whitespaces to tabs | Guillaume Gomez | -44/+54 |
| 2020-07-17 | Improve logo image display in different themes | Guillaume Gomez | -0/+12 |
| 2020-07-16 | Rollup merge of #74371 - Aloso:patch-1, r=GuilliameGomez | Manish Goregaokar | -9/+6 |
| 2020-07-16 | Rollup merge of #74351 - lzutao:remove-rustc-internal-compiler-warns, r=Mark-... | Manish Goregaokar | -44/+17 |
| 2020-07-16 | Rollup merge of #74370 - Manishearth:re-spotlight, r=GuillaumeGomez | Manish Goregaokar | -14/+163 |
| 2020-07-16 | Rollup merge of #74359 - lzutao:rustdoc-tostring, r=GuillaumeGomez | Manish Goregaokar | -13/+14 |
| 2020-07-16 | Rollup merge of #74325 - GuillaumeGomez:focus-source-file-sidebar, r=kinnison | Manish Goregaokar | -0/+5 |
| 2020-07-16 | Rollup merge of #73807 - euclio:rustdoc-highlighting, r=ollie27,GuillaumeGomez | Manish Goregaokar | -22/+133 |
| 2020-07-16 | Don't position:relative on all pres | Manish Goregaokar | -1/+6 |
| 2020-07-16 | Remove !important on border-color and background-color | Manish Goregaokar | -10/+7 |
| 2020-07-16 | Add Ayu theme for spotlight | Manish Goregaokar | -0/+5 |
| 2020-07-16 | Review comments for JS | Manish Goregaokar | -8/+2 |
| 2020-07-16 | Make spotlight show on hover | Manish Goregaokar | -156/+53 |
| 2020-07-16 | Move spotlight next to the return type | Manish Goregaokar | -36/+14 |
| 2020-07-16 | Revert "Remove "important traits" feature" | Manish Goregaokar | -8/+281 |
| 2020-07-16 | Remove elements iterator clone and only keep first element instead | Guillaume Gomez | -3/+3 |
| 2020-07-15 | Remove drop-shadow | Ludwig Stecher | -5/+0 |
| 2020-07-15 | Rollup merge of #74218 - GuillaumeGomez:search-results-bottom-margin, r=Dylan... | Manish Goregaokar | -0/+1 |
| 2020-07-15 | Rollup merge of #74196 - GuillaumeGomez:auto-collapse-implementors, r=Manishe... | Manish Goregaokar | -4/+11 |
| 2020-07-15 | Improve ayu rustdoc theme | Ludwig Stecher | -9/+11 |
| 2020-07-15 | Improve settings wording | Guillaume Gomez | -2/+2 |
| 2020-07-15 | rustdoc: Rename internal API fns to `into_string` | Lzu Tao | -13/+14 |
| 2020-07-15 | Remove unused CSS rules for internal rustc items | Lzu Tao | -16/+0 |
| 2020-07-15 | Don't render unstable for rustc docs | Lzu Tao | -28/+17 |
| 2020-07-14 | rustdoc: glue tokens before highlighting | Andy Russell | -22/+133 |
| 2020-07-14 | Rollup merge of #71237 - Cldfire:rustdoc-ayu-theme, r=GuilliaumeGomez | Manish Goregaokar | -41/+644 |
| 2020-07-14 | Focus on the current file in the source file sidebar | Guillaume Gomez | -0/+5 |
| 2020-07-12 | Add Ayu theme to rustdoc | Jarek Samic | -0/+571 |
| 2020-07-12 | Clean up handling of style files in rustdoc | Jarek Samic | -41/+73 |
| 2020-07-11 | rustdoc: insert newlines between attributes | Andy Russell | -8/+13 |
| 2020-07-10 | Add margin after doc search results | Guillaume Gomez | -0/+1 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -2/+2 |
| 2020-07-09 | Add option to collapse automatically implementors | Guillaume Gomez | -3/+10 |
| 2020-07-09 | Rollup merge of #74107 - nbdd0121:rustdoc, r=GuillaumeGomez | Manish Goregaokar | -1/+7 |
| 2020-07-09 | Auto merge of #74131 - ollie27:rustdoc_invalid_codeblock_attributes_name, r=G... | bors | -1/+1 |
| 2020-07-07 | rustdoc: Rename invalid_codeblock_attribute lint to be plural | Oliver Middleton | -1/+1 |
| 2020-07-06 | Rollup merge of #74067 - rye:rustdoc-fqn-hover-underline, r=GuillaumeGomez | Manish Goregaokar | -0/+3 |
| 2020-07-06 | Hide `&mut self` methods from Deref in sidebar | Gary Guo | -1/+7 |
| 2020-07-05 | rustdoc: Restore underline text decoration on hover for FQN in header | Kristofer Rye | -0/+3 |
| 2020-07-02 | Remove render-redirect-pages option in rustdoc | Guillaume Gomez | -49/+0 |
| 2020-07-02 | Simplify DOM by removing IDs for code tags | Guillaume Gomez | -52/+16 |
| 2020-07-02 | Expand sub code blocks block content when hidden when the page hash refers to it | Guillaume Gomez | -0/+8 |