| Age | Commit message (Expand) | Author | Lines |
| 2021-12-15 | Rollup merge of #90521 - jhpratt:stabilize-destructuring_assignment, r=jackh7... | Matthias Krüger | -13/+2 |
| 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 | -34/+34 |
| 2021-12-14 | Stabilize `destructuring_assignment` | Jacob Pratt | -13/+2 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -21/+23 |
| 2021-12-15 | Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcm | Matthias Krüger | -2/+0 |
| 2021-12-15 | Rollup merge of #90939 - estebank:wg-af-polish, r=tmandry | Matthias Krüger | -80/+47 |
| 2021-12-14 | Remove iter::zip feature gate from clippy | PFPoitras | -2/+0 |
| 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 | -55/+22 |
| 2021-12-13 | Fix clippy uses of QPath::LangItem | Esteban Kuber | -13/+13 |
| 2021-12-13 | let-else: use hir::Let in clippy | Cormac Relf | -31/+56 |
| 2021-12-13 | Fix clippy tests | Amanieu d'Antras | -32/+33 |
| 2021-12-12 | Auto merge of #91549 - fee1-dead:const_env, r=spastorino | bors | -2/+2 |
| 2021-12-12 | clippy owo | Ellen | -12/+11 |
| 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 | -3243/+9876 |
| 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-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 | 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 | Remove NullOp::Box | Gary Guo | -1/+0 |
| 2021-10-20 | Rollup merge of #88860 - nbdd0121:panic, r=m-ou-se | Yuki Okushi | -3/+0 |