| Age | Commit message (Expand) | Author | Lines |
| 2023-08-03 | Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillot | Matthias Krüger | -119/+165 |
| 2023-08-03 | Make test harness lint about unnnameable tests. | Camille GILLOT | -83/+1 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -16/+59 |
| 2023-08-03 | Also add label with original type for function pointers | Urgau | -2/+6 |
| 2023-08-03 | Also lint on cast/cast_mut and ptr::from_mut/ptr::from_ref | Urgau | -16/+36 |
| 2023-08-03 | Make lint missing-copy-implementations honor negative Copy impls | León Orell Valerian Liehr | -0/+23 |
| 2023-08-02 | Add separate feature gate for async fn track caller | Bryan Garza | -7/+7 |
| 2023-08-02 | Auto merge of #112431 - Urgau:cast_ref_to_mut_improvments, r=Nilstrieb | bors | -31/+98 |
| 2023-08-02 | Replace old private-in-public diagnostic with type privacy lints | Bryanskiy | -0/+5 |
| 2023-08-01 | Rename incorrect_fn_null_checks to useless_ptr_null_checks | Urgau | -24/+24 |
| 2023-08-01 | Expand incorrect_fn_null_check lint with reference null checking | Urgau | -13/+35 |
| 2023-07-31 | Rollup merge of #114286 - nbdd0121:upcast, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2023-07-31 | Add missing feature gate in multiple_supertrait_upcastable doc | Gary Guo | -0/+1 |
| 2023-07-30 | Check lazy type aliases for well-formedness | León Orell Valerian Liehr | -7/+12 |
| 2023-07-29 | Improve diagnostics of the invalid_reference_casting lint | Urgau | -8/+27 |
| 2023-07-29 | Avoid linting on expression that are only UB with SB/TB | Urgau | -2/+15 |
| 2023-07-29 | Add support for deferred casting for the invalid_reference_casting lint | Urgau | -31/+67 |
| 2023-07-29 | Revert "Temporarily switch invalid_reference_casting lint to allow-by-default" | Urgau | -2/+1 |
| 2023-07-29 | Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstrieb | bors | -13/+14 |
| 2023-07-29 | Auto merge of #113099 - bvanjoi:fix-112713-2, r=petrochenkov | bors | -0/+3 |
| 2023-07-29 | Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e... | bors | -9/+10 |
| 2023-07-28 | Lower generic const items to HIR | León Orell Valerian Liehr | -1/+2 |
| 2023-07-29 | fix(resolve): update the ambiguity glob binding as warning recursively | bohan | -0/+3 |
| 2023-07-27 | Rollup merge of #114075 - matthiaskrgr:fmt_args_rustc_3, r=wesleywiser | Matthias Krüger | -28/+26 |
| 2023-07-26 | Auto merge of #113457 - davidtwco:lint-ctypes-issue-113436, r=oli-obk | bors | -44/+39 |
| 2023-07-25 | inline format!() args from rustc_codegen_llvm to the end (4) | Matthias Krüger | -28/+26 |
| 2023-07-23 | add suggestion | Deadbeef | -1/+1 |
| 2023-07-23 | fix | Deadbeef | -6/+8 |
| 2023-07-23 | make `noop_method_call` warn by default | Deadbeef | -2/+1 |
| 2023-07-21 | lint/ctypes: only try normalize | David Wood | -12/+9 |
| 2023-07-19 | lint/ctypes: allow `()` within types | David Wood | -32/+15 |
| 2023-07-19 | lint: refactor `check_variant_for_ffi` | David Wood | -25/+22 |
| 2023-07-19 | lint/ctypes: stricter `()` return type checks | David Wood | -20/+35 |
| 2023-07-18 | Rollup merge of #113832 - WaffleLapkin:track_lint_caller, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2023-07-18 | Rollup merge of #113811 - jieyouxu:fix-unused-qualifications-suggestion, r=ol... | Matthias Krüger | -4/+4 |
| 2023-07-18 | Add `#[track_caller]` to lint related diagnostic functions | Maybe Waffle | -0/+4 |
| 2023-07-18 | Fix removal span calculation of unused_qualifications suggestion | 许杰友 Jieyou Xu (Joe) | -4/+4 |
| 2023-07-17 | Rename arg_iter to iter_instantiated | Michael Goulet | -1/+1 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -93/+100 |
| 2023-07-14 | Rollup merge of #112729 - jieyouxu:unused-qualifications-suggestion, r=b-naber | Matthias Krüger | -0/+8 |
| 2023-07-13 | Temporarily switch invalid_reference_casting lint to allow-by-default | Urgau | -1/+2 |
| 2023-07-13 | Rename cast_ref_to_mut lint to invalid_reference_casting | Urgau | -12/+12 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -45/+58 |
| 2023-07-13 | Add machine-applicable suggestion for `unused_qualifications` lint | 许杰友 Jieyou Xu (Joe) | -0/+8 |
| 2023-07-11 | Auto merge of #111717 - Urgau:uplift_fn_null_check, r=oli-obk | bors | -0/+121 |
| 2023-07-10 | Uplift `clippy::fn_null_check` to rustc | Urgau | -0/+121 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -10/+11 |
| 2023-07-04 | allow host param to be lowercase | Deadbeef | -0/+4 |
| 2023-07-04 | Auto merge of #113303 - compiler-errors:yeet-chalk, r=lcnr | bors | -2/+1 |
| 2023-07-03 | remove TypeWellFormedFromEnv | Michael Goulet | -2/+1 |