| Age | Commit message (Expand) | Author | Lines |
| 2022-05-11 | Bless clippy. | Camille GILLOT | -1/+9 |
| 2022-05-09 | Auto merge of #95542 - xFrednet:rfc-2383-expect-query, r=wesleywiser | bors | -0/+182 |
| 2022-05-08 | Auto merge of #96770 - flip1995:fix-trait-type-in-bounds, r=cjgillot | bors | -18/+2 |
| 2022-05-08 | Test `expect` attribute for tool lints, clippy edition (RFC 2383) | xFrednet | -0/+182 |
| 2022-05-06 | Lint for significant drops who may have surprising lifetimes #1 | Preston From | -0/+787 |
| 2022-05-06 | Rollup merge of #96557 - nbdd0121:const, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2022-05-05 | (Partially) Revert "HACK: Move buggy lints to nursery" | flip1995 | -18/+2 |
| 2022-05-05 | Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup | flip1995 | -1064/+3258 |
| 2022-05-05 | Bless clippy error msg | Gary Guo | -1/+1 |
| 2022-04-30 | Bless tests. | Camille GILLOT | -14/+2 |
| 2022-04-17 | Auto merge of #95779 - cjgillot:ast-lifetimes-undeclared, r=petrochenkov | bors | -8/+8 |
| 2022-04-17 | Bless clippy. | Camille GILLOT | -8/+8 |
| 2022-04-17 | Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot | bors | -13/+13 |
| 2022-04-08 | Refactor HIR item-like traversal (part 1) | Miguel Guarniz | -13/+13 |
| 2022-04-08 | Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup | flip1995 | -465/+1443 |
| 2022-03-26 | Auto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPC | bors | -30/+30 |
| 2022-03-26 | add #[must_use] to functions of slice and its iterators. | Jendrik | -18/+18 |
| 2022-03-26 | add #[must_use] to functions of slice and its iterators. | Jendrik | -12/+12 |
| 2022-03-24 | Auto merge of #95273 - flip1995:clippyup, r=manishearth | bors | -334/+1084 |
| 2022-03-24 | Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup | flip1995 | -334/+1084 |
| 2022-03-24 | update clippy stderr file | Oli Scherer | -0/+10 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -3/+3 |
| 2022-03-14 | Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup | flip1995 | -56/+1394 |
| 2022-03-07 | Update and fix clippy tests | Eric Holk | -5/+11 |
| 2022-03-05 | Do not point at whole file missing `fn main` | Esteban Kuber | -14/+6 |
| 2022-03-02 | bless clippy | Ralf Jung | -4/+4 |
| 2022-02-26 | Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup | flip1995 | -327/+1776 |
| 2022-02-24 | Update clippy tests | Vadim Petrochenkov | -2/+2 |
| 2022-02-18 | Auto merge of #94088 - oli-obk:revert, r=jackh726 | bors | -10/+2 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -10/+2 |
| 2022-02-17 | Don't lint `needless_borrow` in method receiver positions | Jason Newcomb | -25/+7 |
| 2022-02-12 | Bless clippy test. | Camille GILLOT | -2/+10 |
| 2022-02-10 | Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup | flip1995 | -345/+905 |
| 2022-02-01 | silence lint in clippy | lcnr | -26/+27 |
| 2022-01-27 | Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup | flip1995 | -561/+884 |
| 2022-01-21 | Remove a span from hir::ExprKind::MethodCall | Cameron Steffen | -1/+1 |
| 2022-01-21 | Auto merge of #91359 - dtolnay:args, r=Mark-Simulacrum | bors | -1/+10 |
| 2022-01-17 | Bless clippy ui tests after format_args change | David Tolnay | -1/+10 |
| 2022-01-17 | Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97' into clippyup | flip1995 | -30/+502 |
| 2022-01-13 | Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup | flip1995 | -419/+1374 |
| 2022-01-09 | rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra... | Vadim Petrochenkov | -2/+2 |
| 2022-01-04 | Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwU | Matthias Krüger | -1/+2 |
| 2021-12-31 | Make tidy check for magic numbers that spell things | Josh Triplett | -7/+7 |
| 2021-12-30 | Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup | flip1995 | -129/+676 |
| 2021-12-23 | fix clippy | lcnr | -1/+2 |
| 2021-12-22 | Bless clippy test. | Mara Bos | -1/+1 |
| 2021-12-17 | Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisa | bors | -3/+3 |
| 2021-12-17 | Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup | flip1995 | -159/+1644 |
| 2021-12-15 | Rollup merge of #90521 - jhpratt:stabilize-destructuring_assignment, r=jackh7... | Matthias Krüger | -13/+2 |
| 2021-12-14 | Stabilize `destructuring_assignment` | Jacob Pratt | -13/+2 |