| Age | Commit message (Expand) | Author | Lines |
| 2021-02-02 | Better styling of "Switch result tab" shortcut | Smitty | -1/+1 |
| 2021-02-01 | Rollup merge of #81592 - GuillaumeGomez:rustdoc-ui-fixes, r=Nemo157 | Jonas Schievink | -9/+0 |
| 2021-01-31 | Remove unneeded explicit width from search results | Guillaume Gomez | -9/+0 |
| 2021-01-28 | Rollup merge of #81379 - GuillaumeGomez:improve-urls, r=Nemo157 | Yuki Okushi | -7/+17 |
| 2021-01-25 | Improve URL handling when clicking on a menu link while being on the search r... | Guillaume Gomez | -7/+16 |
| 2021-01-25 | Completely remove search query parameter when clearing search input | Guillaume Gomez | -1/+2 |
| 2021-01-25 | Fix some bugs reported by eslint | Guillaume Gomez | -28/+22 |
| 2021-01-19 | Rollup merge of #81161 - GuillaumeGomez:remove-inline-script, r=Nemo157 | Guillaume Gomez | -12/+27 |
| 2021-01-19 | Rollup merge of #80382 - GuillaumeGomez:search-result-tab-picking, r=Nemo157,... | Guillaume Gomez | -0/+15 |
| 2021-01-18 | Remove inline script tags | Guillaume Gomez | -12/+27 |
| 2021-01-15 | Use Array.some instead of onEach to have better performance | Guillaume Gomez | -1/+1 |
| 2021-01-15 | Improve JS performance by storing length before comparing to it in loops | Guillaume Gomez | -53/+45 |
| 2021-01-04 | Auto merge of #80554 - GuillaumeGomez:more-js-cleanup, r=jyn514 | bors | -18/+12 |
| 2021-01-03 | Inline resetMouseMoved function directly into "mousemove" event handler | Guillaume Gomez | -5/+1 |
| 2021-01-03 | Replace some loops with "onEachLazy" call | Guillaume Gomez | -13/+11 |
| 2020-12-31 | Use Array.prototype.filter instead of open-coding | Michael Howell | -7/+1 |
| 2020-12-30 | If the current search result tab is empty, it picks the first non-empty one. ... | Guillaume Gomez | -0/+15 |
| 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 |