| Age | Commit message (Expand) | Author | Lines |
| 2021-11-26 | Auto merge of #91205 - Aaron1011:visit_param_env, r=lcnr | bors | -8/+7 |
| 2021-11-25 | Visit `param_env` field in Obligation's `TypeFoldable` impl | Aaron Hill | -8/+7 |
| 2021-11-25 | Fix clippy test | Esteban Kuber | -0/+3 |
| 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 | -140/+90 |
| 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-09 | Auto merge of #90700 - fee1-dead:select-returns-vec, r=davidtwco | bors | -2/+2 |
| 2021-11-09 | Auto merge of #87337 - jyn514:lint-error, r=oli-obk,flip1995 | bors | -102/+123 |
| 2021-11-09 | Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-se | bors | -10/+4 |
| 2021-11-08 | Make select_* methods return Vec for TraitEngine | Deadbeef | -2/+2 |
| 2021-11-08 | Don't abort compilation after giving a lint error | Joshua Nelson | -102/+123 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -22/+29 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -1/+4 |
| 2021-11-06 | Fix Clippy with changed format_args! | Cameron Steffen | -10/+4 |
| 2021-11-04 | Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup | flip1995 | -1532/+3201 |
| 2021-11-02 | Rollup merge of #90500 - xFrednet:00000-update-clippy-deps, r=flip1995 | Matthias Krüger | -4/+4 |
| 2021-11-02 | Update clippy dependencies | xFrednet | -4/+4 |
| 2021-10-31 | Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett | Matthias Krüger | -37/+39 |
| 2021-10-30 | Add #[must_use] to len and is_empty | John Kugelman | -37/+39 |
| 2021-10-24 | Always sort suggestions before emitting them | Esteban Kuber | -10/+10 |
| 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 | -628/+4334 |
| 2021-10-20 | Rollup merge of #88860 - nbdd0121:panic, r=m-ou-se | Yuki Okushi | -3/+0 |
| 2021-10-19 | Remove begin_panic_fmt from clippy | Gary Guo | -3/+0 |
| 2021-10-18 | Rollup merge of #89990 - petrochenkov:idempty, r=wesleywiser | Matthias Krüger | -9/+8 |
| 2021-10-17 | rustc_span: `Ident::invalid` -> `Ident::empty` | Vadim Petrochenkov | -9/+8 |
| 2021-10-17 | Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisa | Matthias Krüger | -10/+10 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -10/+10 |
| 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 | -130/+126 |
| 2021-10-13 | Update clippy ui output | Oli Scherer | -1/+1 |
| 2021-10-12 | Auto merge of #89770 - jkugelman:must-use-from-and-into, r=joshtriplett | bors | -150/+150 |
| 2021-10-11 | Add #[must_use] to From::from and Into::into | John Kugelman | -150/+150 |
| 2021-10-11 | Deprecate mem_discriminant_non_enum | flip1995 | -314/+15 |
| 2021-10-07 | Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup | flip1995 | -2940/+4259 |
| 2021-10-03 | Auto merge of #88175 - camsteffen:let-desugar-span, r=Manishearth | bors | -14/+11 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -193/+196 |
| 2021-10-02 | Add desugaring mark to while loop | Cameron Steffen | -14/+11 |
| 2021-10-01 | Auto merge of #89449 - Manishearth:rollup-3alb61f, r=Manishearth | bors | -2/+1 |
| 2021-10-01 | Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk | Manish Goregaokar | -2/+1 |
| 2021-10-01 | Auto merge of #88880 - cjgillot:no-krate, r=oli-obk | bors | -28/+27 |
| 2021-09-30 | Rollup merge of #88782 - asquared31415:issue-79559, r=cjgillot | Manish Goregaokar | -3/+4 |
| 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 | -1001/+2220 |
| 2021-09-25 | Rollup merge of #89216 - r00ster91:bigo, r=dtolnay | Manish Goregaokar | -1/+1 |
| 2021-09-25 | Auto merge of #89030 - nbdd0121:box2, r=jonas-schievink | bors | -0/+1 |
| 2021-09-25 | Introduce `Rvalue::ShallowInitBox` | Gary Guo | -0/+1 |
| 2021-09-24 | Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis | Jubilee | -3/+3 |