| Age | Commit message (Expand) | Author | Lines |
| 2022-06-03 | Rollup merge of #97415 - cjgillot:is-late-bound-solo, r=estebank | Dylan DPC | -17/+6 |
| 2022-06-03 | Manipulate lifetimes by LocalDefId for region resolution. | Camille GILLOT | -17/+6 |
| 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 #97617 - GuillaumeGomez:rustdoc-anonymous-reexports, r=Nemo157 | Dylan DPC | -2/+2 |
| 2022-06-02 | Rollup merge of #97599 - GuillaumeGomez:reexport-json, r=CraftSpider | Dylan DPC | -35/+66 |
| 2022-06-02 | Add Symbol into rustdoc JSON ID to prevent conflicts between reexports | Guillaume Gomez | -35/+66 |
| 2022-06-02 | Rollup merge of #97613 - jsha:implementation-is-on-local-type, r=GuillaumeGomez | Yuki Okushi | -6/+28 |
| 2022-06-02 | Rollup merge of #97130 - notriddle:notriddle/collect-trait-impls-dup, r=Guill... | Yuki Okushi | -2/+29 |
| 2022-06-01 | Update src/librustdoc/passes/collect_trait_impls.rs | Michael Howell | -3/+5 |
| 2022-06-01 | Improve calculation of "Impls on Foreign Types" | Jacob Hoffman-Andrews | -6/+28 |
| 2022-06-01 | Hide anonymous reexports in generated documentation | Guillaume Gomez | -2/+2 |
| 2022-05-31 | rustdoc: also index raw pointers | Michael Howell | -2/+3 |
| 2022-05-31 | rustdoc: also index impl trait | Michael Howell | -6/+28 |
| 2022-05-31 | Fix theme checks | Guillaume Gomez | -0/+3 |
| 2022-05-31 | Display empty impl blocks if they have documentations | Guillaume Gomez | -3/+14 |
| 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 | -62/+159 |
| 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-28 | Rollup merge of #97462 - GuillaumeGomez:more-eslint-rules, r=notriddle | Matthias Krüger | -6/+15 |
| 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 | -90/+84 |
| 2022-05-27 | Auto merge of #96790 - lqd:update_jemalloc, r=Mark-Simulacrum | bors | -3/+1 |
| 2022-05-27 | Auto merge of #97442 - hafeoz:master, r=GuillaumeGomez | bors | -1/+3 |