| Age | Commit message (Expand) | Author | Lines |
| 2021-02-17 | Auto merge of #81993 - flip1995:clippyup, r=Manishearth | bors | -610/+1802 |
| 2021-02-17 | replace if-let and while-let with `if let` and `while let` | Takayuki Maeda | -1/+1 |
| 2021-02-15 | Only store a LocalDefId in hir::ImplItem. | Camille GILLOT | -47/+36 |
| 2021-02-15 | Only store a LocalDefId in hir::TraitItem. | Camille GILLOT | -19/+15 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -56/+41 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -5/+5 |
| 2021-02-13 | Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-se | bors | -2/+2 |
| 2021-02-13 | Fix clippy's path to the copy intrinsics. | Mara Bos | -2/+2 |
| 2021-02-11 | Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup | flip1995 | -610/+1802 |
| 2021-02-09 | Rename HIR UnOp variants | Ömer Sinan Ağacan | -43/+43 |
| 2021-02-06 | Rollup merge of #81680 - camsteffen:primty, r=oli-obk | Jonas Schievink | -18/+4 |
| 2021-02-05 | Bump clippy version | Mark Rousskov | -2/+2 |
| 2021-02-03 | Suggest panic!("{}", ..) instead of panic!(..) clippy::expect_fun_call. | Mara Bos | -11/+11 |
| 2021-02-03 | Fix/allow non_fmt_panic in clippy tests. | Mara Bos | -20/+20 |
| 2021-02-03 | Use PrimTy in builtin type shadow lint | Cameron Steffen | -18/+4 |
| 2021-02-02 | Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippy | Manish Goregaokar | -126/+518 |
| 2021-02-02 | Rollup merge of #81260 - vn971:restore-editorconfig, r=Mark-Simulacrum | Jack Huey | -0/+2 |
| 2021-02-02 | Auto merge of #81405 - bugadani:ast, r=cjgillot | bors | -54/+94 |
| 2021-02-02 | Add .editorconfig | Vasili Novikov | -0/+2 |
| 2021-02-01 | Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov | bors | -4/+19 |
| 2021-02-01 | Box the biggest ast::ItemKind variants | Dániel Buga | -54/+94 |
| 2021-01-30 | Update clippy test output for panic macros. | Mara Bos | -4/+19 |
| 2021-01-30 | Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyup | flip1995 | -453/+6060 |
| 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-22 | Rollup merge of #81236 - estebank:everybody-loop-now, r=oli-obk | Mara Bos | -11/+11 |
| 2021-01-22 | Auto merge of #81135 - jyn514:no-backticks, r=flip1995 | bors | -17/+17 |
| 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 | -248/+2328 |
| 2021-01-17 | Fix formatting for removed lints | Joshua Nelson | -17/+17 |
| 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 | -91/+50 |
| 2021-01-15 | Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyup | flip1995 | -248/+2328 |
| 2021-01-14 | Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper | bors | -131/+152 |
| 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 |