| Age | Commit message (Expand) | Author | Lines |
| 2024-05-27 | Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote | bors | -12/+18 |
| 2024-05-27 | Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errors | bors | -10/+9 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (clippy/smir) | Boxy | -10/+9 |
| 2024-05-23 | Remove `LintDiagnostic::msg` | León Orell Valerian Liehr | -12/+18 |
| 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 | -1120/+4025 |
| 2024-05-21 | don't inhibit random field reordering on repr(packed(1)) | Ralf Jung | -1/+1 |
| 2024-05-20 | Remove a clippy test that doesn't apply anymore | Michael Goulet | -34/+26 |
| 2024-05-20 | Rollup merge of #125173 - scottmcm:never-checked, r=davidtwco | Matthias Krüger | -3/+3 |
| 2024-05-19 | Auto merge of #125294 - matthiaskrgr:rollup-w42c829, r=matthiaskrgr | bors | -2/+2 |
| 2024-05-19 | Rollup merge of #124948 - blyxyas:remove-repeated-words, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-05-19 | Add and use generics.is_empty() and generics.is_own_empty, rather than using ... | Santiago Pastorino | -2/+2 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -62/+57 |
| 2024-05-18 | Fix typos (taking into account review comments) | blyxyas | -2/+2 |
| 2024-05-17 | Fix clippy | Scott McMurray | -3/+3 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -62/+57 |
| 2024-05-16 | Remove trivial Binder::dummy calls | Michael Goulet | -1/+1 |
| 2024-05-16 | Fix tools | Michael Goulet | -4/+4 |
| 2024-05-13 | Apply nits | Michael Goulet | -3/+3 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -12/+9 |
| 2024-05-12 | Propagate errors rather than using return_if_err | Michael Goulet | -13/+17 |
| 2024-05-12 | Make LateCtxt be a type info delegate for EUV for clippy | Michael Goulet | -60/+21 |
| 2024-05-12 | Inline MemCategorization into ExprUseVisitor | Michael Goulet | -3/+3 |
| 2024-05-10 | Lift `TraitRef` into `rustc_type_ir` | Michael Goulet | -1/+2 |
| 2024-05-10 | Rollup merge of #124957 - compiler-errors:builtin-deref, r=michaelwoerister | Matthias Krüger | -6/+6 |
| 2024-05-10 | Auto merge of #124961 - matthiaskrgr:rollup-1jj65p6, r=matthiaskrgr | bors | -12/+11 |
| 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 | -6/+6 |
| 2024-05-09 | Rename Generics::params to Generics::own_params | Michael Goulet | -11/+11 |
| 2024-05-10 | Use fewer origins when creating type variables. | Nicholas Nethercote | -6/+1 |
| 2024-05-09 | always use `GenericArgsRef` | lcnr | -6/+10 |
| 2024-05-08 | Rollup merge of #124876 - nnethercote:rm-use-crate-rustc_foo, r=compiler-errors | Matthias Krüger | -7/+4 |
| 2024-05-08 | Rollup merge of #124587 - reitermarkus:use-generic-nonzero, r=dtolnay | Matthias Krüger | -172/+149 |
| 2024-05-08 | Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb | Matthias Krüger | -9/+9 |
| 2024-05-08 | Use generic `NonZero`. | Markus Reiter | -36/+36 |
| 2024-05-08 | Simplify `clippy` lint. | Markus Reiter | -136/+113 |
| 2024-05-08 | Simplify `use crate::rustc_foo::bar` occurrences. | Nicholas Nethercote | -7/+4 |
| 2024-05-05 | Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwco | Guillaume Gomez | -72/+66 |
| 2024-05-04 | Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot | bors | -2/+2 |
| 2024-05-02 | Update clippy tests for stable exclusive_range | Ross Smyth | -72/+66 |
| 2024-05-02 | Merge commit '20b085d500dfba5afe0869707bf357af3afe20be' into clippy-subtree-u... | Philipp Krones | -755/+1664 |
| 2024-04-30 | Rollup merge of #124524 - spastorino:make-foreign-static-use-struct, r=oli-obk | Matthias Krüger | -1/+12 |
| 2024-04-30 | Auto merge of #124398 - klensy:trailing-ws, r=compiler-errors | bors | -6/+6 |
| 2024-04-29 | Add StaticForeignItem and use it on ForeignItemKind | Santiago Pastorino | -1/+12 |
| 2024-04-27 | clippy: bless tests | klensy | -6/+6 |
| 2024-04-26 | put `hir::AnonConst` on the hir arena | Oli Scherer | -2/+2 |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -24/+24 |
| 2024-04-24 | Fix and bless clippy tests | Gary Guo | -79/+74 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -15/+13 |
| 2024-04-23 | Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwco | Matthias Krüger | -6/+6 |