| Age | Commit message (Expand) | Author | Lines |
| 2022-05-30 | Improve display of `<details>` in doc blocks | Guillaume Gomez | -2/+14 |
| 2022-05-30 | Move theme rules out of settings.css | Guillaume Gomez | -16/+39 |
| 2022-05-30 | Improve display of settings radio buttons | Guillaume Gomez | -31/+78 |
| 2022-05-30 | Auto merge of #97489 - GuillaumeGomez:settings-js-disabled, r=notriddle | bors | -0/+5 |
| 2022-05-29 | Rollup merge of #97530 - GuillaumeGomez:more-eslint-checks, r=jsha | Michael Goulet | -0/+7 |
| 2022-05-29 | Add "no-ex-assign" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-05-29 | Add "no-duplicate-case" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-05-29 | Add "no-dupe-keys" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-05-29 | Add "no-dupe-else-if" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-05-29 | Add "no-dup-args" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-05-29 | Add "no-debugger" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-05-29 | Add "no-const-assign" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-05-29 | Fix order of closing HTML elements in rustdoc output | Jan-Erik Rediger | -1/+1 |
| 2022-05-29 | Auto merge of #96652 - notriddle:notriddle/self, r=GuillaumeGomez | bors | -16/+55 |
| 2022-05-28 | Improve settings page display with disabled javascript | Guillaume Gomez | -0/+5 |
| 2022-05-28 | Auto merge of #97433 - GuillaumeGomez:rm-refcell-context, r=notriddle | bors | -111/+128 |
| 2022-05-27 | Add "eqeqeq" eslint rule | Guillaume Gomez | -6/+7 |
| 2022-05-27 | Add "no-unused-vars" eslint rule | Guillaume Gomez | -0/+7 |
| 2022-05-27 | Add "arrow-parens" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-05-27 | Pass Context as a &mut to allow to remove RefCell fields | Guillaume Gomez | -111/+128 |
| 2022-05-27 | cleanup librustdoc by making parent stack store items | Michael Howell | -15/+2 |
| 2022-05-26 | rustdoc: factor orphan impl items into an actual struct | Michael Howell | -5/+7 |
| 2022-05-26 | Rollup merge of #97394 - GuillaumeGomez:more-eslint-rules, r=notriddle | Guillaume Gomez | -7/+14 |
| 2022-05-26 | Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha | Guillaume Gomez | -36/+39 |
| 2022-05-25 | rustdoc: include impl generics / self in search index | Michael Howell | -13/+63 |
| 2022-05-25 | Add new eslint rule "eol-last" | Guillaume Gomez | -0/+1 |
| 2022-05-25 | Add new eslint rule "max-len" | Guillaume Gomez | -0/+1 |
| 2022-05-25 | Add new eslint rule "comma-style" | Guillaume Gomez | -0/+1 |
| 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 |