| Age | Commit message (Expand) | Author | Lines |
| 2022-05-31 | Rollup merge of #97371 - ChayimFriedman2:closure-non-block-add-semicolon, r=o... | Dylan DPC | -0/+27 |
| 2022-05-31 | Rollup merge of #97089 - GuillaumeGomez:improve-settings-theme-display, r=jsha | Dylan DPC | -47/+177 |
| 2022-05-31 | Auto merge of #97566 - compiler-errors:rollup-qfxw4j8, r=compiler-errors | bors | -9/+72 |
| 2022-05-30 | Rollup merge of #97555 - GuillaumeGomez:line-number-click, r=notriddle | Michael Goulet | -3/+17 |
| 2022-05-30 | Rollup merge of #97431 - compiler-errors:issue-97413, r=oli-obk | Michael Goulet | -0/+18 |
| 2022-05-30 | Rollup merge of #97172 - SparrowLii:unsafe_extern, r=compiler-errors | Michael Goulet | -6/+37 |
| 2022-05-30 | Auto merge of #97357 - davidtwco:diagnostic-translation-typed-subdiagnostic-s... | bors | -37/+15 |
| 2022-05-30 | Auto merge of #97025 - ouz-a:mini-derefer-generator, r=davidtwco | bors | -3/+219 |
| 2022-05-30 | validate derefer, run derefer inside generator | ouz-a | -3/+219 |
| 2022-05-30 | Add line number click GUI test | Guillaume Gomez | -1/+11 |
| 2022-05-30 | Improve source-code-page.goml GUI test code | Guillaume Gomez | -3/+3 |
| 2022-05-30 | Auto merge of #97548 - Dylan-DPC:rollup-9x0va1d, r=Dylan-DPC | bors | -15/+110 |
| 2022-05-30 | Fix invalid line number computation when clicking on something else than a li... | Guillaume Gomez | -0/+4 |
| 2022-05-30 | errors: simplify referring to fluent attributes | David Wood | -37/+15 |
| 2022-05-30 | Rollup merge of #97531 - compiler-errors:for-loop-pat-mismatch, r=davidtwco | Dylan DPC | -0/+43 |
| 2022-05-30 | Rollup merge of #97519 - binggh:readd-help-on-error, r=jyn514 | Dylan DPC | -15/+30 |
| 2022-05-30 | Rollup merge of #97504 - JohnTitor:cleanup-deps, r=davidtwco | Dylan DPC | -0/+37 |
| 2022-05-30 | Auto merge of #97546 - RalfJung:miri, r=oli-obk | bors | -14/+11 |
| 2022-05-30 | be less redundant redundant | Ralf Jung | -4/+0 |
| 2022-05-30 | Add GUI test for settings display | Guillaume Gomez | -0/+60 |
| 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 | Let miri decide the flags to use for the test suite | Oli Scherer | -2/+0 |
| 2022-05-30 | Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errors | bors | -142/+34 |
| 2022-05-30 | Remove `#[default..]` and add `#[const_trait]` | Deadbeef | -142/+34 |
| 2022-05-30 | update Miri | Ralf Jung | -8/+11 |
| 2022-05-30 | Optimize the diagnostic generation for `extern unsafe` | SparrowLii | -6/+37 |
| 2022-05-30 | Auto merge of #97489 - GuillaumeGomez:settings-js-disabled, r=notriddle | bors | -0/+11 |
| 2022-05-29 | Rollup merge of #97530 - GuillaumeGomez:more-eslint-checks, r=jsha | Michael Goulet | -0/+7 |
| 2022-05-29 | Rollup merge of #97518 - badboy:rustdoc-ul-div-fix, r=notriddle | Michael Goulet | -1/+1 |
| 2022-05-29 | Rollup merge of #97493 - compiler-errors:issue-97490, r=oli-obk | Michael Goulet | -0/+12 |
| 2022-05-29 | Use type_is_copy_modulo_regions check in intrisicck | Michael Goulet | -0/+12 |
| 2022-05-29 | Note pattern mismatch coming from for-loop desugaring | Michael Goulet | -0/+43 |
| 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 | Auto merge of #97214 - Mark-Simulacrum:stage0-bump, r=pietroalbini | bors | -339/+339 |
| 2022-05-29 | Re-add help_on_error for download-ci-llvm | binggh | -15/+30 |
| 2022-05-29 | Auto merge of #94214 - nikic:rust-opaque-pointers, r=cuviper | bors | -285/+256 |
| 2022-05-29 | Fix order of closing HTML elements in rustdoc output | Jan-Erik Rediger | -1/+1 |
| 2022-05-29 | Auto merge of #97456 - Bryysen:issue-97319-fix, r=compiler-errors | bors | -60/+139 |
| 2022-05-29 | Auto merge of #97287 - compiler-errors:type-interner, r=jackh726,oli-obk | bors | -88/+120 |
| 2022-05-29 | Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrum | bors | -352/+418 |
| 2022-05-29 | Auto merge of #96652 - notriddle:notriddle/self, r=GuillaumeGomez | bors | -62/+251 |
| 2022-05-29 | Ensure source file present when calculating max line number | Yuki Okushi | -0/+37 |
| 2022-05-29 | Auto merge of #97500 - GuillaumeGomez:rollup-ms1bvps, r=GuillaumeGomez | bors | -95/+269 |