| Age | Commit message (Expand) | Author | Lines |
| 2024-11-14 | Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u... | Philipp Krones | -33/+599 |
| 2024-11-11 | Auto merge of #126597 - estebank:unicode-output, r=fmease | bors | -28/+28 |
| 2024-11-10 | Add Unicode block-drawing compiler output support | Esteban Küber | -28/+28 |
| 2024-11-07 | Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u... | Philipp Krones | -245/+2773 |
| 2024-11-04 | Move two attribute lints to be early pass (post expansion) | Jonathan Dönszelmann | -35/+18 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -4/+4 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -1/+1 |
| 2024-10-29 | Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgau | bors | -8/+14 |
| 2024-10-28 | New lint: `dangling_pointers_from_temporaries` | Pavel Grigorenko | -8/+14 |
| 2024-10-28 | Rollup merge of #131391 - ChaiTRex:isqrt, r=scottmcm,tgross35 | Matthias Krüger | -93/+92 |
| 2024-10-26 | Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot | bors | -0/+5 |
| 2024-10-20 | make unsupported_calling_conventions a hard error | Ralf Jung | -14/+14 |
| 2024-10-19 | Do not run lints that cannot emit | blyxyas | -0/+5 |
| 2024-10-18 | Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u... | Philipp Krones | -218/+1923 |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -2/+2 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -10/+0 |
| 2024-10-10 | Auto merge of #13464 - y21:issue13458, r=flip1995 | bors | -56/+72 |
| 2024-10-08 | Stabilize `isqrt` feature | Chai T. Rex | -93/+92 |
| 2024-10-06 | Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebank | bors | -6/+12 |
| 2024-10-05 | Add a Lint for Pointer to Integer Transmutes in Consts | Veera | -6/+12 |
| 2024-10-05 | move f16/f128 const fn under f16/f128 feature gate | Ralf Jung | -4/+4 |
| 2024-10-05 | Bless clippy. | Camille GILLOT | -5/+9 |
| 2024-10-03 | Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u... | Philipp Krones | -406/+1674 |
| 2024-10-01 | Remove crashes and fix tests | Michael Goulet | -10/+0 |
| 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-24 | Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u... | Philipp Krones | -1012/+4103 |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -92/+122 |
| 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 | -115/+105 |
| 2024-09-14 | Fix lint levels not getting overridden by attrs on `Stmt` nodes | Gurinder Singh | -1/+9 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -92/+122 |
| 2024-09-01 | stabilize const_float_bits_conv | Ralf Jung | -33/+181 |
| 2024-08-31 | elided_named_lifetimes: bless & add tests | Pavel Grigorenko | -2/+22 |
| 2024-08-25 | Auto merge of #129531 - Jarcho:clippyup, r=Manishearth | bors | -511/+1504 |
| 2024-08-24 | Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup | Jason Newcomb | -511/+1504 |
| 2024-08-22 | stabilize const_fn_floating_point_arithmetic | Ralf Jung | -35/+29 |
| 2024-08-12 | Auto merge of #126793 - saethlin:mono-rawvec, r=scottmcm | bors | -5/+4 |
| 2024-08-11 | Link `std` statically in `rustc_driver` | John Kåre Alsaker | -0/+3 |
| 2024-08-10 | Fixes in various places | Nadrieril | -4/+4 |
| 2024-08-09 | Paper over the clippy ICE | Ben Kimock | -5/+4 |
| 2024-08-08 | Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u... | Philipp Krones | -683/+2228 |
| 2024-08-06 | pass the right `ParamEnv` to `might_permit_raw_init_strict` | y21 | -14/+31 |
| 2024-08-01 | Do not underline suggestions for code that is already there | Esteban Küber | -6/+6 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -8/+6 |
| 2024-07-26 | Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnay | Trevor Gross | -12/+12 |
| 2024-07-26 | Auto merge of #128193 - flip1995:clippy-subtree-update, r=matthiaskrgr | bors | -3028/+2100 |
| 2024-07-25 | Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u... | Philipp Krones | -3028/+2100 |
| 2024-07-25 | Rollup merge of #121364 - Urgau:unary_precedence, r=compiler-errors | Matthias Krüger | -101/+3 |