| Age | Commit message (Expand) | Author | Lines |
| 2021-03-09 | Remove hir::Item::attrs. | Camille GILLOT | -16/+25 |
| 2021-03-09 | Remove hir::ImplItem::attrs. | Camille GILLOT | -7/+11 |
| 2021-03-09 | Remove hir::TraitItem::attrs. | Camille GILLOT | -7/+12 |
| 2021-03-09 | Remove hir::StructField::attrs. | Camille GILLOT | -1/+2 |
| 2021-03-09 | Remove hir::Variant::attrs. | Camille GILLOT | -1/+2 |
| 2021-03-09 | Remove hir::Arm::attrs. | Camille GILLOT | -3/+3 |
| 2021-03-09 | Remove hir::Crate::attrs. | Camille GILLOT | -9/+11 |
| 2021-03-09 | Remove hir::Local::attrs. | Camille GILLOT | -1/+1 |
| 2021-03-09 | Remove hir::StmtKind::attrs. | Camille GILLOT | -1/+1 |
| 2021-03-09 | Do not store attrs in FnKind. | Camille GILLOT | -20/+19 |
| 2021-03-09 | Simplify clippy author. | Camille GILLOT | -13/+13 |
| 2021-03-09 | Switch to changing cp_non_overlap in tform | kadmin | -1/+1 |
| 2021-03-09 | Update cranelift | kadmin | -2/+2 |
| 2021-03-09 | Update match branches | kadmin | -1/+8 |
| 2021-03-09 | Rollup merge of #82048 - mark-i-m:or-pat-type-ascription, r=petrochenkov | Mara Bos | -1/+3 |
| 2021-03-08 | clippy: fix or-pattern in let binding | mark | -1/+3 |
| 2021-03-08 | Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix | bors | -3/+3 |
| 2021-03-05 | Make clippy set mir_opt_level using Option | Santiago Pastorino | -1/+1 |
| 2021-03-05 | Shrink the size of Rvalue by 16 bytes | Oli Scherer | -3/+3 |
| 2021-03-01 | Use diagnostic items in into_iter_collections | Cameron Steffen | -24/+22 |
| 2021-02-26 | Add missing diagnostic item Symbols | Cameron Steffen | -17/+20 |
| 2021-02-25 | Fix Clippy build and test | flip1995 | -3/+6 |
| 2021-02-25 | Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyup | flip1995 | -3273/+6454 |
| 2021-02-19 | Move try_print_query_stack to rustc_interface. | Camille GILLOT | -3/+1 |
| 2021-02-19 | Rollup merge of #82238 - petrochenkov:nocratemod, r=Aaron1011 | Dylan DPC | -3/+6 |
| 2021-02-18 | Rollup merge of #82215 - TaKO8Ki:replace-if-let-while-let, r=varkor | Dylan DPC | -1/+1 |
| 2021-02-18 | ast: Keep expansion status for out-of-line module items | Vadim Petrochenkov | -3/+6 |
| 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 |