about summary refs log tree commit diff
path: root/clippy_lints/src/operators/assign_op_pattern.rs
AgeCommit message (Expand)AuthorLines
2024-11-16Simplify instances of `Option::map_or(true, …)` in Clippy sourcesSamuel Tardieu-1/+1
2024-11-04Remove BorrowKind glob, make names longerMichael Goulet-2/+2
2024-08-24Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyupJason Newcomb-3/+3
2024-06-13Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...Philipp Krones-2/+2
2024-05-12Propagate errors rather than using return_if_errMichael Goulet-2/+2
2024-05-12Make LateCtxt be a type info delegate for EUV for clippyMichael Goulet-17/+2
2024-05-12Inline MemCategorization into ExprUseVisitorMichael Goulet-2/+2
2024-04-16Avoid lots of `hir::HirId{,Map,Set}` qualifiers.Nicholas Nethercote-16/+17
2023-11-16Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyupPhilipp Krones-36/+32
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-2/+1
2022-10-29Use LanguageItems::require lessCameron Steffen-1/+1
2022-10-20rustc_hir_typeck: fix clippylcnr-1/+1
2022-10-07Change InferCtxtBuilder from enter to buildCameron Steffen-20/+18
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-27/+16
2022-09-27rustc_typeck to rustc_hir_analysislcnr-1/+1
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-1/+1
2022-07-28Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyupPhilipp Krones-0/+80
2022-06-30Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyupPhilipp Krones-0/+101