| Age | Commit message (Expand) | Author | Lines |
| 2020-12-15 | Rollup merge of #79796 - GuillaumeGomez:hide-associated-const-when-collapsing... | Guillaume Gomez | -3/+6 |
| 2020-12-10 | Make search results tab and help button focusable with keyboard | Guillaume Gomez | -3/+3 |
| 2020-12-09 | Rollup merge of #79862 - GuillaumeGomez:tab-lock, r=Manishearth | Tyler Mandry | -16/+17 |
| 2020-12-09 | Remove tab-lock and replace it with ctrl+up/down arrows to switch between sea... | Guillaume Gomez | -16/+17 |
| 2020-12-09 | Hide associated constants too when collapsing implementation | Guillaume Gomez | -3/+6 |
| 2020-12-03 | Use `createElement` and `innerHTML` instead of `DOMParser` | Camelid | -5/+3 |
| 2020-12-03 | Render Markdown in search results | Camelid | -2/+23 |
| 2020-12-01 | Auto merge of #78876 - GuillaumeGomez:better-setting-keyboard-ux, r=jyn514 | bors | -22/+23 |
| 2020-11-24 | Rename "stability" CSS class to "item-info" | Guillaume Gomez | -8/+9 |
| 2020-11-22 | Prevent feature information to be hidden if it's on the impl directly | Guillaume Gomez | -2/+8 |
| 2020-11-14 | Add tests and improve rendering of features on traits | Wim Looman | -3/+7 |
| 2020-11-12 | Improve comment for getVirtualKey function | Guillaume Gomez | -1/+1 |
| 2020-11-12 | Make keyboard interactions in the settings menu more pleasant | Guillaume Gomez | -22/+23 |
| 2020-11-12 | Auto merge of #78976 - GuillaumeGomez:rollup-endkih3, r=GuillaumeGomez | bors | -2/+5 |
| 2020-11-10 | Improve the page title switch handling between search and doc | Guillaume Gomez | -2/+5 |
| 2020-11-05 | Add shortcut for theme picker menu | Guillaume Gomez | -0/+10 |
| 2020-10-30 | Pull theme picker keyboard code into main.js | Michael Howell | -1/+59 |
| 2020-10-30 | Close the theme picker when Escape is pressed | Michael Howell | -8/+2 |
| 2020-10-28 | rustdoc: js: Use getSettingValue for all rustdoc-* values | Ian Jackson | -11/+11 |
| 2020-10-19 | Add link to rustdoc book in rustdoc help popup | Guillaume Gomez | -0/+5 |
| 2020-10-16 | Fix sidebar scroll on mobile devices | Guillaume Gomez | -4/+0 |
| 2020-08-31 | Rollup merge of #76052 - aszenz:GH-66816_removes_disable_attribute_before_ret... | Aleksey Kladov | -4/+8 |
| 2020-08-30 | Rollup merge of #76022 - GuillaumeGomez:cleanup-rustdoc-front, r=jyn514 | Dylan DPC | -8/+9 |
| 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-24 | Add explanations on the results search element check | Guillaume Gomez | -0/+3 |
| 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 | -1/+3 |
| 2020-08-10 | Add help button | Guillaume Gomez | -1/+3 |
| 2020-08-09 | Rename "Important traits" to "Notable traits" | Camelid | -2/+2 |
| 2020-07-16 | Review comments for JS | Manish Goregaokar | -8/+2 |
| 2020-07-16 | Make spotlight show on hover | Manish Goregaokar | -18/+3 |
| 2020-07-16 | Revert "Remove "important traits" feature" | Manish Goregaokar | -0/+28 |
| 2020-07-15 | Rollup merge of #74196 - GuillaumeGomez:auto-collapse-implementors, r=Manishe... | Manish Goregaokar | -3/+9 |
| 2020-07-09 | Add option to collapse automatically implementors | Guillaume Gomez | -3/+9 |
| 2020-07-02 | Simplify DOM by removing IDs for code tags | Guillaume Gomez | -14/+7 |
| 2020-07-02 | Expand sub code blocks block content when hidden when the page hash refers to it | Guillaume Gomez | -0/+8 |
| 2020-07-02 | Improve page hash handling | Guillaume Gomez | -5/+7 |
| 2020-07-02 | No need to call getPageId a second time | Guillaume Gomez | -1/+1 |
| 2020-06-26 | Rollup merge of #72967 - integer32llc:prevent-default-arrows, r=kinnison | Manish Goregaokar | -0/+2 |
| 2020-06-23 | rustdoc: Fix doc aliases with crate filtering | Oliver Middleton | -6/+7 |
| 2020-06-18 | Rollup merge of #72968 - integer32llc:docs-arrow-keys, r=GuillaumeGomez | Manish Goregaokar | -13/+24 |
| 2020-06-08 | Rollup merge of #71842 - tspiteri:doc-impl-const, r=GuillaumeGomez | Dylan DPC | -1/+3 |
| 2020-06-03 | Only highlight results via mouseover if mouse has moved | Carol (Nichols || Goulding) | -13/+24 |