about summary refs log tree commit diff
path: root/compiler/rustc_ty_utils/src/structural_match.rs
AgeCommit message (Expand)AuthorLines
2025-06-05Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of NoneOli Scherer-2/+1
2024-10-29TypingMode :thinking:lcnr-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-01-24remove StructuralEq traitRalf Jung-11/+5
2023-11-20Reduce exposure of some items.Nicholas Nethercote-1/+1
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-1/+1
2023-04-16fix clippy::toplevel_ref_arg and ::manual_mapMatthias Krüger-1/+1
2022-12-08Move has_structural_eq_impls provider to rustc_ty_utilsMichael Goulet-0/+44