| Age | Commit message (Expand) | Author | Lines |
| 2024-10-05 | Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errors | bors | -39/+14 |
| 2024-10-04 | Rollup merge of #129517 - cjgillot:known-panic-array, r=pnkfelix | Jubilee | -5/+9 |
| 2024-10-05 | Bless clippy. | Camille GILLOT | -5/+9 |
| 2024-10-04 | Adapt clippy. | Camille GILLOT | -38/+13 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -1/+1 |
| 2024-10-04 | Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnay | Jubilee | -2/+0 |
| 2024-10-03 | Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebank | Matthias Krüger | -6/+5 |
| 2024-10-03 | Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u... | Philipp Krones | -848/+2484 |
| 2024-10-02 | Use named fields for OpaqueTyOrigin | Michael Goulet | -1/+1 |
| 2024-10-02 | Remove redundant in_trait from hir::TyKind::OpaqueDef | Michael Goulet | -5/+4 |
| 2024-10-01 | make InterpResult a dedicated type to avoid accidentally discarding the error | Ralf Jung | -5/+5 |
| 2024-09-26 | Rollup merge of #130912 - estebank:point-at-arg-type, r=compiler-errors | Jubilee | -2/+2 |
| 2024-09-27 | On implicit `Sized` bound on fn argument, point at type instead of pattern | Esteban Küber | -2/+2 |
| 2024-09-25 | Remove the `control_flow_enum` feature from clippy | Scott McMurray | -2/+0 |
| 2024-09-25 | Auto merge of #130778 - flip1995:clippy-subtree-update, r=Manishearth | bors | -2572/+7430 |
| 2024-09-24 | Rollup merge of #130764 - compiler-errors:inherent, r=estebank | Trevor Gross | -14/+5 |
| 2024-09-24 | be even more precise about "cast" vs "coercion" | Lukas Markeffsky | -4/+4 |
| 2024-09-24 | unify dyn* coercions with other pointer coercions | Lukas Markeffsky | -1/+1 |
| 2024-09-24 | Remove unused import from Clippy versions.py file | Philipp Krones | -1/+0 |
| 2024-09-24 | Fix tools | Michael Goulet | -14/+5 |
| 2024-09-24 | Hotfix: remove profile from clippy Cargo.toml | Philipp Krones | -7/+0 |
| 2024-09-24 | Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u... | Philipp Krones | -2571/+7437 |
| 2024-09-21 | Fix clippy | Ben Kimock | -1/+1 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -92/+122 |
| 2024-09-20 | [Clippy] Remove final std paths for diagnostic item | GnomedDev | -25/+18 |
| 2024-09-19 | Categorise paths in `clippy_utils::paths` | GnomedDev | -13/+20 |
| 2024-09-19 | [Clippy] Swap `open_options` to use diagnostic items instead of paths | GnomedDev | -13/+12 |
| 2024-09-19 | [Clippy] Swap `iter_over_hash_type` to use diagnostic items instead of paths | GnomedDev | -32/+14 |
| 2024-09-19 | [Clippy] Swap `non_octal_unix_permissions` to use diagnostic item instead of ... | GnomedDev | -4/+1 |
| 2024-09-19 | [Clippy] Swap `unnecessary_owned_empty_strings` to use diagnostic item instea... | GnomedDev | -3/+1 |
| 2024-09-19 | [Clippy] Swap `manual_strip` to use diagnostic items instead of paths | GnomedDev | -8/+5 |
| 2024-09-19 | [Clippy] Swap `unnecessary_to_owned` to use diagnostic item instead of path | GnomedDev | -3/+2 |
| 2024-09-19 | [Clippy] Swap `instant_subtraction` to use diagnostic item instead of path | GnomedDev | -2/+1 |
| 2024-09-19 | [Clippy] Swap `waker_clone_wake` to use diagnostic item instead of path | GnomedDev | -3/+2 |
| 2024-09-19 | [Clippy] Swap `filter_map_bool_then` to use diagnostic item instead of path | GnomedDev | -4/+2 |
| 2024-09-19 | [Clippy] Swap `manual_while_let_some` to use diagnostic items instead of paths | GnomedDev | -11/+7 |
| 2024-09-19 | [Clippy] Swap `repeat_vec_with_capacity` to use diagnostic item instead of path | GnomedDev | -7/+6 |
| 2024-09-19 | [Clippy] Swap `VecArgs::hir` to use diagnostic items instead of paths | GnomedDev | -8/+5 |
| 2024-09-19 | [Clippy] Swap `single_char_add_str`/`format_push_string` to use diagnostic it... | GnomedDev | -7/+5 |
| 2024-09-19 | [Clippy] Swap `manual_main_separator_str` to use diagnostic item instead of path | GnomedDev | -3/+2 |
| 2024-09-19 | [Clippy] Swap `redundant_clone` to use diagnostic items instead of paths | GnomedDev | -5/+3 |
| 2024-09-19 | [Clippy] Swap `float_equality_without_abs` to use diagnostic items instead of... | GnomedDev | -5/+3 |
| 2024-09-19 | [Clippy] Swap `option_as_ref_deref` to use diagnostic items instead of paths | GnomedDev | -19/+12 |
| 2024-09-19 | [Clippy] Swap `lines_filter_map_ok` to use a diagnostic item instead of path | GnomedDev | -3/+2 |
| 2024-09-19 | [Clippy] Swap `map_entry` to use diagnostic items instead of paths | GnomedDev | -10/+6 |
| 2024-09-18 | [Clippy] Swap `manual_retain` to use diagnostic items instead of paths | GnomedDev | -26/+17 |
| 2024-09-15 | Rollup merge of #130293 - gurry:130142-lint-level-issue, r=cjgillot | Matthias Krüger | -1/+9 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -31/+29 |
| 2024-09-14 | stabilize `const_extern_fn` | Folkert de Vries | -122/+111 |
| 2024-09-14 | Fix lint levels not getting overridden by attrs on `Stmt` nodes | Gurinder Singh | -1/+9 |