| Age | Commit message (Expand) | Author | Lines |
| 2023-08-01 | Rename incorrect_fn_null_checks to useless_ptr_null_checks | Urgau | -17/+17 |
| 2023-08-01 | Expand incorrect_fn_null_check lint with reference null checking | Urgau | -9/+94 |
| 2023-07-29 | Improve diagnostics of the invalid_reference_casting lint | Urgau | -68/+121 |
| 2023-07-29 | Avoid linting on expression that are only UB with SB/TB | Urgau | -34/+19 |
| 2023-07-29 | Add support for deferred casting for the invalid_reference_casting lint | Urgau | -1/+12 |
| 2023-07-29 | Revert "Temporarily switch invalid_reference_casting lint to allow-by-default" | Urgau | -16/+11 |
| 2023-07-29 | Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstrieb | bors | -11/+16 |
| 2023-07-29 | Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e... | bors | -78/+127 |
| 2023-07-28 | Rollup merge of #114164 - Enselic:lint-cap-trait-bounds, r=compiler-errors | Matthias Krüger | -0/+8 |
| 2023-07-28 | Add regression test for `--cap-lints allow` and trait bounds warning | Martin Nordholts | -0/+8 |
| 2023-07-26 | Auto merge of #113457 - davidtwco:lint-ctypes-issue-113436, r=oli-obk | bors | -0/+97 |
| 2023-07-25 | Add regression test for invalid unused const in method | Martin Nordholts | -0/+23 |
| 2023-07-23 | add suggestion | Deadbeef | -71/+125 |
| 2023-07-23 | fix | Deadbeef | -7/+7 |
| 2023-07-23 | make `noop_method_call` warn by default | Deadbeef | -14/+9 |
| 2023-07-22 | Make `unconditional_recursion` warning detect recursive drops | Martin Nordholts | -0/+55 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -2/+4 |
| 2023-07-21 | lint/ctypes: only try normalize | David Wood | -0/+12 |
| 2023-07-21 | Track exactness in `NaiveLayout` and use it for `SizeSkeleton` checks | Moulins | -4/+2 |
| 2023-07-19 | lint/ctypes: allow `()` within types | David Wood | -47/+64 |
| 2023-07-19 | lint/ctypes: stricter `()` return type checks | David Wood | -0/+80 |
| 2023-07-18 | Fix removal span calculation of unused_qualifications suggestion | 许杰友 Jieyou Xu (Joe) | -5/+28 |
| 2023-07-13 | Temporarily switch invalid_reference_casting lint to allow-by-default | Urgau | -11/+16 |
| 2023-07-13 | Rename cast_ref_to_mut lint to invalid_reference_casting | Urgau | -11/+11 |
| 2023-07-13 | Add machine-applicable suggestion for `unused_qualifications` lint | 许杰友 Jieyou Xu (Joe) | -0/+4 |
| 2023-07-12 | Auto merge of #112945 - compiler-errors:tighten-span-of-adjustment-error, r=o... | bors | -1/+1 |
| 2023-07-11 | Auto merge of #111717 - Urgau:uplift_fn_null_check, r=oli-obk | bors | -0/+97 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -1/+1 |
| 2023-07-10 | Uplift `clippy::fn_null_check` to rustc | Urgau | -0/+97 |
| 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 |