| Age | Commit message (Expand) | Author | Lines |
| 2021-01-04 | Merge commit '4bd77a19f39165fe9b8be2f7271d4197bd4f42eb' into beta | flip1995 | -117/+71 |
| 2020-12-20 | Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup | flip1995 | -301/+938 |
| 2020-12-19 | More rebinds | Jack Huey | -1/+1 |
| 2020-12-17 | Auto merge of #79945 - jackh726:existential_trait_ref, r=nikomatsakis | bors | -2/+2 |
| 2020-12-17 | Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasper | Yuki Okushi | -1/+25 |
| 2020-12-11 | Move binder for dyn to each list item | Jack Huey | -2/+2 |
| 2020-12-06 | Retain assembly operands span when lowering AST to HIR | Tomasz Miąsko | -3/+3 |
| 2020-12-06 | Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup | flip1995 | -368/+1815 |
| 2020-12-06 | Handle `Guard::IfLet` in clippy | LeSeulArtichaut | -1/+24 |
| 2020-12-06 | Implement lowering of if-let guards to MIR | LeSeulArtichaut | -0/+1 |
| 2020-11-26 | Remove ForeignMod struct. | Camille GILLOT | -3/+3 |
| 2020-11-24 | Move lev_distance to rustc_ast, make non-generic | Arlie Davis | -2/+2 |
| 2020-11-24 | Auto merge of #79228 - flip1995:clippyup, r=oli-obk | bors | -324/+833 |
| 2020-11-23 | Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-11-23 | Fix ICE in utils::implements_trait | flip1995 | -0/+3 |
| 2020-11-23 | Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup | flip1995 | -324/+830 |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -1/+1 |
| 2020-11-22 | Thread `Constness` through selection | Jonas Schievink | -1/+1 |
| 2020-11-19 | Clippy: Match on assert!() expansions without an inner block. | Mara Bos | -2/+5 |
| 2020-11-19 | Remove the clippy::panic-params lint. | Mara Bos | -45/+4 |
| 2020-11-18 | Rollup merge of #79145 - camelid:clippy-fix-panics, r=flip1995 | Mara Bos | -41/+58 |
| 2020-11-17 | Fix handling of panic calls | Camelid | -41/+58 |
| 2020-11-17 | Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk | bors | -1/+3 |
| 2020-11-16 | clippy: fold by value | Bastian Kauschke | -15/+15 |
| 2020-11-14 | Set the default `BreakTy` to `!` | LeSeulArtichaut | -0/+2 |
| 2020-11-14 | Introduce `TypeVisitor::BreakTy` | LeSeulArtichaut | -1/+1 |
| 2020-11-14 | Add underscore expressions for destructuring assignments | Fabian Zaiser | -0/+1 |
| 2020-11-12 | Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkov | Mara Bos | -1/+10 |
| 2020-11-12 | Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011 | bors | -4/+4 |
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -1/+10 |
| 2020-11-11 | Fix typo in comment | Ikko Ashimine | -1/+1 |
| 2020-11-09 | Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwco | Dylan DPC | -7/+1 |
| 2020-11-09 | Do not collect tokens for doc comments | Vadim Petrochenkov | -4/+4 |
| 2020-11-05 | Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyup | flip1995 | -310/+1067 |
| 2020-11-04 | Auto merge of #78662 - sexxi-goose:add_expr_id_to_delegate, r=nikomatsakis | bors | -16/+16 |
| 2020-11-04 | s/Scalar::Raw/Scalar::Int | oli | -1/+1 |
| 2020-11-04 | Split the "raw integer bytes" part out of `Scalar` | Oliver Scherer | -8/+9 |
| 2020-11-03 | rustc_ast: `visit_mac` -> `visit_mac_call` | Vadim Petrochenkov | -1/+1 |
| 2020-11-03 | rustc_ast: Do not panic by default when visiting macro calls | Vadim Petrochenkov | -6/+0 |
| 2020-11-02 | Provide diagnostic suggestion in ExprUseVisitor Delegate | Dhruv Jauhar | -16/+16 |
| 2020-11-01 | Auto merge of #75534 - Aaron1011:feature/new-future-breakage, r=pnkfelix | bors | -1/+1 |
| 2020-10-30 | Update Clippy path to `Lint` | Aaron Hill | -1/+1 |
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -1/+1 |
| 2020-10-30 | Use `ControlFlow::is{break,continue}` | LeSeulArtichaut | -2/+2 |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in clippy | LeSeulArtichaut | -4/+6 |
| 2020-10-28 | Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyup | Eduardo Broto | -556/+1308 |
| 2020-10-26 | Remove lint from clippy | Nathan Whitaker | -60/+0 |
| 2020-10-25 | Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkov | Yuki Okushi | -2/+2 |
| 2020-10-24 | Fix inconsistencies in handling of inert attributes on statements | Aaron Hill | -2/+2 |
| 2020-10-23 | Remove duplicate import of `Target` | Eduardo Broto | -1/+0 |