| Age | Commit message (Expand) | Author | Lines |
| 2024-05-27 | `unnecessary_to_owned` should not suggest to remove `&` in macro expansion | Marc Dominik Migge | -15/+17 |
| 2024-05-23 | For restriction lints, replace “Why is this bad?” with “Why restrict th... | Kevin Reid | -10/+11 |
| 2024-05-21 | Added check for type unification with the iter | schvv31n | -3/+7 |
| 2024-05-20 | Accounted for possible extra layers before the consuming parent expr | schvv31n | -2/+2 |
| 2024-05-20 | fixed formatting | schvv31n | -5/+6 |
| 2024-05-20 | Lint on closure calls, suppress on callable constants calls | schvv31n | -8/+7 |
| 2024-05-19 | initial fix | schvv31n | -1/+42 |
| 2024-05-19 | Swap `for_each_expr` and `for_each_expr_with_closures` | Alex Macleod | -8/+8 |
| 2024-05-16 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -17/+81 |
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -1/+1 |
| 2024-05-12 | Propagate errors rather than using return_if_err | Michael Goulet | -2/+1 |
| 2024-05-12 | Make LateCtxt be a type info delegate for EUV for clippy | Michael Goulet | -6/+3 |
| 2024-05-11 | Auto merge of #12770 - notriddle:notriddle/doc-lazy-continuation, r=llogiq | bors | -4/+7 |
| 2024-05-08 | Simplify `use crate::rustc_foo::bar` occurrences. | Nicholas Nethercote | -1/+1 |
| 2024-05-07 | Check inner caller for clone and judge whether they are mutable | cocodery | -2/+51 |
| 2024-05-06 | Update doc comments to avoid lazy continuations | Michael Howell | -4/+7 |
| 2024-05-03 | Auto merge of #12567 - Alexendoo:format-args-storage, r=flip1995 | bors | -4/+18 |
| 2024-05-02 | Merge commit '20b085d500dfba5afe0869707bf357af3afe20be' into clippy-subtree-u... | Philipp Krones | -24/+35 |
| 2024-05-02 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -25/+37 |
| 2024-05-02 | Auto merge of #12735 - xFrednet:changelog-1-78, r=dswij | bors | -2/+2 |
| 2024-05-01 | Fix `FormatArgs` storage when `-Zthreads` > 1 | Alex Macleod | -4/+18 |
| 2024-04-29 | Update version attribute for 1.78 lints | xFrednet | -2/+2 |
| 2024-04-29 | suppress `readonly_write_lock` for underscore-prefixed bindings | y21 | -1/+6 |
| 2024-04-27 | Auto merge of #12624 - J-ZhengLi:issue12586, r=xFrednet | bors | -3/+2 |
| 2024-04-23 | chore: fix some typos in comments | forcedebug | -1/+1 |
| 2024-04-22 | Auto merge of #11852 - rust-lang:single-char-pattern-ascii-only, r=xFrednet | bors | -11/+20 |
| 2024-04-18 | Merge commit 'ca3b393750ee8d870bf3215dcf6509cafa5c0445' into clippy-subtree-u... | Philipp Krones | -8/+31 |
| 2024-04-18 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -9/+33 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -16/+16 |
| 2024-04-17 | fix [`large_stack_arrays`] linting in `vec` macro & add `matching_root_macro_... | J-ZhengLi | -3/+2 |
| 2024-04-16 | Always use `ty::` qualifier for `TyKind` enum variants. | Nicholas Nethercote | -3/+3 |
| 2024-04-14 | Auto merge of #12094 - yuxqiu:search_is_some, r=xFrednet,ARandomDev99 | bors | -7/+31 |
| 2024-04-11 | downgrade to pedantic | Andre Bogus | -3/+5 |
| 2024-04-11 | reduce `single_char_pattern` to only lint on ascii chars | Andre Bogus | -10/+17 |
| 2024-04-08 | Fix markdown syntax in str_split_at_newline docs | Wilfred Hughes | -1/+0 |
| 2024-04-08 | Stop exporting `TypeckRootCtxt` and `FnCtxt`. | Oli Scherer | -4/+1 |
| 2024-04-04 | Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u... | Philipp Krones | -165/+209 |
| 2024-04-04 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -166/+211 |
| 2024-04-01 | fix: fix ci errors | Yuxiang Qiu | -1/+1 |
| 2024-04-01 | fix: check if receiver's hir_id matches expr's hir_id | Yuxiang Qiu | -1/+2 |
| 2024-04-01 | fix: incorrect suggestions when `.then` and `.then_some` is used | Yuxiang Qiu | -6/+29 |
| 2024-04-01 | fix fallout from previous commit | y21 | -76/+76 |
| 2024-03-31 | Auto merge of #12562 - m-rph:12501, r=y21 | bors | -3/+15 |
| 2024-03-30 | lint on any `Box<dyn _>`, but provide a suggestion for subtypes of `dyn Any` | y21 | -42/+55 |
| 2024-03-30 | [`type_id_on_box`]: lint of `Any` subtraits | y21 | -12/+34 |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -4/+3 |
| 2024-03-26 | Inherited -> TypeckRootCtxt | Michael Goulet | -3/+3 |
| 2024-03-26 | :adjust applicability for typed identity closures in `filter_map_identity` | Quinn Sinclair | -1/+1 |
| 2024-03-25 | Allow `filter_map_identity` when the closure is typed | Quinn Sinclair | -3/+15 |
| 2024-03-23 | Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obk | Matthias Krüger | -10/+10 |