| Age | Commit message (Expand) | Author | Lines |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -2/+2 |
| 2022-10-06 | Merge commit '8f1ebdd18bdecc621f16baaf779898cc08cc2766' into clippyup | Philipp Krones | -69/+20 |
| 2022-10-06 | Remove `mir::CastKind::Misc` | ouz-a | -1/+6 |
| 2022-10-06 | Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup | Philipp Krones | -4346/+10205 |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -1/+1 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -267/+260 |
| 2022-10-01 | bless clippy | Maybe Waffle | -231/+231 |
| 2022-10-01 | clippy: adopt to the new lint API | Maybe Waffle | -36/+29 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -4/+9 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -31/+31 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -3/+0 |
| 2022-09-26 | Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrum | fee1-dead | -4/+15 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -85/+85 |
| 2022-09-24 | Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholk | bors | -11/+11 |
| 2022-09-23 | Fix clippy's const fn stability check for CURRENT_RUSTC_VERSION | Nilstrieb | -1/+12 |
| 2022-09-23 | Stabilize const `BTree{Map,Set}::new` | Nilstrieb | -3/+3 |
| 2022-09-23 | Bless clippy. | Camille GILLOT | -11/+11 |
| 2022-09-23 | Auto merge of #102056 - b-naber:unevaluated, r=lcnr | bors | -2/+2 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -2/+2 |
| 2022-09-22 | Rollup merge of #102123 - schteve:clippy-note, r=Manishearth | Matthias Krüger | -0/+4 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -2/+2 |
| 2022-09-21 | Add note to clippy::non_expressive_names doc | Steve Heindel | -0/+4 |
| 2022-09-21 | Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy | David Koloski | -1631/+1997 |
| 2022-09-20 | Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank | bors | -0/+1 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -8/+4 |
| 2022-09-16 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -0/+1 |
| 2022-09-15 | Fix clippy | est31 | -48/+45 |
| 2022-09-15 | Auto merge of #101811 - flip1995:clippyup, r=flip1995 | bors | -3/+2 |
| 2022-09-14 | Temporarily move clippy::unused_peekable to nursery | Philipp Krones | -3/+2 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -6/+9 |
| 2022-09-14 | Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot | bors | -11/+11 |
| 2022-09-13 | Address code review comments | Eric Holk | -197/+127 |
| 2022-09-13 | Auto merge of #100640 - reitermarkus:socket-display-buffer, r=thomcc | bors | -28/+60 |
| 2022-09-12 | Make x.py check work | Eric Holk | -131/+204 |
| 2022-09-12 | Simplify `clippy` fix. | Markus Reiter | -39/+22 |
| 2022-09-12 | Fix clippy. | Markus Reiter | -16/+65 |
| 2022-09-12 | Auto merge of #99334 - NiklasJonsson:84447/error-privacy, r=oli-obk | bors | -4/+3 |
| 2022-09-12 | Remove unused argument from `visit_poly_trait_ref`. | Nicholas Nethercote | -6/+6 |
| 2022-09-12 | Remove unused span argument from `visit_name`. | Nicholas Nethercote | -1/+1 |
| 2022-09-12 | Remove unused span argument from `walk_fn`. | Nicholas Nethercote | -4/+4 |
| 2022-09-10 | Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk | bors | -1/+1 |
| 2022-09-10 | rustc_error, rustc_private, rustc_ast: Switch to stable hash containers | Niklas Jonsson | -4/+3 |
| 2022-09-09 | Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyup | Philipp Krones | -686/+15491 |
| 2022-09-09 | Appease clippy again | Michael Goulet | -10/+6 |
| 2022-09-09 | Make clippy happy | Michael Goulet | -2/+7 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -1/+1 |
| 2022-09-08 | Auto merge of #101577 - Dylan-DPC:rollup-l9xw7i7, r=Dylan-DPC | bors | -209/+211 |
| 2022-09-08 | Rollup merge of #101501 - Jarcho:tcx_lint_passes, r=davidtwco | Dylan DPC | -209/+211 |
| 2022-09-08 | Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorino | bors | -8/+16 |
| 2022-09-08 | Rollup merge of #101498 - petrochenkov:visparam, r=cjgillot | Dylan DPC | -3/+3 |