about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src/cx.rs
AgeCommit message (Collapse)AuthorLines
2023-12-15Name rustc-specific things "rustc"Nadrieril-910/+0
2023-12-15Abstract `MatchCheckCtxt` into a traitNadrieril-31/+83
2023-12-15Disentangle the arena from `MatchCheckCtxt`Nadrieril-22/+11
2023-12-15Remove all matching on `ty.kind()` outside `cx`Nadrieril-1/+5
2023-12-15Split `Single` ctor into more specific variantsNadrieril-32/+41
2023-12-11Make `MaybeInfiniteInt` rustc-independentNadrieril-15/+34
2023-12-11Gather rustc-specific functions around `MatchCheckCtxt`Nadrieril-0/+837