| Age | Commit message (Expand) | Author | Lines |
| 2022-07-02 | rustdoc: make source sidebar toggle a real button | Michael Howell | -3/+3 |
| 2022-07-01 | Improve click behavior of the source code mobile full-screen "sidebar" | Michael Howell | -2/+14 |
| 2022-07-01 | rustdoc cleanup: remove unused function | Michael Howell | -1/+1 |
| 2022-07-01 | rustdoc: use <details> tag for the source code sidebar | Michael Howell | -18/+11 |
| 2022-06-30 | Rollup merge of #98709 - GuillaumeGomez:rm-decl-for-old-browsers, r=Dylan-DPC | Matthias Krüger | -34/+0 |
| 2022-06-30 | Rollup merge of #98671 - GuillaumeGomez:source-sidebar-fixes, r=notriddle | Matthias Krüger | -0/+15 |
| 2022-06-30 | Fix scroll when source sidebar is open on mobile | Guillaume Gomez | -0/+15 |
| 2022-06-30 | Remove unneeded methods declaration for old web browsers | Guillaume Gomez | -34/+0 |
| 2022-06-29 | Rollup merge of #98646 - notriddle:notriddle/main.js, r=GuillaumeGomez | Matthias Krüger | -2/+6 |
| 2022-06-28 | rustdoc: make keyboard commands work when checkboxes are selected | Michael Howell | -1/+2 |
| 2022-06-28 | rustdoc: fix keyboard shortcuts bug in settings menu | Michael Howell | -1/+1 |
| 2022-06-28 | rustdoc: fix help menu popover toggling | Michael Howell | -0/+3 |
| 2022-06-28 | Auto merge of #98475 - notriddle:notriddle/index-fn-signatures, r=GuillaumeGomez | bors | -35/+187 |
| 2022-06-27 | Add comments, fixes for `0` sentinel | Michael Howell | -4/+9 |
| 2022-06-27 | Update src/librustdoc/html/static/js/externs.js | Michael Howell | -1/+1 |
| 2022-06-27 | Put back, fix ()-output optimization | Michael Howell | -1/+1 |
| 2022-06-27 | Add documentation | Michael Howell | -1/+87 |
| 2022-06-26 | Rollup merge of #98297 - GuillaumeGomez:help-pocket-menu, r=notriddle | Matthias Krüger | -102/+115 |
| 2022-06-24 | rustdoc: reference function signature types from the `p` array | Michael Howell | -35/+96 |
| 2022-06-23 | Rollup merge of #98310 - jsha:defer-source-sidebar, r=GuillaumeGomez | Michael Goulet | -8/+13 |
| 2022-06-23 | Merge all popover hide functions into one | Guillaume Gomez | -27/+18 |
| 2022-06-23 | Move help popup into a pocket menu as well | Guillaume Gomez | -92/+114 |
| 2022-06-20 | rustdoc: optimize loading of source sidebar | Jacob Hoffman-Andrews | -8/+13 |
| 2022-06-20 | Improve loading of crates.js and sidebar-items.js | Jacob Hoffman-Andrews | -100/+76 |
| 2022-06-18 | Remove weird JS condition | Guillaume Gomez | -4/+1 |
| 2022-06-14 | Fix expand/collapse on source viewer sidebar folders | Guillaume Gomez | -3/+3 |
| 2022-06-06 | Add "no-confusing-arrow" eslint check | Guillaume Gomez | -1/+1 |
| 2022-05-31 | Rollup merge of #97089 - GuillaumeGomez:improve-settings-theme-display, r=jsha | Dylan DPC | -1/+1 |
| 2022-05-30 | Fix invalid line number computation when clicking on something else than a li... | Guillaume Gomez | -0/+4 |
| 2022-05-30 | Improve display of settings radio buttons | Guillaume Gomez | -1/+1 |
| 2022-05-27 | Add "eqeqeq" eslint rule | Guillaume Gomez | -6/+6 |
| 2022-05-26 | Rollup merge of #97394 - GuillaumeGomez:more-eslint-rules, r=notriddle | Guillaume Gomez | -7/+7 |
| 2022-05-25 | Add new eslint rule "space-before-function-paren" | Guillaume Gomez | -7/+7 |
| 2022-05-24 | Allow to click on toggle text to update it | Guillaume Gomez | -6/+5 |
| 2022-05-19 | Add new lint to enforce whitespace after keywords | Guillaume Gomez | -2/+2 |
| 2022-05-18 | Move some DOM generation into the HTML settings file directly | Guillaume Gomez | -16/+2 |
| 2022-05-18 | Rollup merge of #97113 - GuillaumeGomez:search-ui-fixes, r=notriddle | Yuki Okushi | -1/+1 |
| 2022-05-17 | rustdoc: make search.js a module | Jacob Hoffman-Andrews | -51/+66 |
| 2022-05-17 | Fix duplicated "in" in the search result text | Guillaume Gomez | -1/+1 |
| 2022-05-15 | Add new eslint rule about brace style | Guillaume Gomez | -33/+52 |
| 2022-05-14 | Remove theme picker button | Guillaume Gomez | -135/+2 |
| 2022-05-14 | Improve settings menu display | Guillaume Gomez | -25/+57 |
| 2022-05-12 | rustdoc: fix GUI crash when searching for magic JS property values | Michael Howell | -2/+2 |
| 2022-05-11 | Rollup merge of #96900 - GuillaumeGomez:fix-js-error, r=notriddle | Yuki Okushi | -2/+1 |
| 2022-05-11 | Rollup merge of #96879 - notriddle:notriddle/search-ranking, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2022-05-10 | Fix JS error in source code pages | Guillaume Gomez | -2/+1 |
| 2022-05-09 | rustdoc: search result ranking fix | Michael Howell | -1/+1 |
| 2022-05-08 | Remove unused param from search.js::checkPath | Michael Howell | -2/+2 |
| 2022-05-07 | Enforce quote rule for JS source code | Guillaume Gomez | -52/+52 |
| 2022-05-07 | Change eslint rules from configuration comments to configuration files | Folyd | -29/+0 |