| Age | Commit message (Expand) | Author | Lines |
| 2024-04-11 | Mention when the type of the moved value doesn't implement `Clone` | Esteban Küber | -2/+13 |
| 2024-04-11 | Account for move error in the spread operator on struct literals | Esteban Küber | -11/+107 |
| 2024-04-11 | Better account for `FnOnce` in move errors | Esteban Küber | -7/+78 |
| 2024-04-11 | Account for assign binops in clone suggestions | Esteban Küber | -2/+32 |
| 2024-04-11 | When possible, suggest cloning the result of a call instead of an argument | Esteban Küber | -13/+92 |
| 2024-04-11 | Do not recomment cloning explicit `&mut` expressions | Esteban Küber | -0/+5 |
| 2024-04-11 | Fix accuracy of `T: Clone` check in suggestion | Esteban Küber | -0/+1 |
| 2024-04-11 | Remove unnecessary argument from `suggest_cloning` | Esteban Küber | -21/+9 |
| 2024-04-11 | Silence redundant clone suggestion | Esteban Küber | -0/+5 |
| 2024-04-11 | More move error suggestions to clone | Esteban Küber | -0/+4 |
| 2024-04-11 | Suggest `.clone()` in some move errors | Esteban Küber | -0/+10 |
| 2024-04-11 | Account for unops when suggesting cloning | Esteban Küber | -19/+24 |
| 2024-04-11 | Suggest `.clone()` when moved while borrowed | Esteban Küber | -17/+56 |
| 2024-04-11 | Account for `.clone()` when suggesting `<T as Clone>::clone` | Esteban Küber | -2/+33 |
| 2024-04-10 | Auto merge of #121346 - m-ou-se:temp-lifetime-if-else-match, r=compiler-errors | bors | -0/+13 |
| 2024-04-10 | Auto merge of #123185 - scottmcm:more-typed-copy, r=compiler-errors | bors | -128/+31 |
| 2024-04-10 | Rollup merge of #123701 - compiler-errors:only-assert-after-checking, r=Waffl... | Guillaume Gomez | -1/+8 |
| 2024-04-10 | Rollup merge of #123689 - spastorino:pattern_types_const_generics, r=oli-obk | Guillaume Gomez | -2/+24 |
| 2024-04-10 | Rollup merge of #123659 - celinval:smir-fix-intrinsic, r=oli-obk | Guillaume Gomez | -34/+37 |
| 2024-04-10 | Rollup merge of #118391 - compiler-errors:lifetimes-eq, r=lcnr | Guillaume Gomez | -35/+175 |
| 2024-04-10 | Only assert for child/parent projection compatibility AFTER checking that the... | Michael Goulet | -1/+8 |
| 2024-04-10 | Only avoid anon consts during instantiation | Oli Scherer | -3/+6 |
| 2024-04-10 | Rollup merge of #123668 - oli-obk:by_move_body_golfing, r=compiler-errors | Matthias Krüger | -51/+43 |
| 2024-04-10 | Rollup merge of #123612 - kxxt:riscv-target-abi, r=jieyouxu,nikic,DianQK | Matthias Krüger | -21/+56 |
| 2024-04-10 | Rollup merge of #123609 - compiler-errors:greek-question-mark, r=jieyouxu | Matthias Krüger | -25/+23 |
| 2024-04-10 | Rollup merge of #122200 - jieyouxu:unconditional-nightly-update-hint, r=estebank | Matthias Krüger | -45/+13 |
| 2024-04-09 | Iterate over parent captures first, as there is a 1:N mapping of parent captu... | Oli Scherer | -71/+63 |
| 2024-04-09 | Add a FIXME | Oli Scherer | -0/+1 |
| 2024-04-09 | Handle const generic pattern types | Santiago Pastorino | -2/+24 |
| 2024-04-09 | Add a helper for extending a span to include any trailing whitespace | Michael Goulet | -25/+16 |
| 2024-04-09 | Don't use bytepos offsets when computing semicolon span for removal | Michael Goulet | -2/+9 |
| 2024-04-09 | Clarifying comment | Michael Goulet | -3/+9 |
| 2024-04-09 | Split back out unused_lifetimes -> redundant_lifetimes | Michael Goulet | -4/+26 |
| 2024-04-09 | Lint redundant lifetimes in impl header | Michael Goulet | -5/+6 |
| 2024-04-09 | Move check to wfcheck | Michael Goulet | -183/+131 |
| 2024-04-09 | Fix stage 2 | Michael Goulet | -1/+1 |
| 2024-04-09 | Add comments | Michael Goulet | -6/+34 |
| 2024-04-09 | Actually, just reuse the UNUSED_LIFETIMES lint | Michael Goulet | -38/+8 |
| 2024-04-09 | Add redundant_lifetime_args lint | Michael Goulet | -8/+173 |
| 2024-04-09 | Put the `NONTEMPORAL` case first | Scott McMurray | -6/+7 |
| 2024-04-09 | Remove my `scalar_copy_backend_type` optimization attempt | Scott McMurray | -127/+29 |
| 2024-04-09 | driver: unconditionally show update nightly hint | 许杰友 Jieyou Xu (Joe) | -45/+13 |
| 2024-04-09 | Auto merge of #123676 - GuillaumeGomez:rollup-1hurixy, r=GuillaumeGomez | bors | -55/+65 |
| 2024-04-09 | Rollup merge of #123662 - compiler-errors:no-upvars-yet, r=oli-obk | Guillaume Gomez | -36/+48 |
| 2024-04-09 | Rollup merge of #123658 - compiler-errors:stop-assuming, r=oli-obk | Guillaume Gomez | -19/+17 |
| 2024-04-09 | Auto merge of #123631 - oli-obk:fail_slow, r=jieyouxu | bors | -22/+20 |
| 2024-04-09 | Shrink a loop to its looping part and move out the part that runs after the loop | Oli Scherer | -50/+50 |
| 2024-04-09 | prefer `expect` over `let else bug!` | Oli Scherer | -3/+2 |
| 2024-04-09 | Split out a complex if condition into a named function | Oli Scherer | -18/+18 |
| 2024-04-09 | Auto merge of #123272 - saethlin:reachable-mono-cleanup, r=cjgillot | bors | -68/+111 |