| Age | Commit message (Expand) | Author | Lines |
| 2022-05-30 | Rollup merge of #97531 - compiler-errors:for-loop-pat-mismatch, r=davidtwco | Dylan DPC | -1/+51 |
| 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 | -2/+46 |
| 2022-05-30 | Rollup merge of #97499 - est31:master, r=Dylan-DPC | Dylan DPC | -3/+2 |
| 2022-05-30 | Rollup merge of #97494 - est31:remove_box_alloc_tests, r=Dylan-DPC | Dylan DPC | -82/+86 |
| 2022-05-30 | Remove "sys isn't exported yet" phrase | est31 | -3/+2 |
| 2022-05-30 | Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errors | bors | -260/+82 |
| 2022-05-30 | update diagnostic message on removed attribute | Oli Scherer | -1/+1 |
| 2022-05-30 | Default methods of traits are also AssocFn defs as they essentially desugar t... | Oli Scherer | -0/+1 |
| 2022-05-30 | Reduce the scope of a mutable variable | Oli Scherer | -7/+2 |
| 2022-05-30 | Add a helper function for checking whether a default function in a trait can ... | Oli Scherer | -18/+20 |
| 2022-05-30 | Remove `#[default..]` and add `#[const_trait]` | Deadbeef | -250/+74 |
| 2022-05-30 | Auto merge of #97489 - GuillaumeGomez:settings-js-disabled, r=notriddle | bors | -0/+11 |
| 2022-05-29 | Auto merge of #97538 - compiler-errors:rollup-zp3ukke, r=compiler-errors | bors | -5/+25 |
| 2022-05-29 | Rollup merge of #97536 - est31:remove_unused_lifetimes, r=compiler-errors | Michael Goulet | -3/+3 |
| 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 | -1/+14 |
| 2022-05-29 | Remove unused lifetimes from expand_macro | est31 | -3/+3 |
| 2022-05-29 | Use type_is_copy_modulo_regions check in intrisicck | Michael Goulet | -1/+14 |
| 2022-05-29 | Note pattern mismatch coming from for-loop desugaring | Michael Goulet | -1/+51 |
| 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 | Auto merge of #97514 - WaffleLapkin:panick, r=Dylan-DPC | bors | -1/+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 | -466/+347 |
| 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 | -289/+265 |
| 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 | -76/+174 |
| 2022-05-29 | Fix typo (panick -> panic) | Maybe Waffle | -1/+1 |
| 2022-05-29 | Auto merge of #97287 - compiler-errors:type-interner, r=jackh726,oli-obk | bors | -630/+1732 |
| 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 | -2/+46 |
| 2022-05-29 | Auto merge of #97500 - GuillaumeGomez:rollup-ms1bvps, r=GuillaumeGomez | bors | -218/+482 |
| 2022-05-29 | Use Box::new() instead of box syntax in core tests | est31 | -10/+13 |
| 2022-05-29 | Use Box::new() instead of box syntax in std tests | est31 | -22/+22 |
| 2022-05-29 | Rollup merge of #97482 - RalfJung:ptr-invalid, r=thomcc | Guillaume Gomez | -6/+7 |
| 2022-05-29 | Rollup merge of #97479 - JohnTitor:make-check-pass, r=compiler-errors | Guillaume Gomez | -13/+11 |
| 2022-05-29 | Rollup merge of #97478 - JohnTitor:fixme-fn-decl, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2022-05-29 | Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoerister | Guillaume Gomez | -198/+460 |
| 2022-05-29 | Rollup merge of #96950 - JohnTitor:issue-96395, r=compiler-errors,oli-obk | Guillaume Gomez | -0/+3 |
| 2022-05-29 | Use Box::new() instead of box syntax in alloc tests | est31 | -50/+51 |
| 2022-05-28 | Auto merge of #97472 - cuviper:rebase-rustc-rayon, r=Mark-Simulacrum | bors | -21/+22 |
| 2022-05-28 | Improve error message for E0081 | Bryysen | -76/+174 |