| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -10/+29 |
| 2023-07-01 | Fix dropping_copy_types lint from linting in match-arm with side-effects | Urgau | -1/+1 |
| 2023-06-08 | Uplift clippy::undropped_manually_drops to rustc | Urgau | -2/+42 |
| 2023-05-21 | Rename `forget_ref` lint to `forgetting_references` | Urgau | -4/+4 |
| 2023-05-21 | Rename `drop_ref` lint to `dropping_references` | Urgau | -4/+4 |
| 2023-05-21 | Rename `forget_copy` lint to `forgetting_copy_types` | Urgau | -4/+4 |
| 2023-05-21 | Rename `drop_copy` lint to `dropping_copy_types` | Urgau | -4/+4 |
| 2023-05-10 | Use label instead of note to be more consistent with other lints | Urgau | -4/+4 |
| 2023-05-10 | Uplift clippy::forget_copy to rustc | Urgau | -2/+36 |
| 2023-05-10 | Uplift clippy::forget_ref to rustc | Urgau | -2/+28 |
| 2023-05-10 | Uplift clippy::drop_copy to rustc | Urgau | -2/+30 |
| 2023-05-10 | Uplift clippy::drop_ref to rustc | Urgau | -0/+76 |
