| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-07-03 | lint: refactor to make logic a bit cleaner | David Wood | -29/+27 |
| 2023-07-03 | lint: stop normalizing types to avoid recur limits | David Wood | -5/+1 |
| 2023-07-03 | lint/ctypes: check other types for ext. fn-ptr ty | David Wood | -1/+63 |
| 2023-07-03 | lint/ctypes: multiple external fn-ptrs in ty | David Wood | -18/+45 |
| 2023-07-03 | lint/ctypes: ext. abi fn-ptr in internal abi fn | David Wood | -16/+59 |
| 2023-07-01 | Fix dropping_copy_types lint from linting in match-arm with side-effects | Urgau | -1/+1 |
| 2023-06-29 | Rollup merge of #112670 - petrochenkov:typriv, r=eholk | Matthias Krüger | -6/+2 |
| 2023-06-26 | TypeWellFormedInEnv | Michael Goulet | -1/+2 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -22/+12 |
| 2023-06-22 | migrate inferred_outlives_of to Clause | Michael Goulet | -4/+4 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -5/+4 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -18/+18 |
| 2023-06-17 | Move ConstEvaluatable to Clause | Michael Goulet | -2/+2 |
| 2023-06-17 | Move WF goal to clause | Michael Goulet | -1/+1 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -3/+3 |
| 2023-06-16 | Auto merge of #112673 - scottmcm:enough-stack, r=compiler-errors | bors | -4/+7 |
| 2023-06-15 | Rollup merge of #112529 - jieyouxu:block-expr-unused-must-use, r=oli-obk | Guillaume Gomez | -24/+123 |
| 2023-06-15 | Rollup merge of #112517 - fee1-dead-contrib:sus-op-no-borrow, r=compiler-errors | Guillaume Gomez | -32/+42 |
| 2023-06-15 | privacy: Do not mark items reachable farther than their nominal visibility | Vadim Petrochenkov | -6/+2 |
| 2023-06-15 | Add an `ensure_sufficient_stack` to `LateContextAndPass::visit_expr` | Scott McMurray | -4/+7 |
| 2023-06-15 | Rollup merge of #111212 - nicklimmm:issue-107896-fix, r=pnkfelix | Matthias Krüger | -4/+62 |
| 2023-06-15 | Extend `unused_must_use` to cover block exprs | 许杰友 Jieyou Xu (Joe) | -24/+123 |
| 2023-06-13 | Fix explicit-outlives-requirements lint span | Sam Ginnett | -7/+12 |
| 2023-06-13 | do not use stringly typed diagnostics | Deadbeef | -19/+26 |
| 2023-06-11 | Add subdiagnostic and suggestion for overflowing bin hex with sign bits | Nicky Lim | -4/+62 |