| Age | Commit message (Expand) | Author | Lines |
| 2021-02-03 | Suggest panic!("{}", ..) instead of panic!(..) clippy::expect_fun_call. | Mara Bos | -1/+1 |
| 2021-02-02 | Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippy | Manish Goregaokar | -41/+176 |
| 2021-02-01 | Box the biggest ast::ItemKind variants | Dániel Buga | -54/+94 |
| 2021-01-30 | Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyup | flip1995 | -207/+858 |
| 2021-01-29 | Rollup merge of #81176 - camsteffen:qpath-res, r=oli-obk | Yuki Okushi | -58/+45 |
| 2021-01-28 | Rollup merge of #81277 - flip1995:from_diag_items, r=matthewjasper | Yuki Okushi | -6/+2 |
| 2021-01-28 | Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakis | Yuki Okushi | -30/+24 |
| 2021-01-22 | Make more traits of the From/Into family diagnostic items | flip1995 | -6/+2 |
| 2021-01-21 | Fix clippy and comment | Esteban Küber | -6/+6 |
| 2021-01-21 | Add loop head span to hir | Esteban Küber | -6/+6 |
| 2021-01-20 | Force token collection to run when parsing nonterminals | Aaron Hill | -1/+2 |
| 2021-01-18 | Remove qpath_res util function | Cameron Steffen | -58/+45 |
| 2021-01-18 | Use ty::{IntTy,UintTy,FloatTy} in rustdoc and clippy | LeSeulArtichaut | -30/+24 |
| 2021-01-18 | Rollup merge of #81038 - flip1995:clippyup, r=Manishearth | Ashley Mannix | -134/+914 |
| 2021-01-17 | Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr | bors | -26/+24 |
| 2021-01-16 | Review changes | Jack Huey | -25/+22 |
| 2021-01-16 | Cleanup | Jack Huey | -2/+1 |
| 2021-01-16 | Use pred not binder | Jack Huey | -1/+1 |
| 2021-01-16 | Cleanup | Jack Huey | -1/+1 |
| 2021-01-16 | Remove PredicateKind | Jack Huey | -1/+1 |
| 2021-01-16 | Remove PredicateKind::Atom | Jack Huey | -6/+8 |
| 2021-01-16 | Deprecate unknown_clippy_lints | flip1995 | -73/+19 |
| 2021-01-15 | Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyup | flip1995 | -134/+914 |
| 2021-01-14 | Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper | bors | -129/+150 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -1/+1 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -69/+61 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -1/+1 |
| 2021-01-09 | ast: Remove some indirection layers from values in key-value attributes | Vadim Petrochenkov | -1/+1 |
| 2021-01-07 | Reintroduce hir::ExprKind::If | Caio | -129/+150 |
| 2021-01-02 | Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyup | flip1995 | -144/+228 |
| 2021-01-01 | first pass at default values for const generics | Julian Knodt | -1/+6 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -1/+1 |
| 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 |