| Age | Commit message (Expand) | Author | Lines |
| 2021-02-02 | Better styling of "Switch result tab" shortcut | Smitty | -2/+2 |
| 2021-02-02 | Rollup merge of #81630 - GuillaumeGomez:overflow-sidebar-title-text, r=pickfire | Jonas Schievink | -0/+8 |
| 2021-02-01 | Fix overflowing text on mobile when sidebar is displayed | Guillaume Gomez | -0/+8 |
| 2021-02-01 | Rollup merge of #81592 - GuillaumeGomez:rustdoc-ui-fixes, r=Nemo157 | Jonas Schievink | -11/+2 |
| 2021-01-31 | Improve resize handling | Guillaume Gomez | -1/+1 |
| 2021-01-31 | Prevent search section to go over search input | Guillaume Gomez | -1/+1 |
| 2021-01-31 | Remove unneeded explicit width from search results | Guillaume Gomez | -9/+0 |
| 2021-01-31 | Rollup merge of #81563 - pickfire:patch-6, r=GuillaumeGomez | Jonas Schievink | -0/+4 |
| 2021-01-31 | Remove extra trailing spaces | Ivan Tham | -1/+1 |
| 2021-01-31 | Fix docblock short code missing end whitespaces | Ivan Tham | -0/+3 |
| 2021-01-31 | Improve docblock readability on small screen | Ivan Tham | -0/+4 |
| 2021-01-31 | Fix ascii art text wrapping in mobile | Ivan Tham | -3/+1 |
| 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 | -31/+33 |
| 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 | Rollup merge of #80515 - GuillaumeGomez:js-for-loop-perf, r=Nemo157,jyn514 | Guillaume Gomez | -56/+50 |
| 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 | -56/+50 |
| 2021-01-08 | Rollup merge of #80738 - arusahni:master, r=GuillaumeGomez | Yuki Okushi | -0/+1 |
| 2021-01-05 | Remove bottom margin from crate version when the sidebar is collapsed. | Aru Sahni | -0/+1 |
| 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 |
| 2021-01-02 | Auto merge of #80412 - GuillaumeGomez:fix-search-section-pos, r=jyn514 | bors | -1/+4 |
| 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-30 | Rollup merge of #80472 - GuillaumeGomez:sans-serif-for-all-items-page, r=Nemo157 | Yuki Okushi | -1/+3 |
| 2020-12-29 | Use sans-serif font for the "all items" page links | Guillaume Gomez | -1/+3 |
| 2020-12-29 | Fix search section position on small devices | Guillaume Gomez | -1/+4 |
| 2020-12-24 | Auto merge of #79742 - GuillaumeGomez:move-tooltips-messages-out-of-html, r=N... | bors | -13/+23 |
| 2020-12-23 | Update HTML DOM attribute "edition" to "data-edition" | Guillaume Gomez | -1/+1 |
| 2020-12-15 | Rollup merge of #79796 - GuillaumeGomez:hide-associated-const-when-collapsing... | Guillaume Gomez | -3/+6 |
| 2020-12-15 | Rollup merge of #79379 - GuillaumeGomez:no-js-not-hidden, r=Nemo157 | Guillaume Gomez | -0/+10 |
| 2020-12-14 | Rollup merge of #79936 - GuillaumeGomez:mobile-fix-item-name, r=Nemo157,jyn514 | Guillaume Gomez | -1/+5 |
| 2020-12-12 | rustdoc light theme: Fix CSS for selected buttons | Camelid | -1/+1 |
| 2020-12-11 | Fix main section position so that the search input remains clickable | Guillaume Gomez | -0/+4 |
| 2020-12-11 | Fix item name display on mobile | Guillaume Gomez | -1/+1 |
| 2020-12-10 | Make search results tab and help button focusable with keyboard | Guillaume Gomez | -19/+22 |
| 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-05 | Move tooltips messages to CSS instead of inside HTML | Guillaume Gomez | -13/+23 |
| 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 | -55/+62 |
| 2020-11-24 | Rename "stability" CSS class to "item-info" | Guillaume Gomez | -23/+24 |