| Age | Commit message (Expand) | Author | Lines |
| 2023-12-06 | Add warn-by-default lint against ambiguous wide pointer comparisons | Urgau | -0/+4 |
| 2023-11-22 | Rework supertrait lint once again | Michael Goulet | -1/+2 |
| 2023-11-22 | Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin | bors | -2/+3 |
| 2023-11-22 | Auto merge of #112380 - jieyouxu:useless-bindings-lint, r=WaffleLapkin | bors | -0/+3 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -2/+3 |
| 2023-11-20 | Add allow-by-default lint for unit bindings | 许杰友 Jieyou Xu (Joe) | -0/+3 |
| 2023-11-18 | Remove --check-cfg checking of --cfg args | Urgau | -6/+0 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -7/+7 |
| 2023-10-16 | debug Span::ctxt() call detection | Arthur Lafrance | -1/+1 |
| 2023-10-16 | basic lint v2 implemented | Arthur Lafrance | -0/+2 |
| 2023-10-13 | Fix AFIT lint message to mention pitfall | Michael Goulet | -1/+1 |
| 2023-10-06 | Rollup merge of #116421 - Urgau:inter-mut-invalid_ref_casting, r=oli-obk | Matthias Krüger | -0/+2 |
| 2023-10-04 | Clarify `invalid_reference_casting` lint around interior mutable types | Urgau | -0/+2 |
| 2023-10-03 | Address review nits | Michael Goulet | -1/+1 |
| 2023-10-03 | Fill in prose to describe the `async_fn_in_trait` lint | Travis Cross | -3/+3 |
| 2023-10-03 | Add async_fn_in_trait lint | Michael Goulet | -0/+4 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -0/+2 |
| 2023-08-30 | feat(rustc_lint): make `CheckLintName` respect lint level | Weihang Lo | -9/+2 |
| 2023-08-24 | lint: translate `RenamedOrRemovedLint` | Weihang Lo | -3/+8 |
| 2023-08-23 | Improve note for the invalid_reference_casting lint | Urgau | -0/+2 |
| 2023-08-06 | Improve diagnostics and add tests for function calls | est31 | -0/+2 |
| 2023-08-04 | Rollup merge of #114472 - estebank:issue-76140, r=compiler-errors | Matthias Krüger | -2/+3 |
| 2023-08-04 | Reword confusable idents lint | Esteban Küber | -2/+3 |
| 2023-08-04 | Auto merge of #114414 - cjgillot:early-unnameable-test, r=petrochenkov | bors | -2/+0 |
| 2023-08-03 | Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obk | bors | -0/+3 |
| 2023-08-03 | Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillot | Matthias Krüger | -3/+7 |
| 2023-08-03 | Make test harness lint about unnnameable tests. | Camille GILLOT | -2/+0 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+3 |
| 2023-08-03 | Also add label with original type for function pointers | Urgau | -0/+1 |
| 2023-08-01 | Rename incorrect_fn_null_checks to useless_ptr_null_checks | Urgau | -6/+6 |
| 2023-08-01 | Expand incorrect_fn_null_check lint with reference null checking | Urgau | -1/+4 |
| 2023-07-29 | Improve diagnostics of the invalid_reference_casting lint | Urgau | -1/+4 |
| 2023-07-29 | Add support for deferred casting for the invalid_reference_casting lint | Urgau | -0/+1 |
| 2023-07-29 | Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstrieb | bors | -2/+2 |
| 2023-07-29 | Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e... | bors | -2/+2 |
| 2023-07-23 | add suggestion | Deadbeef | -1/+1 |
| 2023-07-23 | fix | Deadbeef | -1/+1 |
| 2023-07-19 | lint: refactor `check_variant_for_ffi` | David Wood | -2/+0 |
| 2023-07-13 | Rename cast_ref_to_mut lint to invalid_reference_casting | Urgau | -2/+2 |
| 2023-07-10 | Uplift `clippy::fn_null_check` to rustc | Urgau | -0/+3 |
| 2023-06-15 | Rollup merge of #112517 - fee1-dead-contrib:sus-op-no-borrow, r=compiler-errors | Guillaume Gomez | -7/+5 |
| 2023-06-13 | do not use stringly typed diagnostics | Deadbeef | -7/+5 |
| 2023-06-11 | Add subdiagnostic and suggestion for overflowing bin hex with sign bits | Nicky Lim | -0/+1 |
| 2023-06-10 | Uplift improved version of `clippy::cmp_nan` to rustc | Urgau | -0/+5 |
| 2023-06-08 | Uplift clippy::undropped_manually_drops to rustc | Urgau | -0/+4 |
| 2023-05-31 | Uplift clippy::cast_ref_to_mut to rustc | Urgau | -0/+2 |
| 2023-05-27 | Add invalid_from_utf8 analogous to invalid_from_utf8_unchecked | Urgau | -0/+4 |
| 2023-05-27 | Uplift clippy::invalid_utf8_in_unchecked as invalid_from_utf8_unchecked | Urgau | -0/+4 |
| 2023-05-25 | Ensure Fluent messages are in alphabetical order | clubby789 | -371/+370 |
| 2023-05-21 | Rename `forget_ref` lint to `forgetting_references` | Urgau | -1/+1 |