about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_utils
AgeCommit message (Expand)AuthorLines
2025-02-10Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptrBastian Kersting-2/+2
2025-02-07clippy: directly use rustc_abi instead of reexportsJubilee Young-7/+7
2025-02-06Rollup merge of #136645 - flip1995:clippy-subtree-update, r=ManishearthMatthias Krüger-22/+42
2025-02-06Merge commit '3e3715c31236bff56f1c63a1de2c7bbdfcfb0923' into clippy-subtree-u...Philipp Krones-22/+42
2025-02-06Auto merge of #136471 - safinaskar:parallel, r=SparrowLiibors-8/+12
2025-02-05Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obkLeón Orell Valerian Liehr-1/+21
2025-02-03Express contracts as part of function header and lower it to the contract lan...Celina G. Val-0/+20
2025-02-03Contracts core intrinsics.Felix S. Klock II-1/+1
2025-02-03tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`Askar Safin-8/+12
2025-02-03Use a different hir type for patterns in pattern types than we use in match p...Oli Scherer-2/+18
2025-01-31Enforce unsafe binders must be Copy (for now)Michael Goulet-0/+1
2025-01-31Implement MIR, CTFE, and codegen for unsafe bindersMichael Goulet-1/+2
2025-01-29Eliminate PatKind::PathOli Scherer-6/+21
2025-01-29Rollup merge of #135902 - compiler-errors:item-non-self-bound-in-new-solver, ...León Orell Valerian Liehr-3/+3
2025-01-28Make item self/non-self bound naming less whackMichael Goulet-3/+3
2025-01-28Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u...Philipp Krones-30/+63
2025-01-26Auto merge of #135753 - compiler-errors:from-ty-const, r=oli-obkbors-5/+4
2025-01-23`visit_x_unambig`Boxy-1/+1
2025-01-23The clipper :3cBoxy-19/+20
2025-01-23Make `hir::TyKind::TraitObject` use tagged ptrBoxy-2/+2
2025-01-20Get rid of mir::Const::from_ty_constMichael Goulet-5/+4
2025-01-18Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-1/+1
2025-01-11migrate `clippy` to the `DenseBitSet` nameRémy Rakic-16/+16
2025-01-09Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-u...Philipp Krones-7/+9
2025-01-08Rename PatKind::Lit to ExprOli Scherer-4/+4
2025-01-08Exhaustively handle expressions in patternsOli Scherer-29/+76
2025-01-07Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obkMatthias Krüger-1/+5
2025-01-04turn hir::ItemKind::Fn into a named-field variantRalf Jung-4/+4
2024-12-31cover guard patterns in clippy lintsMax Niederman-1/+5
2024-12-26Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...Philipp Krones-72/+41
2024-12-24Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obkbors-1/+3
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-1/+3
2024-12-22Update clippyScott McMurray-1/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-6/+6
2024-12-16split attributesJonathan Dönszelmann-1/+1
2024-12-15Add hir::AttributeJonathan Dönszelmann-54/+54
2024-12-15Rename `value` field to `expr` to simplify later commits' diffsOli Scherer-2/+2
2024-12-15Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=UrgauStuart Cook-8/+8
2024-12-14Add some convenience helper methods on `hir::Safety`Oli Scherer-8/+8
2024-12-14(Re-)Implement impl_trait_in_bindingsMichael Goulet-1/+2
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-3/+22
2024-12-13Rollup merge of #133937 - estebank:silence-resolve-errors-from-mod-with-parse...Matthias Krüger-1/+1
2024-12-12Fix toolsMichael Goulet-3/+22
2024-12-10Remove more traces of anonymous ADTsMichael Goulet-3/+1
2024-12-10Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...Esteban Küber-1/+1
2024-12-09Introduce `default_field_values` featureEsteban Küber-7/+12
2024-12-02Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxuGuillaume Gomez-2/+2
2024-12-02Rollup merge of #133751 - lcnr:no-trait-solving-on-type, r=compiler-errorsGuillaume Gomez-1/+1
2024-12-02remove `Ty::is_copy_modulo_regions`lcnr-1/+1
2024-12-02Change `AttrArgs::Eq` into a struct variantOli Scherer-2/+2