| Age | Commit message (Expand) | Author | Lines |
| 2022-02-01 | Fix w/ comments | kadmin | -89/+189 |
| 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 | Make dead code check a query. | Camille GILLOT | -10/+10 |
| 2022-02-01 | fix for the issue #92464 | ouz-a | -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 | Update test output for `ui/asm/aarch64/parse-error.rs` | Fabian Wolff | -7/+7 |
| 2022-01-31 | Bless all pretty printer tests and ui tests | David Tolnay | -5/+3 |
| 2022-01-31 | Add ValuePairs::Terms & Fix compile error | kadmin | -132/+100 |
| 2022-01-31 | Make `span_extend_to_prev_str()` more robust | Fabian Wolff | -7/+70 |
| 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 | regression test for issue 90847 | cameron | -0/+9 |
| 2022-01-31 | Take in account the unreachable! macro in the non_fmt_panic lint | Loïc BRANSTETT | -30/+137 |
| 2022-01-31 | Fix invalid special casing of the unreachable! macro | Loïc BRANSTETT | -8/+45 |
| 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 | Compress amount of hashed bytes for `isize` values in StableHasher | Jakub Beránek | -4/+4 |
| 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 | Test 1-tuple parentheses wrapping | Rob Pilling | -14/+78 |
| 2022-01-29 | Document about some behaviors of `const_(de)allocate` and add some tests. | woppopo | -0/+33 |
| 2022-01-28 | Only suggest 1-tuple if expected and found types match | Rob Pilling | -4/+0 |
| 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 | Replace span suggestion with multipart | Rob Pilling | -2/+2 |
| 2022-01-28 | Suggest 1-tuple parentheses, without existing parens | Rob Pilling | -0/+8 |