| Age | Commit message (Expand) | Author | Lines |
| 2022-06-06 | Add "no-confusing-arrow" eslint check | Guillaume Gomez | -1/+2 |
| 2022-06-06 | Rollup merge of #90905 - GuillaumeGomez:empty-impl-blocks, r=jsha | Matthias Krüger | -1/+14 |
| 2022-06-04 | Don't generate "Impls on Foreign Types" for std | Jacob Hoffman-Andrews | -4/+3 |
| 2022-06-03 | Rollup merge of #97681 - GuillaumeGomez:more-eslint, r=Dylan-DPC | Dylan DPC | -0/+8 |
| 2022-06-03 | Add "no-alert" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-06-03 | Add "guard-for-in" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-06-03 | Add "block-scoped-var" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-06-03 | Add "no-template-curly-in-string" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-06-03 | Add "no-self-compare" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-06-03 | Add "no-import-assign" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-06-03 | Add "no-invalid-regexp" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-06-03 | Add "no-fallthrough" eslint rule | Guillaume Gomez | -0/+1 |
| 2022-06-02 | rustdoc: clean up primitive.slice.html links | Michael Howell | -22/+16 |
| 2022-06-02 | Rollup merge of #97613 - jsha:implementation-is-on-local-type, r=GuillaumeGomez | Yuki Okushi | -6/+3 |
| 2022-06-01 | Improve calculation of "Impls on Foreign Types" | Jacob Hoffman-Andrews | -6/+3 |
| 2022-05-31 | rustdoc: also index raw pointers | Michael Howell | -2/+3 |
| 2022-05-31 | rustdoc: also index impl trait | Michael Howell | -6/+24 |
| 2022-05-31 | Fix theme checks | Guillaume Gomez | -0/+3 |
| 2022-05-31 | Display empty impl blocks if they have documentations | Guillaume Gomez | -1/+11 |
| 2022-05-31 | Rollup merge of #97089 - GuillaumeGomez:improve-settings-theme-display, r=jsha | Dylan DPC | -47/+117 |
| 2022-05-30 | Fix invalid line number computation when clicking on something else than a li... | Guillaume Gomez | -0/+4 |
| 2022-05-30 | Fix display of `<details>`/`<summary>` in doc blocks | Guillaume Gomez | -10/+3 |
| 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 |