| Age | Commit message (Expand) | Author | Lines |
| 2023-08-11 | lint/ctypes: only try normalize | David Wood | -0/+12 |
| 2023-08-11 | lint/ctypes: allow `()` within types | David Wood | -47/+64 |
| 2023-08-11 | lint/ctypes: stricter `()` return type checks | David Wood | -0/+80 |
| 2023-08-11 | Temporarily switch invalid_reference_casting lint to allow-by-default | Urgau | -11/+16 |
| 2023-08-11 | Rename cast_ref_to_mut lint to invalid_reference_casting | Urgau | -11/+11 |
| 2023-07-07 | Remove normalization from `opaque_types_defined_by` | Oli Scherer | -1/+18 |
| 2023-07-03 | lint/ctypes: check other types for ext. fn-ptr ty | David Wood | -1/+126 |
| 2023-07-03 | lint/ctypes: multiple external fn-ptrs in ty | David Wood | -1/+23 |
| 2023-07-03 | lint/ctypes: ext. abi fn-ptr in internal abi fn | David Wood | -0/+21 |
| 2023-07-01 | Fix dropping_copy_types lint from linting in match-arm with side-effects | Urgau | -0/+38 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -24/+24 |
| 2023-06-15 | Rollup merge of #112529 - jieyouxu:block-expr-unused-must-use, r=oli-obk | Guillaume Gomez | -0/+123 |
| 2023-06-15 | Rollup merge of #112517 - fee1-dead-contrib:sus-op-no-borrow, r=compiler-errors | Guillaume Gomez | -0/+17 |
| 2023-06-15 | Rollup merge of #111212 - nicklimmm:issue-107896-fix, r=pnkfelix | Matthias Krüger | -2/+26 |
| 2023-06-15 | Extend `unused_must_use` to cover block exprs | 许杰友 Jieyou Xu (Joe) | -0/+123 |
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -10/+10 |
| 2023-06-11 | Update ui test | Nicky Lim | -2/+26 |
| 2023-06-11 | `suspicious_double_ref_op`: don't lint on `.borrow()` | Deadbeef | -0/+17 |
| 2023-06-10 | Uplift improved version of `clippy::cmp_nan` to rustc | Urgau | -0/+399 |
| 2023-06-09 | Auto merge of #111530 - Urgau:uplift_undropped_manually_drops, r=compiler-errors | bors | -0/+61 |
| 2023-06-08 | Uplift clippy::undropped_manually_drops to rustc | Urgau | -0/+61 |
| 2023-06-06 | Rollup merge of #112343 - GuillaumeGomez:extern-crate-missing-docs, r=notriddle | Matthias Krüger | -26/+31 |
| 2023-06-06 | Add regression test for #112308 | Guillaume Gomez | -26/+31 |
| 2023-06-05 | Ensure space is inserted after keyword in `unused_delims` | clubby789 | -13/+89 |
| 2023-06-03 | remove type ascription feature gate | yukang | -2/+2 |
| 2023-05-31 | Uplift clippy::cast_ref_to_mut to rustc | Urgau | -0/+114 |
| 2023-05-30 | Rollup merge of #111543 - Urgau:uplift_invalid_utf8_in_unchecked, r=WaffleLapkin | Nilstrieb | -0/+203 |
| 2023-05-27 | Rollup merge of #111714 - cjgillot:lint-expect-confusion, r=wesleywiser | Matthias Krüger | -0/+7 |
| 2023-05-27 | Add invalid_from_utf8 analogous to invalid_from_utf8_unchecked | Urgau | -7/+105 |
| 2023-05-27 | Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_unchecked | Urgau | -0/+105 |
| 2023-05-25 | Rollup merge of #111757 - lowr:fix/lint-attr-on-match-arm, r=eholk | Michael Goulet | -39/+131 |
| 2023-05-21 | Rename `forget_ref` lint to `forgetting_references` | Urgau | -14/+14 |
| 2023-05-21 | Rename `drop_ref` lint to `dropping_references` | Urgau | -17/+17 |
| 2023-05-21 | Rename `forget_copy` lint to `forgetting_copy_types` | Urgau | -12/+12 |
| 2023-05-21 | Rename `drop_copy` lint to `dropping_copy_types` | Urgau | -14/+14 |
| 2023-05-20 | Rollup merge of #111491 - compiler-errors:nested-fut-must-use, r=wesleywiser | Dylan DPC | -13/+29 |
| 2023-05-19 | Consider lint check attributes on match arms in match checks | Ryo Yoshida | -0/+53 |
| 2023-05-19 | Consider lint check attributes on match arms in late lints | Ryo Yoshida | -39/+78 |
| 2023-05-18 | Stop confusing specification levels when computing expectations. | Camille GILLOT | -0/+7 |
| 2023-05-14 | Auto merge of #111425 - Bryanskiy:privacy_ef, r=petrochenkov | bors | -0/+53 |
| 2023-05-12 | Dont check `must_use` on nested `impl Future` from fn | Michael Goulet | -13/+29 |
| 2023-05-11 | Populate effective visibilities in rustc_privacy | Bryanskiy | -0/+53 |
| 2023-05-10 | Add note to suggest using `let _ = x` to ignore the value | Urgau | -0/+72 |
| 2023-05-10 | Improve warning message by saying that it "does nothing" | Urgau | -39/+39 |
| 2023-05-10 | Use label instead of note to be more consistent with other lints | Urgau | -267/+117 |
| 2023-05-10 | Uplift clippy::forget_copy to rustc | Urgau | -0/+160 |
| 2023-05-10 | Uplift clippy::forget_ref to rustc | Urgau | -0/+154 |
| 2023-05-10 | Uplift clippy::drop_copy to rustc | Urgau | -0/+207 |
| 2023-05-10 | Uplift clippy::drop_ref to rustc | Urgau | -0/+250 |
| 2023-05-08 | Auto merge of #111309 - saethlin:InstSimplify, r=scottmcm | bors | -1/+1 |