| Age | Commit message (Expand) | Author | Lines |
| 2022-05-24 | Auto merge of #96098 - JakobDegen:always-return-place, r=oli-obk | bors | -2/+3 |
| 2022-05-24 | Rollup merge of #97289 - compiler-errors:tcxify-clippy, r=Mark-Simulacrum | Yuki Okushi | -24/+24 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -2/+3 |
| 2022-05-23 | Lifetime variance fixes for clippy | Michael Goulet | -24/+24 |
| 2022-05-23 | Rollup merge of #97254 - jhpratt:remove-crate-vis, r=cjgillot | Dylan DPC | -1/+1 |
| 2022-05-22 | Fix clippy explicit_write lint for new writeln implementation | David Tolnay | -2/+34 |
| 2022-05-22 | factor out the rvalue lifetime rule | Ding Xiang Fei | -46/+76 |
| 2022-05-21 | Merge crate and restricted visibilities | Jacob Pratt | -1/+1 |
| 2022-05-21 | Remove feature: `crate` visibility modifier | Jacob Pratt | -1/+1 |
| 2022-05-21 | Fix lint registration | xFrednet | -1/+0 |
| 2022-05-21 | Merge 'rust-clippy/master' into clippyup | xFrednet | -1711/+4449 |
| 2022-05-21 | Auto merge of #96923 - eholk:fix-fake-read, r=nikomatsakis | bors | -5/+5 |
| 2022-05-18 | Auto merge of #96863 - SparrowLii:let, r=michaelwoerister | bors | -12/+14 |
| 2022-05-17 | Auto merge of #97111 - JohnTitor:rollup-x3vjf6u, r=JohnTitor | bors | -2/+2 |
| 2022-05-17 | Rollup merge of #97079 - SparrowLii:successors, r=lcnr | Yuki Okushi | -2/+2 |
| 2022-05-17 | Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco | bors | -2/+1 |
| 2022-05-17 | Auto merge of #96825 - kckeiks:remove-item-like-visitor-trait, r=cjgillot | bors | -35/+23 |
| 2022-05-17 | Change `Successors` to `impl Iterator<Item = BasicBlock>` | SparrowLii | -2/+2 |
| 2022-05-16 | Add a query for checking whether a function is an intrinsic. | Oli Scherer | -2/+1 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -8/+8 |
| 2022-05-13 | Add bound_fn_sig | Jack Huey | -2/+2 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -6/+6 |
| 2022-05-13 | remove TestItemNamesVisitor | Miguel Guarniz | -35/+23 |
| 2022-05-12 | Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco | bors | -45/+27 |
| 2022-05-11 | Bless clippy. | Camille GILLOT | -1/+9 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -12/+12 |
| 2022-05-10 | Update clippy to new rake_read signature | Eric Holk | -5/+5 |
| 2022-05-10 | update clippy | lcnr | -45/+27 |
| 2022-05-09 | fix clippy | SparrowLii | -12/+14 |
| 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 | -26/+14 |
| 2022-05-08 | Test `expect` attribute for tool lints, clippy edition (RFC 2383) | xFrednet | -0/+182 |
| 2022-05-08 | Auto merge of #94206 - PrestonFrom:significant_drop, r=flip1995 | bors | -0/+1201 |
| 2022-05-07 | Track if a where bound comes from a impl Trait desugar | flip1995 | -4/+8 |
| 2022-05-06 | Lint for significant drops who may have surprising lifetimes #1 | Preston From | -0/+1201 |
| 2022-05-07 | Auto merge of #96531 - kckeiks:remove-item-like-visitor-from-rustc-typeck, r=... | bors | -6/+6 |
| 2022-05-06 | Rollup merge of #96557 - nbdd0121:const, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2022-05-06 | use def_span and def_kind queries instead of calling tcx.hir() methods | Miguel Guarniz | -6/+6 |
| 2022-05-05 | (Partially) Revert "HACK: Move buggy lints to nursery" | flip1995 | -22/+6 |
| 2022-05-05 | Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup | flip1995 | -2639/+6204 |
| 2022-05-05 | Bless clippy error msg | Gary Guo | -1/+1 |
| 2022-05-04 | Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkov | bors | -1/+2 |
| 2022-05-05 | Overhaul `MacArgs::Eq`. | Nicholas Nethercote | -1/+2 |
| 2022-05-03 | Auto merge of #96558 - bjorn3:librarify_parse_format, r=davidtwco | bors | -2/+3 |
| 2022-05-03 | Make rustc_parse_format compile on stable | bjorn3 | -2/+3 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -9/+9 |
| 2022-04-30 | Fix the clippy build | Scott McMurray | -0/+1 |
| 2022-04-30 | Bless tests. | Camille GILLOT | -14/+2 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -43/+41 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -9/+8 |