| Age | Commit message (Expand) | Author | Lines |
| 2020-09-09 | Auto merge of #76453 - camelid:fix-css-crate-list, r=GuillaumeGomez,ollie27 | bors | -3/+4 |
| 2020-09-07 | rustdoc: Fix font CSS for crate lists | Camelid | -3/+4 |
| 2020-09-05 | Improve ayu doc source line number contrast | Ivan Tham | -2/+3 |
| 2020-09-01 | Use "Fira Sans" for crate list font | Camelid | -0/+3 |
| 2020-08-31 | Rollup merge of #76052 - aszenz:GH-66816_removes_disable_attribute_before_ret... | Aleksey Kladov | -4/+8 |
| 2020-08-30 | Auto merge of #75901 - GuillaumeGomez:ayu-theme-button-hover-background-color... | bors | -1/+1 |
| 2020-08-30 | Rollup merge of #76022 - GuillaumeGomez:cleanup-rustdoc-front, r=jyn514 | Dylan DPC | -8/+9 |
| 2020-08-30 | Rollup merge of #75881 - pickfire:patch-5, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2020-08-29 | Use an id instead of a function | Guillaume Gomez | -6/+3 |
| 2020-08-29 | GH-66816: Process before enabling search | asrar | -2/+5 |
| 2020-08-29 | GH-66816: Removes disable before return | asrar | -3/+4 |
| 2020-08-28 | Clean up rustdoc front-end source code | Guillaume Gomez | -8/+12 |
| 2020-08-27 | Auto merge of #75976 - GuillaumeGomez:help-popup, r=jyn514 | bors | -4/+5 |
| 2020-08-27 | Delay help popup creation to when it's needed | Guillaume Gomez | -2/+3 |
| 2020-08-27 | Improve helper wording | Guillaume Gomez | -2/+2 |
| 2020-08-27 | Rollup merge of #75870 - GuillaumeGomez:unify-border-color-theme-ayu, r=pickfire | Dylan DPC | -1/+1 |
| 2020-08-27 | Rollup merge of #75837 - GuillaumeGomez:fix-font-color-help-button, r=Cldfire | Dylan DPC | -0/+2 |
| 2020-08-25 | Improve theme button hover background color | Guillaume Gomez | -1/+1 |
| 2020-08-24 | Expand rustdoc theme chooser x padding | Ivan Tham | -1/+1 |
| 2020-08-24 | Add explanations on the results search element check | Guillaume Gomez | -0/+3 |
| 2020-08-24 | Unify theme choices border color in ayu theme | Guillaume Gomez | -1/+1 |
| 2020-08-23 | Fix font color for help button in ayu and dark themes | Guillaume Gomez | -0/+2 |
| 2020-08-23 | Prevent automatic page change when using history | Guillaume Gomez | -4/+11 |
| 2020-08-11 | Fully handle "?" shortcut | Guillaume Gomez | -3/+1 |
| 2020-08-11 | Rollup merge of #75366 - GuillaumeGomez:help-button, r=jyn514 | Dylan DPC | -11/+26 |
| 2020-08-11 | Rollup merge of #75249 - GuillaumeGomez:rust-logo-border, r=Manishearth | Dylan DPC | -6/+12 |
| 2020-08-10 | Add help button | Guillaume Gomez | -11/+26 |
| 2020-08-09 | Rename "Important traits" to "Notable traits" | Camelid | -19/+19 |
| 2020-08-07 | Only add a border for the rust logo | Guillaume Gomez | -6/+12 |
| 2020-07-28 | ayu theme: Change doccomment color to `#a1ac88` | Lzu Tao | -3/+2 |
| 2020-07-26 | Don't italicize comments in ayu theme | Jarek Samic | -1/+0 |
| 2020-07-24 | Rollup merge of #74504 - lzutao:ayu-border-selected-fn, r=GuillaumeGomez | Yuki Okushi | -1/+3 |
| 2020-07-24 | Rollup merge of #74361 - GuillaumeGomez:theme-logo, r=Manishearth | Yuki Okushi | -0/+12 |
| 2020-07-24 | Add right border bar to Dark and Light theme | Lzu Tao | -0/+2 |
| 2020-07-24 | ayu: Change to less luminous color | Lzu Tao | -1/+1 |
| 2020-07-22 | Rollup merge of #74635 - GuillaumeGomez:fix-tooltip-pos, r=Manishearth | Manish Goregaokar | -0/+10 |
| 2020-07-22 | Fix tooltip position if the documentation starts with a code block | Guillaume Gomez | -0/+10 |
| 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 | -16/+0 |
| 2020-07-16 | Rollup merge of #74370 - Manishearth:re-spotlight, r=GuillaumeGomez | Manish Goregaokar | -9/+87 |
| 2020-07-16 | Rollup merge of #74325 - GuillaumeGomez:focus-source-file-sidebar, r=kinnison | Manish Goregaokar | -0/+5 |