| Age | Commit message (Expand) | Author | Lines |
| 2024-06-03 | only run flop lints on inherent method calls | y21 | -0/+9 |
| 2024-05-30 | ignore generics in handling | Jacher | -4/+4 |
| 2024-05-30 | check return type of get and indexing | Jacherr | -12/+18 |
| 2024-05-30 | add backticks to doc comments | Jacherr | -2/+2 |
| 2024-05-30 | disable indexing_slicing for custom Index impls | Jacherr | -0/+30 |
| 2024-05-30 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -9/+29 |
| 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-27 | suggest adding parentheses when linting [`let_and_return`] and [`needless_ret... | J-ZhengLi | -0/+22 |
| 2024-05-23 | Remove `LintDiagnostic::msg` | León Orell Valerian Liehr | -6/+12 |
| 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 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -103/+111 |
| 2024-05-16 | Remove trivial Binder::dummy calls | Michael Goulet | -1/+1 |
| 2024-05-16 | Fix tools | Michael Goulet | -2/+2 |
| 2024-05-15 | Auto merge of #12713 - J-ZhengLi:issue8864, r=y21 | bors | -33/+45 |
| 2024-05-15 | add some msrv checks in `is_min_const_fn` | J-ZhengLi | -33/+45 |
| 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-06 | Update doc comments to avoid lazy continuations | Michael Howell | -3/+5 |
| 2024-05-04 | Auto merge of #12742 - Alexendoo:assigning-clones-nested-late-init, r=dswij | bors | -0/+15 |
| 2024-05-04 | Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot | bors | -2/+2 |
| 2024-05-03 | Auto merge of #12567 - Alexendoo:format-args-storage, r=flip1995 | bors | -43/+35 |
| 2024-05-02 | Merge commit '20b085d500dfba5afe0869707bf357af3afe20be' into clippy-subtree-u... | Philipp Krones | -52/+105 |
| 2024-05-02 | Auto merge of #12743 - CBSpeir:remove-paths-vec_resize, r=y21 | bors | -3/+0 |
| 2024-05-02 | Bump Clippy version -> 0.1.80 | Philipp Krones | -1/+1 |
| 2024-05-02 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -49/+105 |
| 2024-05-01 | Remove clippy_utils::paths::{SLICE_GET, STR_BYTES} | Christopher B. Speir | -2/+0 |
| 2024-05-01 | Remove clippy_utils::paths::VEC_RESIZE | Christopher B. Speir | -1/+0 |
| 2024-05-01 | Don't lint assigning_clones on nested late init locals | Alex Macleod | -0/+15 |
| 2024-05-01 | Fix `FormatArgs` storage when `-Zthreads` > 1 | Alex Macleod | -43/+35 |
| 2024-04-29 | Add StaticForeignItem and use it on ForeignItemKind | Santiago Pastorino | -1/+12 |
| 2024-04-28 | configurably allow `useless_vec` in tests | Andre Bogus | -0/+5 |
| 2024-04-27 | Auto merge of #12624 - J-ZhengLi:issue12586, r=xFrednet | bors | -0/+10 |
| 2024-04-26 | put `hir::AnonConst` on the hir arena | Oli Scherer | -2/+2 |
| 2024-04-20 | Auto merge of #12696 - smoelius:fix-is_test_module_or_function, r=Alexendoo | bors | -2/+3 |