| Age | Commit message (Expand) | Author | Lines |
| 2022-05-25 | Add new eslint rule "comma-dangle" | Guillaume Gomez | -0/+1 |
| 2022-05-25 | Add new eslint rule "space-before-blocks" | Guillaume Gomez | -0/+1 |
| 2022-05-25 | Add new eslint rule "space-before-function-paren" | Guillaume Gomez | -7/+8 |
| 2022-05-25 | Add eslint rule "space-infix-ops" | Guillaume Gomez | -0/+1 |
| 2022-05-25 | Auto merge of #97365 - klensy:rustdoc-vs-clippy, r=notriddle | bors | -39/+44 |
| 2022-05-25 | Rollup merge of #97355 - GuillaumeGomez:remove-brush, r=Dylan-DPC | Yuki Okushi | -1/+0 |
| 2022-05-24 | fix clippy perf lints | klensy | -15/+23 |
| 2022-05-24 | fix simple clippy lints | klensy | -24/+21 |
| 2022-05-24 | Remove unused brush image | Guillaume Gomez | -1/+0 |
| 2022-05-24 | Allow to click on toggle text to update it | Guillaume Gomez | -36/+39 |
| 2022-05-23 | Auto merge of #94053 - GuillaumeGomez:fields-stripped, r=notriddle | bors | -11/+11 |
| 2022-05-23 | Rollup merge of #97286 - GuillaumeGomez:eslint-check-fn, r=notriddle | Dylan DPC | -0/+1 |
| 2022-05-23 | Auto merge of #97195 - notriddle:notriddle/cleanup, r=GuillaumeGomez | bors | -3/+3 |
| 2022-05-22 | Clean up `&args[..]`, use more readable `args.iter()` instead | Michael Howell | -3/+3 |
| 2022-05-22 | Add new eslint rule to prevent whitespace before function call paren | Guillaume Gomez | -0/+1 |
| 2022-05-22 | Auto merge of #97177 - oli-obk:const-stability, r=davidtwco | bors | -4/+1 |
| 2022-05-21 | Shrink GenericArgs/PathSegment with boxed slices | Michael Howell | -3/+3 |
| 2022-05-21 | Auto merge of #97246 - GuillaumeGomez:rollup-btcok8x, r=GuillaumeGomez | bors | -0/+8 |
| 2022-05-21 | Remove fields_stripped fields (and equivalents) | Guillaume Gomez | -11/+11 |
| 2022-05-21 | Rollup merge of #97218 - GuillaumeGomez:eslint-checks, r=notriddle | Guillaume Gomez | -0/+8 |
| 2022-05-21 | Auto merge of #93963 - GuillaumeGomez:reduce-clean-type-size, r=notriddle | bors | -5/+1 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -245/+263 |
| 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 |