summary refs log tree commit diff
path: root/src/tools/clippy/clippy_lints
AgeCommit message (Expand)AuthorLines
2022-10-29Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errorsGuillaume Gomez-89/+132
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-114/+114
2022-10-29Auto merge of #102233 - petrochenkov:effvis, r=jackh726bors-32/+32
2022-10-28Retain ParamEnv constness when running deferred cast checksDeadbeef-1/+2
2022-10-27Move clippy::uninlined_format_args back to pedanticPhilipp Krones-3/+2
2022-10-27Update toolingMaybe Waffle-89/+132
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-32/+32
2022-10-23Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyupflip1995-2730/+3552
2022-10-21Auto merge of #103344 - Dylan-DPC:rollup-d1rpfvx, r=Dylan-DPCbors-9/+14
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-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