| Age | Commit message (Expand) | Author | Lines |
| 2024-07-29 | Remove some miscellaneous `#[allow]`s | Alex Macleod | -2/+1 |
| 2024-07-29 | Fix fix under loop may dropping loop label when applying fix. | shenyifu | -1/+4 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -1/+0 |
| 2024-07-27 | Auto merge of #13149 - jusexton:issue-13123, r=dswij | bors | -1/+3 |
| 2024-07-26 | Fix dogfood lints | Guillaume Gomez | -25/+39 |
| 2024-07-25 | Auto merge of #13156 - y21:for_each_expr_visitor_refactor, r=xFrednet | bors | -50/+48 |
| 2024-07-25 | Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u... | Philipp Krones | -27/+56 |
| 2024-07-25 | Bump Clippy version -> 0.1.82 | Philipp Krones | -1/+1 |
| 2024-07-25 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -27/+55 |
| 2024-07-25 | get rid of unnecessary `res` field in `for_each_expr` visitors | y21 | -50/+48 |
| 2024-07-24 | Auto merge of #13146 - Alexendoo:cast-lossless-128, r=y21 | bors | -3/+6 |
| 2024-07-24 | Lint casts to `u128` in `cast_lossless` | Alex Macleod | -3/+6 |
| 2024-07-24 | Replace local variables signifying "done" or "loop break", use ControlFlow #1... | blyxyas | -8/+21 |
| 2024-07-23 | Fix while_let_on_iterator dropping loop label when applying fix. | jusexton | -1/+3 |
| 2024-07-17 | Refactor for using config values: | Jason Newcomb | -13/+24 |
| 2024-07-17 | Remove duplicated peel_middle_ty_refs | Lzu Tao | -13/+0 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -2/+6 |
| 2024-07-16 | Use `ConstArg` for array lengths | Noah Lev | -9/+13 |
| 2024-07-16 | hir: Create `hir::ConstArgKind` enum | Noah Lev | -5/+17 |
| 2024-07-15 | fix [`excessive_precision`] suggestions on float literal written in scientifi... | apoisternex | -0/+2 |
| 2024-07-15 | Auto merge of #13102 - tesuji:fix-needless_option_as_deref, r=Alexendoo | bors | -1/+1 |
| 2024-07-15 | Dont stop find loop node at struct field node | Lzu Tao | -1/+1 |
| 2024-07-11 | Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u... | Philipp Krones | -35/+59 |
| 2024-07-11 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -36/+59 |
| 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-07-06 | Rename `any_parent_is_automatically_derived` to `in_automatically_derived`. O... | Jason Newcomb | -4/+15 |
| 2024-07-05 | Auto merge of #13049 - Jarcho:is_in_test, r=Alexendoo | bors | -10/+0 |
| 2024-07-05 | Use `is_in_test` in more places. | Jason Newcomb | -10/+0 |
| 2024-07-05 | Auto merge of #11656 - y21:unnecessary_string_from_utf8, r=Jarcho | bors | -0/+1 |
| 2024-07-03 | Auto merge of #12976 - tesuji:fix-explicit_auto_deref, r=xFrednet | bors | -0/+11 |
| 2024-07-03 | Fix 12969 and fix 9841 | Lzu Tao | -0/+11 |
| 2024-07-01 | Fix formatting | Astra Tsai | -11/+7 |
| 2024-07-01 | Fix `into_iter_without_iter` false positive when the implementation is not wi... | Astra Tsai | -3/+1 |
| 2024-07-01 | Auto merge of #12840 - tesuji:const-asserts, r=llogiq | bors | -5/+26 |
| 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-27 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -173/+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-22 | Auto merge of #12965 - KisaragiEffective:resolve-invalid-paths-on-bool-then, ... | bors | -1/+0 |
| 2024-06-21 | Add new `Span` utils to avoid both allocating and | Jason Newcomb | -49/+189 |
| 2024-06-20 | StaticForeignItem and StaticItem are the same | Michael Goulet | -2/+2 |
| 2024-06-20 | feat: unnecessary_min_max lint | vohoanglong0107 | -2/+15 |
| 2024-06-20 | resolve `clippy::invalid_paths` on `bool::then` | Kisaragi Marine | -1/+0 |
| 2024-06-20 | [`unnecessary_to_owned`]: catch to_owned from byte slice to string | y21 | -0/+1 |
| 2024-06-19 | Resolve Clippy `f16` and `f128` `unimplemented!`/`FIXME`s | Trevor Gross | -6/+41 |
| 2024-06-18 | Auto merge of #12942 - Jarcho:ex_proc_macro, r=Manishearth | bors | -42/+42 |