| Age | Commit message (Expand) | Author | Lines |
| 2022-02-01 | Auto merge of #93548 - matthiaskrgr:rollup-f7dkn3p, r=matthiaskrgr | bors | -4/+91 |
| 2022-02-01 | Rollup merge of #93267 - lcnr:auto-trait-lint, r=nikomatsakis | Matthias Krüger | -4/+91 |
| 2022-02-01 | Auto merge of #93284 - eholk:disable-drop-range-analysis, r=pnkfelix | bors | -0/+15 |
| 2022-02-01 | implement lint for suspicious auto trait impls | lcnr | -4/+91 |
| 2022-01-31 | Rollup merge of #93513 - dtolnay:linewidth, r=nagisa | Eric Huss | -5/+3 |
| 2022-01-31 | Rollup merge of #93019 - 5225225:uppercase-suffix, r=wesleywiser | Eric Huss | -0/+252 |
| 2022-01-31 | Rollup merge of #91343 - FabianWolff:issue-91328-as-deref, r=jackh726 | Eric Huss | -0/+104 |
| 2022-02-01 | Auto merge of #93386 - WaffleLapkin:rustc_must_implement_one_of_check_target,... | bors | -1/+27 |
| 2022-01-31 | Bless all pretty printer tests and ui tests | David Tolnay | -5/+3 |
| 2022-01-31 | Add match on `Vec<_>` to `ui/typeck/issue-91328.rs` test | Fabian Wolff | -1/+30 |
| 2022-01-31 | Fix suggestion to slice if scrutinee is a `Result` or `Option` | Fabian Wolff | -0/+75 |
| 2022-01-31 | Auto merge of #93348 - spastorino:fix-perf-overlap-mode2, r=nikomatsakis | bors | -12/+29 |
| 2022-01-31 | Write UI tests, tweak message | 5225225 | -0/+252 |
| 2022-01-31 | Move overlap_mode into trait level attribute + feature flag | Santiago Pastorino | -12/+29 |
| 2022-01-31 | Auto merge of #93498 - matthiaskrgr:rollup-k5shwrc, r=matthiaskrgr | bors | -76/+218 |
| 2022-01-31 | Rollup merge of #93461 - dtolnay:fmtyield, r=davidtwco | Matthias Krüger | -0/+33 |
| 2022-01-31 | Rollup merge of #93395 - camelid:reserved-sugg, r=davidtwco | Matthias Krüger | -130/+130 |
| 2022-01-31 | Rollup merge of #93214 - ibraheemdev:issue-93210, r=davidtwco | Matthias Krüger | -0/+43 |
| 2022-01-31 | Rollup merge of #93155 - dtolnay:blockindent, r=nagisa | Matthias Krüger | -76/+72 |
| 2022-01-31 | Rollup merge of #93039 - terrarier2111:fix-field-help, r=nagisa | Matthias Krüger | -0/+30 |
| 2022-01-31 | Rollup merge of #92918 - compiler-errors:gat-expr-lifetime-elision, r=jackh726 | Matthias Krüger | -0/+73 |
| 2022-01-30 | Bless all pretty printer tests and ui tests | David Tolnay | -76/+72 |
| 2022-01-31 | Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrum | bors | -9/+13 |
| 2022-01-30 | Mac calls | David Tolnay | -2/+12 |
| 2022-01-30 | Add regression test for issue 93274 | David Tolnay | -0/+23 |
| 2022-01-30 | Rollup merge of #93362 - compiler-errors:ice-gat-in-rpit, r=oli-obk | Matthias Krüger | -0/+20 |
| 2022-01-30 | Rollup merge of #93358 - compiler-errors:is-not-const, r=fee1-dead | Matthias Krüger | -0/+40 |
| 2022-01-29 | Auto merge of #93457 - matthiaskrgr:rollup-e43ry1l, r=matthiaskrgr | bors | -5/+190 |
| 2022-01-29 | Create `core::fmt::ArgumentV1` with generics instead of fn pointer | Gary Guo | -9/+13 |
| 2022-01-29 | Rollup merge of #92274 - woppopo:const_deallocate, r=oli-obk | Matthias Krüger | -3/+186 |
| 2022-01-29 | Rollup merge of #88205 - danii:e0772, r=GuillaumeGomez | Matthias Krüger | -2/+4 |
| 2022-01-29 | Auto merge of #92312 - BGR360:needs-test, r=Mark-Simulacrum | bors | -0/+118 |
| 2022-01-29 | Document about some behaviors of `const_(de)allocate` and add some tests. | woppopo | -0/+33 |
| 2022-01-28 | Add test for old ICE in #89066 | Ben Reeves | -0/+67 |
| 2022-01-28 | Add test for old ICE in #91594 | Ben Reeves | -0/+34 |
| 2022-01-28 | Add test for old ICE | Ben Reeves | -0/+17 |
| 2022-01-28 | Add Explanation For Error E0772 | Daniel Conley | -2/+4 |
| 2022-01-28 | Rollup merge of #92611 - Amanieu:asm-reference, r=m-ou-se | Matthias Krüger | -0/+36 |
| 2022-01-28 | Auto merge of #90677 - bobrippling:suggest-tuple-parens, r=camelid | bors | -0/+187 |
| 2022-01-27 | Improve suggestion for escaping reserved keywords | Noah Lev | -130/+130 |
| 2022-01-27 | Check that `#[rustc_must_implement_one_of]` is applied to a trait | Maybe Waffle | -1/+27 |
| 2022-01-26 | do not register infer var for GAT projection in opaque | Michael Goulet | -0/+20 |
| 2022-01-27 | Auto merge of #92889 - tmiasko:unbounded-recursion, r=ecstatic-morse | bors | -3/+100 |
| 2022-01-26 | add note suggesting that predicate is satisfied but is not const | Michael Goulet | -0/+40 |
| 2022-01-26 | Rollup merge of #92256 - fee1-dead:improve-selection-err, r=oli-obk | Matthias Krüger | -50/+82 |
| 2022-01-26 | Change test to check-pass | Eric Holk | -1/+1 |
| 2022-01-26 | Ignore unwinding edges when checking for unconditional recursion | Tomasz Miąsko | -3/+100 |
| 2022-01-26 | Don't suggest inaccessible fields | threadexception | -0/+30 |
| 2022-01-26 | `const_deallocate`: Don't deallocate memory allocated in an another const. Do... | woppopo | -4/+27 |
| 2022-01-25 | Add regression test for #93197 | Eric Holk | -0/+15 |