about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2022-10-20rustc_hir_typeck: fix clippylcnr-9/+10
2022-10-20Implement assertions and fixes to not emit empty spans without suggestionsKevin Per-9/+14
2022-10-19Implement -Ztrack-diagnosticsmejrs-0/+1
2022-10-14Remove CastCheckResult since it's unusedMichael Goulet-12/+17
2022-10-10Rollup merge of #99696 - WaffleLapkin:uplift, r=fee1-deadDylan DPC-129/+6
2022-10-10Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8KiYuki Okushi-2/+2
2022-10-09deprecate `clippy::for_loops_over_fallibles`Maybe Waffle-129/+6
2022-10-09ImplItemKind::TyAlias => ImplItemKind::TypeMichael Goulet-2/+2
2022-10-07Auto merge of #102091 - RalfJung:const_err, r=oli-obkbors-1/+0
2022-10-07make const_err a hard errorRalf Jung-1/+0
2022-10-07Change InferCtxtBuilder from enter to buildCameron Steffen-63/+52
2022-10-07Introduce TypeErrCtxtCameron Steffen-2/+2
2022-10-06Merge commit '8f1ebdd18bdecc621f16baaf779898cc08cc2766' into clippyupPhilipp Krones-13/+7
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-2318/+3300
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-10/+9
2022-10-01clippy: adopt to the new lint APIMaybe Waffle-10/+9
2022-09-29Shrink `hir::def::Res`.Nicholas Nethercote-3/+8
2022-09-27rustc_typeck to rustc_hir_analysislcnr-23/+23
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-78/+78
2022-09-23Auto merge of #102056 - b-naber:unevaluated, r=lcnrbors-1/+1
2022-09-23rename Unevaluated to UnevaluatedConstb-naber-1/+1
2022-09-22Rollup merge of #102123 - schteve:clippy-note, r=ManishearthMatthias Krüger-0/+4
2022-09-22introduce mir::Unevaluatedb-naber-1/+1
2022-09-21Add note to clippy::non_expressive_names docSteve Heindel-0/+4
2022-09-21Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippyDavid Koloski-674/+543
2022-09-19remove the `Subst` trait, always use `EarlyBinder`lcnr-6/+2
2022-09-15Fix clippyest31-1/+1
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-2/+2
2022-09-14Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillotbors-10/+10
2022-09-13Address code review commentsEric Holk-19/+8
2022-09-13Auto merge of #100640 - reitermarkus:socket-display-buffer, r=thomccbors-26/+60
2022-09-12Make x.py check workEric Holk-9/+20
2022-09-12Simplify `clippy` fix.Markus Reiter-37/+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 `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-440/+737
2022-09-09Appease clippy againMichael Goulet-6/+4
2022-09-09Make clippy happyMichael Goulet-2/+4
2022-09-08Remove ReEmptyJack Huey-1/+1
2022-09-08Auto merge of #101577 - Dylan-DPC:rollup-l9xw7i7, r=Dylan-DPCbors-207/+207
2022-09-08Rollup merge of #101501 - Jarcho:tcx_lint_passes, r=davidtwcoDylan DPC-207/+207
2022-09-08Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorinobors-6/+13