about summary refs log tree commit diff
path: root/src/tools/clippy
AgeCommit message (Expand)AuthorLines
2022-10-07Introduce TypeErrCtxtCameron Steffen-2/+2
2022-10-06Merge commit '8f1ebdd18bdecc621f16baaf779898cc08cc2766' into clippyupPhilipp Krones-69/+20
2022-10-06Remove `mir::CastKind::Misc`ouz-a-1/+6
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-4346/+10205
2022-10-04It's not about types or consts, but the lack of regionsOli Scherer-1/+1
2022-10-01Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebankbors-267/+260
2022-10-01bless clippyMaybe Waffle-231/+231
2022-10-01clippy: adopt to the new lint APIMaybe Waffle-36/+29
2022-09-29Shrink `hir::def::Res`.Nicholas Nethercote-4/+9
2022-09-27rustc_typeck to rustc_hir_analysislcnr-31/+31
2022-09-26remove cfg(bootstrap)Pietro Albini-3/+0
2022-09-26Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrumfee1-dead-4/+15
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-85/+85
2022-09-24Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholkbors-11/+11
2022-09-23Fix clippy's const fn stability check for CURRENT_RUSTC_VERSIONNilstrieb-1/+12
2022-09-23Stabilize const `BTree{Map,Set}::new`Nilstrieb-3/+3
2022-09-23Bless clippy.Camille GILLOT-11/+11
2022-09-23Auto merge of #102056 - b-naber:unevaluated, r=lcnrbors-2/+2
2022-09-23rename Unevaluated to UnevaluatedConstb-naber-2/+2
2022-09-22Rollup merge of #102123 - schteve:clippy-note, r=ManishearthMatthias Krüger-0/+4
2022-09-22introduce mir::Unevaluatedb-naber-2/+2
2022-09-21Add note to clippy::non_expressive_names docSteve Heindel-0/+4
2022-09-21Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippyDavid Koloski-1631/+1997
2022-09-20Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebankbors-0/+1
2022-09-19remove the `Subst` trait, always use `EarlyBinder`lcnr-8/+4
2022-09-16Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r...Oli Scherer-0/+1
2022-09-15Fix clippyest31-48/+45
2022-09-15Auto merge of #101811 - flip1995:clippyup, r=flip1995bors-3/+2
2022-09-14Temporarily move clippy::unused_peekable to nurseryPhilipp Krones-3/+2
2022-09-14Auto merge of #101212 - eholk:dyn-star, r=compiler-errorsbors-6/+9
2022-09-14Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillotbors-11/+11
2022-09-13Address code review commentsEric Holk-197/+127
2022-09-13Auto merge of #100640 - reitermarkus:socket-display-buffer, r=thomccbors-28/+60
2022-09-12Make x.py check workEric Holk-131/+204
2022-09-12Simplify `clippy` fix.Markus Reiter-39/+22
2022-09-12Fix clippy.Markus Reiter-16/+65
2022-09-12Auto merge of #99334 - NiklasJonsson:84447/error-privacy, r=oli-obkbors-4/+3
2022-09-12Remove unused argument from `visit_poly_trait_ref`.Nicholas Nethercote-6/+6
2022-09-12Remove unused span argument from `visit_name`.Nicholas Nethercote-1/+1
2022-09-12Remove unused span argument from `walk_fn`.Nicholas Nethercote-4/+4
2022-09-10Auto merge of #98559 - jackh726:remove-reempty, r=oli-obkbors-1/+1
2022-09-10rustc_error, rustc_private, rustc_ast: Switch to stable hash containersNiklas Jonsson-4/+3
2022-09-09Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyupPhilipp Krones-686/+15491
2022-09-09Appease clippy againMichael Goulet-10/+6
2022-09-09Make clippy happyMichael Goulet-2/+7
2022-09-08Remove ReEmptyJack Huey-1/+1
2022-09-08Auto merge of #101577 - Dylan-DPC:rollup-l9xw7i7, r=Dylan-DPCbors-209/+211
2022-09-08Rollup merge of #101501 - Jarcho:tcx_lint_passes, r=davidtwcoDylan DPC-209/+211
2022-09-08Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorinobors-8/+16
2022-09-08Rollup merge of #101498 - petrochenkov:visparam, r=cjgillotDylan DPC-3/+3