| Age | Commit message (Expand) | Author | Lines |
| 2021-12-15 | Rollup merge of #90939 - estebank:wg-af-polish, r=tmandry | Matthias Krüger | -64/+26 |
| 2021-12-14 | Auto merge of #91728 - Amanieu:stable_asm, r=joshtriplett | bors | -32/+33 |
| 2021-12-13 | fix clippy tests | Esteban Kuber | -12/+12 |
| 2021-12-13 | Fix rebase and clippy tests | Esteban Kuber | -52/+14 |
| 2021-12-13 | let-else: use hir::Let in clippy | Cormac Relf | -3/+3 |
| 2021-12-13 | Fix clippy tests | Amanieu d'Antras | -32/+33 |
| 2021-12-12 | clippy owo | Ellen | -12/+11 |
| 2021-12-06 | Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup | flip1995 | -945/+4827 |
| 2021-11-27 | Only check for errors in predicate when skipping impl assembly | Aaron Hill | -7/+8 |
| 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 | Fix Clippy with changed for loop desugar | Cameron Steffen | -34/+19 |
| 2021-11-08 | Don't abort compilation after giving a lint error | Joshua Nelson | -102/+123 |
| 2021-11-04 | Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup | flip1995 | -975/+2079 |
| 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-21 | Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyup | flip1995 | -225/+2487 |
| 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 | -6/+6 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -6/+6 |
| 2021-10-15 | Fix clippy with changed macro statement spans | Cameron Steffen | -109/+109 |
| 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 | -224/+12 |
| 2021-10-07 | Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup | flip1995 | -462/+1449 |
| 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 | -2/+2 |
| 2021-10-02 | Add desugaring mark to while loop | Cameron Steffen | -14/+11 |
| 2021-09-30 | Rollup merge of #88782 - asquared31415:issue-79559, r=cjgillot | Manish Goregaokar | -3/+4 |
| 2021-09-28 | Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup | flip1995 | -480/+1246 |
| 2021-09-14 | update test | asquared31415 | -3/+4 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -2/+2 |
| 2021-09-08 | Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup | flip1995 | -320/+1795 |
| 2021-09-06 | Auto merge of #88493 - chenyukang:fix-duplicated-diagnostic, r=estebank | bors | -33/+3 |
| 2021-09-04 | Fix #88256, remove duplicated diagnostic | yukang | -33/+3 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -19/+11 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -2/+2 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-19 | Fix clippy let expressions fallout | Cameron Steffen | -25/+32 |
| 2021-08-16 | Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiser | bors | -1190/+8 |
| 2021-08-16 | Uplift the `invalid_atomic_ordering` lint from clippy to rustc | Thom Chiovoloni | -1190/+8 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -26/+32 |
| 2021-08-13 | Auto merge of #87954 - flip1995:clippyup, r=Manishearth | bors | -87/+608 |
| 2021-08-12 | Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylev | Guillaume Gomez | -3/+3 |
| 2021-08-12 | Merge commit '7bfc26ec8e7a454786668e7e52ffe527fc649735' into clippyup | flip1995 | -87/+608 |