| Age | Commit message (Expand) | Author | Lines |
| 2021-01-04 | Merge commit '4bd77a19f39165fe9b8be2f7271d4197bd4f42eb' into beta | flip1995 | -119/+85 |
| 2020-12-23 | Special sync of 'e89801553ddbaccdeb2eac4db08900edb51ac7ff' | flip1995 | -171/+47 |
| 2020-12-20 | Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup | flip1995 | -1049/+3201 |
| 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-15 | Auto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obk | bors | -3/+2 |
| 2020-12-14 | Convenience funcs for `some_option.unwrap_or(...)` | Rich Kadel | -1/+1 |
| 2020-12-14 | Improve warnings on incompatible options involving -Zinstrument-coverage | Rich Kadel | -16/+18 |
| 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 | -576/+4334 |
| 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-12-05 | fix clippy test | Vishnunarayan K I | -3/+2 |
| 2020-11-30 | Auto merge of #79329 - camelid:int-lit-suffix-error, r=davidtwco | bors | -2/+2 |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -1/+1 |
| 2020-11-27 | Update error to reflect that integer literals can have float suffixes | Camelid | -2/+2 |
| 2020-11-27 | Auto merge of #79318 - cjgillot:fitem, r=lcnr | bors | -3/+3 |
| 2020-11-26 | Remove ForeignMod struct. | Camille GILLOT | -3/+3 |
| 2020-11-26 | Auto merge of #77671 - flip1995:lint_list_always_plugins, r=oli-obk,Manishearth | bors | -3104/+1 |
| 2020-11-24 | Move lev_distance to rustc_ast, make non-generic | Arlie Davis | -2/+2 |
| 2020-11-24 | clippy: Remove now obsolete lintlist module | flip1995 | -2983/+1 |
| 2020-11-24 | clippy: Let rustc handle describing lints | flip1995 | -121/+0 |
| 2020-11-24 | Auto merge of #79228 - flip1995:clippyup, r=oli-obk | bors | -876/+3112 |
| 2020-11-23 | Auto merge of #78343 - camelid:macros-qualify-panic, r=m-ou-se | bors | -5/+5 |
| 2020-11-23 | Qualify `panic!` as `core::panic!` in non-built-in `core` macros | Camelid | -5/+5 |
| 2020-11-23 | Auto merge of #78439 - lzutao:rm-clouldabi, r=Mark-Simulacrum | bors | -34/+13 |
| 2020-11-23 | Fix ICE in utils::implements_trait | flip1995 | -0/+8 |
| 2020-11-23 | Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18' into clippyup | flip1995 | -876/+3104 |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -34/+13 |
| 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 | -134/+4 |
| 2020-11-05 | Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyup | flip1995 | -675/+2839 |
| 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-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 | -672/+2832 |
| 2020-10-26 | Remove lint from clippy | Nathan Whitaker | -140/+3 |
| 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 |
| 2020-10-23 | Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyup | Eduardo Broto | -566/+2120 |