| Age | Commit message (Expand) | Author | Lines |
| 2024-07-08 | Auto merge of #127476 - jieyouxu:rollup-16wyb0b, r=jieyouxu | bors | -1/+1 |
| 2024-07-07 | Add support for `mir::TerminatorKind::TailCall` in clippy | Maybe Waffle | -1/+2 |
| 2024-07-07 | iter_identity is a better name | Michael Goulet | -1/+1 |
| 2024-06-28 | Rollup merge of #127058 - compiler-errors:tighten-async-spans, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -1/+1 |
| 2024-06-27 | Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u... | Philipp Krones | -172/+388 |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` in Clippy :paperclips: | xFrednet | -1/+1 |
| 2024-06-24 | Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr... | Michael Goulet | -4/+4 |
| 2024-06-20 | StaticForeignItem and StaticItem are the same | Michael Goulet | -2/+2 |
| 2024-06-19 | Resolve Clippy `f16` and `f128` `unimplemented!`/`FIXME`s | Trevor Gross | -6/+41 |
| 2024-06-17 | Fix other tools | Michael Goulet | -4/+1 |
| 2024-06-13 | Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u... | Philipp Krones | -42/+158 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -19/+5 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -6/+6 |
| 2024-06-06 | Auto merge of #126068 - lqd:revert-124976, r=petrochenkov | bors | -1/+1 |
| 2024-06-06 | Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" | Rémy Rakic | -1/+1 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -2/+6 |
| 2024-06-05 | Misc fixes to cranelift/clippy/miri | Boxy | -2/+2 |
| 2024-06-04 | Add safe/unsafe to static inside extern blocks | Santiago Pastorino | -1/+3 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -1/+3 |
| 2024-06-03 | Align Term methods with GenericArg methods | Michael Goulet | -3/+3 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -7/+7 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -7/+7 |
| 2024-05-30 | Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u... | Philipp Krones | -8/+28 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -5/+5 |
| 2024-05-27 | Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote | bors | -6/+12 |
| 2024-05-24 | clippy: unnest check_consts | Jubilee Young | -1/+1 |
| 2024-05-23 | Remove `LintDiagnostic::msg` | León Orell Valerian Liehr | -6/+12 |
| 2024-05-22 | rustc: Use `tcx.used_crates(())` more | Vadim Petrochenkov | -1/+1 |
| 2024-05-21 | Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u... | Philipp Krones | -100/+108 |
| 2024-05-20 | Rollup merge of #125173 - scottmcm:never-checked, r=davidtwco | Matthias Krüger | -3/+3 |
| 2024-05-19 | Add and use generics.is_empty() and generics.is_own_empty, rather than using ... | Santiago Pastorino | -1/+1 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -22/+21 |
| 2024-05-17 | Fix clippy | Scott McMurray | -3/+3 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -22/+21 |
| 2024-05-16 | Remove trivial Binder::dummy calls | Michael Goulet | -1/+1 |
| 2024-05-16 | Fix tools | Michael Goulet | -2/+2 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -2/+2 |
| 2024-05-12 | Propagate errors rather than using return_if_err | Michael Goulet | -2/+6 |
| 2024-05-12 | Make LateCtxt be a type info delegate for EUV for clippy | Michael Goulet | -10/+4 |
| 2024-05-10 | Lift `TraitRef` into `rustc_type_ir` | Michael Goulet | -1/+1 |
| 2024-05-10 | Rollup merge of #124957 - compiler-errors:builtin-deref, r=michaelwoerister | Matthias Krüger | -1/+1 |
| 2024-05-10 | Auto merge of #124961 - matthiaskrgr:rollup-1jj65p6, r=matthiaskrgr | bors | -8/+7 |
| 2024-05-10 | Rollup merge of #124955 - nnethercote:next_ty_var, r=lcnr | Matthias Krüger | -6/+1 |
| 2024-05-09 | Make builtin_deref just return a Ty | Michael Goulet | -1/+1 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -6/+6 |
| 2024-05-10 | Use fewer origins when creating type variables. | Nicholas Nethercote | -6/+1 |
| 2024-05-09 | always use `GenericArgsRef` | lcnr | -2/+6 |
| 2024-05-08 | Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-05-04 | Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot | bors | -2/+2 |