| Age | Commit message (Expand) | Author | Lines |
| 2024-01-22 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -1/+0 |
| 2024-01-22 | Rollup merge of #119710 - Nilstrieb:let-_-=-oops, r=TaKO8Ki | Matthias Krüger | -17/+26 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -3/+3 |
| 2024-01-12 | Improve `let_underscore_lock` | Nilstrieb | -17/+26 |
| 2024-01-12 | check rust lints when an unknown lint is detected | yukang | -1/+2 |
| 2024-01-09 | Rollup merge of #119704 - chenyukang:yukang-fix-let_underscore, r=Nilstrieb | Matthias Krüger | -1/+3 |
| 2024-01-08 | Fix 2 variable binding issues in let_underscore | yukang | -1/+3 |
| 2024-01-03 | Remove lots of `rustc_errors::` qualifiers in `lints.rs`. | Nicholas Nethercote | -63/+36 |
| 2024-01-03 | Rename some `Diagnostic` setters. | Nicholas Nethercote | -12/+12 |
| 2023-12-16 | Simplify lint decorator derive too | Michael Goulet | -45/+11 |
| 2023-12-06 | Add warn-by-default lint against ambiguous wide pointer comparisons | Urgau | -0/+70 |
| 2023-11-22 | Rework supertrait lint once again | Michael Goulet | -4/+10 |
| 2023-11-22 | Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin | bors | -4/+2 |
| 2023-11-22 | Auto merge of #112380 - jieyouxu:useless-bindings-lint, r=WaffleLapkin | bors | -0/+7 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -4/+2 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -1/+1 |
| 2023-11-20 | Add allow-by-default lint for unit bindings | 许杰友 Jieyou Xu (Joe) | -0/+7 |
| 2023-11-18 | Remove --check-cfg checking of --cfg args | Urgau | -15/+0 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -1/+1 |
| 2023-10-16 | debug Span::ctxt() call detection | Arthur Lafrance | -3/+1 |
| 2023-10-16 | basic lint v2 implemented | Arthur Lafrance | -0/+6 |
| 2023-10-12 | Fix duplicate note on internal feature gate | Gurinder Singh | -2/+0 |
| 2023-10-06 | Rollup merge of #116421 - Urgau:inter-mut-invalid_ref_casting, r=oli-obk | Matthias Krüger | -0/+4 |
| 2023-10-04 | Clarify `invalid_reference_casting` lint around interior mutable types | Urgau | -0/+4 |
| 2023-10-03 | Add async_fn_in_trait lint | Michael Goulet | -0/+21 |
| 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 | -10/+58 |
| 2023-08-24 | lint: translate `RenamedOrRemovedLint` | Weihang Lo | -6/+12 |
| 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-06 | Rollup merge of #114486 - Urgau:const-context-nan-suggestion-114471, r=compil... | Matthias Krüger | -1/+1 |
| 2023-08-05 | Avoid invalid NaN lint machine-applicable suggestion in const context | Urgau | -1/+1 |
| 2023-08-04 | Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errors | bors | -1/+1 |
| 2023-08-04 | Rollup merge of #114472 - estebank:issue-76140, r=compiler-errors | Matthias Krüger | -1/+3 |
| 2023-08-04 | Reword confusable idents lint | Esteban Küber | -1/+3 |
| 2023-08-04 | Auto merge of #114414 - cjgillot:early-unnameable-test, r=petrochenkov | bors | -4/+0 |
| 2023-08-03 | Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obk | bors | -2/+11 |
| 2023-08-03 | Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillot | Matthias Krüger | -4/+16 |
| 2023-08-03 | Make test harness lint about unnnameable tests. | Camille GILLOT | -4/+0 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -2/+11 |
| 2023-08-03 | Also add label with original type for function pointers | Urgau | -1/+5 |
| 2023-08-02 | Add separate feature gate for async fn track caller | Bryan Garza | -1/+1 |
| 2023-08-01 | Rename incorrect_fn_null_checks to useless_ptr_null_checks | Urgau | -4/+4 |
| 2023-08-01 | Expand incorrect_fn_null_check lint with reference null checking | Urgau | -3/+11 |
| 2023-07-29 | Improve diagnostics of the invalid_reference_casting lint | Urgau | -4/+11 |
| 2023-07-29 | Add support for deferred casting for the invalid_reference_casting lint | Urgau | -1/+4 |
| 2023-07-29 | Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstrieb | bors | -3/+3 |
| 2023-07-29 | Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e... | bors | -2/+3 |
| 2023-07-25 | inline format!() args from rustc_codegen_llvm to the end (4) | Matthias Krüger | -3/+3 |