| Age | Commit message (Expand) | Author | Lines |
| 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/+39 |
| 2024-06-18 | Auto merge of #12942 - Jarcho:ex_proc_macro, r=Manishearth | bors | -42/+42 |
| 2024-06-17 | Fix other tools | Michael Goulet | -4/+1 |
| 2024-06-17 | Auto merge of #12943 - Jarcho:range_sym, r=llogiq | bors | -29/+34 |
| 2024-06-16 | Use symbols when raising range expressions. | Jason Newcomb | -29/+34 |
| 2024-06-16 | Add more types to `is_from_proc_macro` | Jason Newcomb | -42/+42 |
| 2024-06-16 | Add lint `manual_inspect` | Jason Newcomb | -1/+40 |
| 2024-06-16 | `expr_use_ctxt` changes: | Jason Newcomb | -71/+93 |
| 2024-06-15 | Auto merge of #12756 - y21:assigning_clones_lifetimes, r=Alexendoo | bors | -1/+1 |
| 2024-06-13 | Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u... | Philipp Krones | -41/+157 |
| 2024-06-13 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -42/+158 |
| 2024-06-11 | Auto merge of #12681 - y21:issue12677, r=Jarcho | bors | -3/+7 |
| 2024-06-11 | Add lint to check manual pattern char comparison and merge its code with sing... | AurelienFT | -0/+45 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -19/+5 |
| 2024-06-08 | add utils is_inside_always_const_context | Lzu Tao | -5/+26 |
| 2024-06-07 | Auto merge of #12851 - samueltardieu:issue12846, r=y21 | bors | -0/+11 |
| 2024-06-07 | qualify_min_const_fn: ignore cleanup bbs | y21 | -3/+7 |
| 2024-06-07 | Auto merge of #12822 - Alexendoo:for-each-expr, r=dswij | bors | -20/+20 |
| 2024-06-07 | Auto merge of #12877 - y21:const_host_ice, r=dswij | bors | -2/+12 |