| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2025-06-18 | Bless/update tests. | Mara Bos | -2/+2 |
| 2024-12-07 | Mention type parameter in more cases and don't suggest ~const bound already t... | Esteban Küber | -2/+2 |
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -2/+2 |
| 2024-07-26 | Peel off explicit (or implicit) deref before suggesting clone on move error i... | Michael Goulet | -2/+2 |
| 2024-04-24 | Mention when type parameter could be `Clone` | Esteban Küber | -1/+11 |
| 2024-04-11 | Mention when the type of the moved value doesn't implement `Clone` | Esteban Küber | -0/+5 |
| 2024-04-11 | Fix accuracy of `T: Clone` check in suggestion | Esteban Küber | -10/+0 |
| 2024-04-11 | Account for unops when suggesting cloning | Esteban Küber | -4/+6 |
| 2024-04-11 | Suggest `.clone()` when moved while borrowed | Esteban Küber | -0/+8 |
| 2024-03-13 | Detect calls to `.clone()` on `T: !Clone` types on borrowck errors | Esteban Küber | -0/+64 |
