| Age | Commit message (Expand) | Author | Lines |
| 2022-05-20 | Add eslint key-spacing check | Guillaume Gomez | -0/+4 |
| 2022-05-20 | Add eslint arrow-spacing check | Guillaume Gomez | -0/+4 |
| 2022-05-19 | Add new lint to enforce whitespace after keywords | Guillaume Gomez | -2/+6 |
| 2022-05-19 | Add and use stability helper methods | Jacob Pratt | -4/+1 |
| 2022-05-18 | Move some DOM generation into the HTML settings file directly | Guillaume Gomez | -19/+15 |
| 2022-05-18 | Rollup merge of #97113 - GuillaumeGomez:search-ui-fixes, r=notriddle | Yuki Okushi | -8/+8 |
| 2022-05-17 | rustdoc: make search.js a module | Jacob Hoffman-Andrews | -52/+73 |
| 2022-05-17 | Fix display of search crate filter select | Guillaume Gomez | -7/+7 |
| 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/+57 |
| 2022-05-15 | Reduce clean::Type size by replacing a DefId (only used to check for display)... | Guillaume Gomez | -5/+1 |
| 2022-05-14 | Remove theme picker button | Guillaume Gomez | -199/+12 |
| 2022-05-14 | Improve settings menu display | Guillaume Gomez | -31/+110 |
| 2022-05-14 | Rollup merge of #96998 - notriddle:notriddle/var-N, r=jsha | Yuki Okushi | -1/+1 |
| 2022-05-12 | rustdoc: remove weird, unused variable from source-files.js | Michael Howell | -1/+1 |
| 2022-05-12 | rustdoc: fix GUI crash when searching for magic JS property values | Michael Howell | -2/+2 |
| 2022-05-12 | Auto merge of #96974 - matthiaskrgr:rollup-jd4otnc, r=matthiaskrgr | bors | -39/+5 |
| 2022-05-12 | Rollup merge of #96939 - GuillaumeGomez:settings-css, r=notriddle | Matthias Krüger | -39/+5 |
| 2022-05-12 | Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco | bors | -1/+1 |
| 2022-05-11 | Remove unused CSS settings rules | Guillaume Gomez | -36/+0 |
| 2022-05-11 | Add missing CSS file for settings page | Guillaume Gomez | -3/+5 |
| 2022-05-11 | Rollup merge of #96900 - GuillaumeGomez:fix-js-error, r=notriddle | Yuki Okushi | -3/+1 |
| 2022-05-11 | Rollup merge of #96879 - notriddle:notriddle/search-ranking, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2022-05-10 | Remove unused CSS rule | Guillaume Gomez | -1/+0 |
| 2022-05-10 | Fix JS error in source code pages | Guillaume Gomez | -2/+1 |
| 2022-05-10 | update rustdoc | lcnr | -1/+1 |
| 2022-05-09 | rustdoc: search result ranking fix | Michael Howell | -1/+1 |
| 2022-05-09 | Rollup merge of #96858 - notriddle:notriddle/cleanup-search-js, r=GuillaumeGomez | Matthias Krüger | -2/+2 |
| 2022-05-08 | Remove unused param from search.js::checkPath | Michael Howell | -2/+2 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -2/+2 |
| 2022-05-08 | Enforce no trailing spaces with eslint | Guillaume Gomez | -0/+1 |
| 2022-05-08 | Enforce linebreak style in js source code | Guillaume Gomez | -0/+4 |
| 2022-05-07 | Enforce quote rule for JS source code | Guillaume Gomez | -52/+56 |
| 2022-05-07 | Rollup merge of #96805 - Folyd:eslint, r=GuillaumeGomez | Guillaume Gomez | -30/+4 |
| 2022-05-07 | Rollup merge of #96636 - GuillaumeGomez:fix-jump-to-def-regression, r=notriddle | Guillaume Gomez | -3/+1 |
| 2022-05-07 | Change eslint rules from configuration comments to configuration files | Folyd | -30/+4 |
| 2022-05-06 | Remove unneeded SpanMapVisitor::visit_generics function | Guillaume Gomez | -13/+1 |
| 2022-05-06 | Rollup merge of #96754 - notriddle:notriddle/impl-dups, r=GuillaumeGomez | Guillaume Gomez | -16/+103 |
| 2022-05-06 | Rollup merge of #96748 - GuillaumeGomez:reexports-in-search, r=notriddle | Guillaume Gomez | -2/+19 |
| 2022-05-06 | Rollup merge of #96590 - notriddle:notriddle/tab-bar-fn-search, r=GuillaumeGo... | Guillaume Gomez | -25/+49 |
| 2022-05-06 | Fix reexports missing from the search index | Guillaume Gomez | -2/+19 |
| 2022-05-05 | Rollup merge of #96741 - GuillaumeGomez:improve-settings-loading-strategy, r=... | Michael Goulet | -4/+4 |
| 2022-05-05 | Rollup merge of #96704 - GuillaumeGomez:rotation-animation, r=jsha | Michael Goulet | -0/+14 |
| 2022-05-05 | rustdoc: ensure HTML/JS side implementors don't have dups | Michael Howell | -16/+103 |
| 2022-05-05 | Improve settings loading strategy by loading CSS and JS at the same time to p... | Guillaume Gomez | -4/+4 |
| 2022-05-05 | rustdoc: fix JS error when rendering parse error | Michael Howell | -0/+4 |
| 2022-05-05 | rustdoc: fix keyboard shortcuts and console log on search page | Michael Howell | -12/+24 |
| 2022-05-05 | rustdoc: change the "In Function Signatures" to context-sensitive | Michael Howell | -1/+5 |
| 2022-05-05 | rustdoc: when running a function-signature search, tweak the tab bar | Michael Howell | -13/+17 |
| 2022-05-05 | Add rotation animation on settings button when loading | Guillaume Gomez | -1/+14 |