| Age | Commit message (Expand) | Author | Lines |
| 2022-08-08 | Move `significant_drop_in_scrutinee` into `nursey` | Jason Newcomb | -3/+2 |
| 2022-06-16 | Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup | flip1995 | -1089/+1656 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -85/+97 |
| 2022-06-14 | address review | b-naber | -1/+1 |
| 2022-06-14 | fix clippy test failures | b-naber | -13/+28 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -17/+15 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -2/+2 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` for `tool_only_span_suggestion` | Takayuki Maeda | -1/+1 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -18/+18 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -85/+97 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -1/+1 |
| 2022-06-07 | Rollup merge of #97794 - eltociear:patch-13, r=matthiaskrgr | Matthias Krüger | -1/+1 |
| 2022-06-06 | Fix typo in redundant_pattern_match.rs | Ikko Ashimine | -1/+1 |
| 2022-06-04 | Merge commit 'd9ddce8a223cb9916389c039777b6966ea448dc8' into clippyup | Philipp Krones | -1663/+2653 |
| 2022-06-03 | Manipulate lifetimes by LocalDefId for region resolution. | Camille GILLOT | -2/+2 |
| 2022-06-01 | Lazify `SourceFile::lines`. | Nicholas Nethercote | -15/+21 |
| 2022-05-25 | try to cache region_scope_tree as a query | Ding Xiang Fei | -15/+3 |
| 2022-05-24 | Auto merge of #96098 - JakobDegen:always-return-place, r=oli-obk | bors | -2/+2 |
| 2022-05-24 | Rollup merge of #97289 - compiler-errors:tcxify-clippy, r=Mark-Simulacrum | Yuki Okushi | -22/+22 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -2/+2 |
| 2022-05-23 | Lifetime variance fixes for clippy | Michael Goulet | -22/+22 |
| 2022-05-22 | Fix clippy explicit_write lint for new writeln implementation | David Tolnay | -2/+34 |
| 2022-05-22 | factor out the rvalue lifetime rule | Ding Xiang Fei | -46/+76 |
| 2022-05-21 | Fix lint registration | xFrednet | -1/+0 |
| 2022-05-21 | Merge 'rust-clippy/master' into clippyup | xFrednet | -627/+1416 |
| 2022-05-21 | Auto merge of #96923 - eholk:fix-fake-read, r=nikomatsakis | bors | -3/+3 |
| 2022-05-18 | Auto merge of #96863 - SparrowLii:let, r=michaelwoerister | bors | -10/+10 |
| 2022-05-17 | Change `Successors` to `impl Iterator<Item = BasicBlock>` | SparrowLii | -2/+2 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -5/+5 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -6/+6 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -8/+8 |
| 2022-05-10 | Update clippy to new rake_read signature | Eric Holk | -3/+3 |
| 2022-05-10 | update clippy | lcnr | -21/+17 |
| 2022-05-09 | fix clippy | SparrowLii | -10/+10 |
| 2022-05-08 | Auto merge of #96770 - flip1995:fix-trait-type-in-bounds, r=cjgillot | bors | -8/+12 |
| 2022-05-08 | Auto merge of #94206 - PrestonFrom:significant_drop, r=flip1995 | bors | -0/+412 |
| 2022-05-07 | Track if a where bound comes from a impl Trait desugar | flip1995 | -4/+8 |
| 2022-05-06 | Lint for significant drops who may have surprising lifetimes #1 | Preston From | -0/+412 |
| 2022-05-06 | use def_span and def_kind queries instead of calling tcx.hir() methods | Miguel Guarniz | -6/+6 |
| 2022-05-05 | (Partially) Revert "HACK: Move buggy lints to nursery" | flip1995 | -4/+4 |
| 2022-05-05 | Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup | flip1995 | -1469/+2096 |
| 2022-05-03 | Auto merge of #96558 - bjorn3:librarify_parse_format, r=davidtwco | bors | -2/+3 |
| 2022-05-03 | Make rustc_parse_format compile on stable | bjorn3 | -2/+3 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -8/+8 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -43/+41 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -9/+8 |
| 2022-04-30 | Box HIR Generics and Impl. | Camille GILLOT | -3/+3 |
| 2022-04-29 | errors: `span_suggestion` takes `impl ToString` | David Wood | -3/+3 |
| 2022-04-23 | Make clippy inspector more precise. | Camille GILLOT | -2/+14 |
| 2022-04-23 | Drop vis in Item. | Camille GILLOT | -13/+13 |