| Age | Commit message (Expand) | Author | Lines |
| 2022-06-19 | Rollup merge of #98230 - GuillaumeGomez:weird-js-condition, r=notriddle | Matthias Krüger | -4/+1 |
| 2022-06-19 | Rollup merge of #98229 - GuillaumeGomez:eslint-checks, r=Dylan-DPC | Matthias Krüger | -0/+2 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -1/+1 |
| 2022-06-18 | Remove weird JS condition | Guillaume Gomez | -4/+1 |
| 2022-06-18 | Adding new eslint checks: | Guillaume Gomez | -0/+2 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -1/+1 |
| 2022-06-16 | Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez | bors | -3/+19 |
| 2022-06-16 | Rollup merge of #98092 - GuillaumeGomez:fix-sidebar-items-expand-collapse, r=... | Yuki Okushi | -3/+3 |
| 2022-06-14 | rustdoc: change "variadic tuple" notation to look less like real syntax | Michael Howell | -1/+1 |
| 2022-06-14 | rustdoc: remove tuple link on round braces | Michael Howell | -10/+34 |
| 2022-06-14 | Fix expand/collapse on source viewer sidebar folders | Guillaume Gomez | -3/+3 |
| 2022-06-13 | rustdoc: remove link on slice brackets | Michael Howell | -27/+2 |
| 2022-06-11 | Add test case for #trait-implementations-1 link | Michael Howell | -0/+2 |
| 2022-06-11 | Fix incorrectly spelled "variadic" | Michael Howell | -1/+1 |
| 2022-06-11 | Add eslint rule "no-script-url" | Guillaume Gomez | -0/+1 |
| 2022-06-11 | Add eslint rule "no-return-assign" | Guillaume Gomez | -0/+1 |
| 2022-06-11 | Add eslint rule "no-multi-assign" | Guillaume Gomez | -0/+1 |
| 2022-06-11 | Add eslint rule "no-mixed-operator" | Guillaume Gomez | -0/+1 |
| 2022-06-11 | Add eslint rule "no-lonely-if" | Guillaume Gomez | -0/+1 |
| 2022-06-09 | Auto merge of #97772 - GuillaumeGomez:minifier-update, r=notriddle | bors | -4/+6 |
| 2022-06-08 | rustdoc: show tuple impls as `impl Trait for (T, ...)` | Michael Howell | -3/+17 |
| 2022-06-07 | Update minifier version to 0.2.1 | Guillaume Gomez | -4/+6 |
| 2022-06-07 | Rollup merge of #97792 - GuillaumeGomez:eslint-checks, r=Dylan-DPC | Matthias Krüger | -1/+7 |
| 2022-06-06 | Add "no-label-var" eslint check | Guillaume Gomez | -0/+1 |
| 2022-06-06 | Add "no-implied-eval" eslint check | Guillaume Gomez | -0/+1 |
| 2022-06-06 | Add "no-implicit-globals" eslint check | Guillaume Gomez | -0/+1 |
| 2022-06-06 | Add "no-floating-decimal" eslint check | Guillaume Gomez | -0/+1 |
| 2022-06-06 | Add "no-div-regex" eslint check | Guillaume Gomez | -0/+1 |
| 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 |