| Age | Commit message (Expand) | Author | Lines |
| 2021-06-16 | Backport 572c405da063d2628378b74a8f659ce90e0e7779 to 1.53 | Mark Rousskov | -2/+2 |
| 2021-06-10 | Revert clippy's path to the copy intrinsics (part of reverting PR 81238). | Felix S. Klock II | -2/+2 |
| 2021-05-27 | Merge commit 'c64b3ffbb53a177e59876a6b7cc5eaff44d93913' into beta | flip1995 | -4/+31 |
| 2021-04-30 | Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov | bors | -1/+1 |
| 2021-04-29 | Auto merge of #84189 - jyn514:clippy-dev, r=Mark-Simulacrum | bors | -10/+3 |
| 2021-04-28 | Rollup merge of #84484 - jyn514:check-tools, r=Mark-Simulacrum | Jack Huey | -2/+2 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -1/+1 |
| 2021-04-27 | Switch `rustc::internal` from deny to warn | Joshua Nelson | -2/+2 |
| 2021-04-27 | Implement `x.py test src/tools/clippy --bless` | Joshua Nelson | -10/+3 |
| 2021-04-27 | Merge commit '7c7683c8efe447b251d6c5ca6cce51233060f6e8' into clippyup | flip1995 | -326/+416 |
| 2021-04-25 | fix clippy | Ralf Jung | -1/+1 |
| 2021-04-22 | Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup | flip1995 | -1551/+4649 |
| 2021-04-19 | fix suggestion for unsized function parameters | lcnr | -2/+2 |
| 2021-04-18 | Auto merge of #78880 - CDirkx:not_supported, r=joshtriplett | bors | -2/+4 |
| 2021-04-18 | Fix clippy test using `ErrorKind` | Christiaan Dirkx | -2/+4 |
| 2021-04-18 | Auto merge of #84064 - hyd-dev:unknown-lints, r=petrochenkov | bors | -1/+1 |
| 2021-04-17 | Do not ignore path segments in the middle in `#[allow]`/`#[warn]`/`#[deny]`/`... | hyd-dev | -1/+1 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -2/+2 |
| 2021-04-08 | Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup | flip1995 | -5900/+10307 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -3/+7 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -3/+7 |
| 2021-04-05 | Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisa | Dylan DPC | -4/+4 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -4/+4 |
| 2021-04-02 | fix clippy error | Roxane | -1/+1 |
| 2021-03-31 | Track bound vars | Jack Huey | -5/+5 |
| 2021-03-30 | Remove hir::CrateItem. | Camille GILLOT | -6/+6 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -2/+2 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -35/+41 |
| 2021-03-27 | format macro argument parsing fix | Ömer Sinan Ağacan | -2/+3 |
| 2021-03-26 | Use iter::zip in src/tools/clippy/ | Josh Stone | -35/+41 |
| 2021-03-25 | Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup | flip1995 | -2848/+5714 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -4/+4 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -50/+33 |
| 2021-03-20 | update `const_eval_resolve` | lcnr | -4/+14 |
| 2021-03-19 | clippy: stabilize or_patterns lint | mark | -50/+33 |
| 2021-03-18 | hir: Preserve used syntax in `TyKind::TraitObject` | Vadim Petrochenkov | -5/+5 |
| 2021-03-17 | Auto merge of #82122 - bstrie:dep4real, r=dtolnay | bors | -1/+1 |
| 2021-03-17 | Auto merge of #83188 - petrochenkov:field, r=lcnr | bors | -27/+29 |
| 2021-03-17 | Rollup merge of #83092 - petrochenkov:qspan, r=estebank | Yuki Okushi | -38/+28 |
| 2021-03-16 | Auto merge of #82536 - sexxi-goose:handle-patterns-take-2, r=nikomatsakis | bors | -0/+12 |
| 2021-03-16 | ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct` | Vadim Petrochenkov | -5/+7 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -22/+22 |
| 2021-03-16 | Update clippy tests | Vadim Petrochenkov | -38/+28 |
| 2021-03-15 | Fix error after rebase | Roxane | -0/+3 |
| 2021-03-15 | Add comments with examples and tests | Roxane | -3/+3 |
| 2021-03-15 | Use `rustc_interface::interface::Config::parse_sess_created` in Clippy | hyd-dev | -12/+8 |
| 2021-03-14 | Add fake_read() to clippy | Roxane | -0/+9 |
| 2021-03-12 | Clippy: HACK! Fix bootstrap error | flip1995 | -2/+5 |
| 2021-03-12 | Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup | flip1995 | -12241/+15389 |
| 2021-03-10 | Auto merge of #79519 - cjgillot:noattr, r=wesleywiser | bors | -81/+103 |