| Age | Commit message (Expand) | Author | Lines |
| 2022-02-22 | Move `return_self_not_must_use` to `pedantic` | xFrednet | -3/+2 |
| 2022-01-27 | Handle implicit named arguments in `useless_format` | Jason Newcomb | -2/+17 |
| 2022-01-04 | Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU | Matthias Krüger | -4/+17 |
| 2021-12-31 | Auto merge of #92252 - GuillaumeGomez:update-pulldown, r=camelid,xFrednet | bors | -5/+5 |
| 2021-12-30 | Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup | flip1995 | -159/+332 |
| 2021-12-28 | Update pulldown-cmark version in clippy | Guillaume Gomez | -5/+5 |
| 2021-12-23 | fix clippy | lcnr | -4/+17 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -70/+72 |
| 2021-12-17 | Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisa | bors | -20/+30 |
| 2021-12-17 | Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup | flip1995 | -356/+976 |
| 2021-12-15 | Remove unnecessary sigils around `Ident::as_str()` calls. | Nicholas Nethercote | -20/+20 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -31/+31 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -19/+21 |
| 2021-12-15 | Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcm | Matthias Krüger | -1/+0 |
| 2021-12-14 | Remove iter::zip feature gate from clippy | PFPoitras | -1/+0 |
| 2021-12-13 | Fix rebase and clippy tests | Esteban Kuber | -3/+8 |
| 2021-12-13 | Fix clippy uses of QPath::LangItem | Esteban Kuber | -6/+6 |
| 2021-12-13 | let-else: use hir::Let in clippy | Cormac Relf | -20/+30 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -2/+2 |
| 2021-12-06 | Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup | flip1995 | -1554/+3523 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -2/+1 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -5/+3 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -2/+2 |
| 2021-12-02 | Auto merge of #91354 - fee1-dead:const_env, r=spastorino | bors | -2/+2 |
| 2021-11-29 | Fix tools | Deadbeef | -2/+2 |
| 2021-11-28 | Take a LocalDefId in expect_*item. | Camille GILLOT | -12/+6 |
| 2021-11-21 | clippy: Fix pattern_type_mismatch for loop | Cameron Steffen | -164/+43 |
| 2021-11-21 | Fix Clippy with changed for loop desugar | Cameron Steffen | -59/+56 |
| 2021-11-18 | rustc: Remove `#[rustc_synthetic]` | Vadim Petrochenkov | -5/+3 |
| 2021-11-09 | Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis | Matthias Krüger | -1/+4 |
| 2021-11-08 | Make select_* methods return Vec for TraitEngine | Deadbeef | -2/+2 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -13/+13 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -1/+4 |
| 2021-11-04 | Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup | flip1995 | -370/+577 |
| 2021-11-02 | Update clippy dependencies | xFrednet | -2/+2 |
| 2021-10-22 | Rollup merge of #89895 - camsteffen:for-loop-head-span, r=davidtwco | Yuki Okushi | -7/+1 |
| 2021-10-21 | Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyup | flip1995 | -282/+1416 |
| 2021-10-17 | Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisa | Matthias Krüger | -1/+1 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -1/+1 |
| 2021-10-15 | Fix clippy with for loop span change | Cameron Steffen | -7/+1 |
| 2021-10-15 | Fix clippy with changed macro statement spans | Cameron Steffen | -21/+17 |
| 2021-10-11 | Deprecate mem_discriminant_non_enum | flip1995 | -87/+1 |
| 2021-10-07 | Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup | flip1995 | -1882/+2155 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -177/+180 |
| 2021-09-30 | Do not pass hir::Crate to lints. | Camille GILLOT | -25/+26 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -5/+3 |
| 2021-09-28 | Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup | flip1995 | -401/+786 |
| 2021-09-25 | Rollup merge of #89216 - r00ster91:bigo, r=dtolnay | Manish Goregaokar | -1/+1 |
| 2021-09-24 | Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis | Jubilee | -3/+3 |
| 2021-09-24 | consistent big O notation | r00ster91 | -1/+1 |