about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src/pat.rs
AgeCommit message (Collapse)AuthorLines
2023-12-15s/MatchCx/TypeCx/Nadrieril-6/+6
2023-12-15Introduce `MatchCtxt`Nadrieril-3/+3
2023-12-15s/PatCtxt/PlaceCtxt/Nadrieril-3/+3
2023-12-15`pattern_analysis` doesn't need to know what spans areNadrieril-18/+18
2023-12-15Make the `rustc_data_structures` dependency optionalNadrieril-5/+3
2023-12-15Abstract `MatchCheckCtxt` into a traitNadrieril-39/+37
2023-12-15Disentangle the arena from `MatchCheckCtxt`Nadrieril-16/+19
2023-12-15Remove all matching on `ty.kind()` outside `cx`Nadrieril-28/+21
2023-12-11Fix item visibilitiesNadrieril-11/+11
2023-12-11Gather rustc-specific functions around `MatchCheckCtxt`Nadrieril-560/+21
2023-12-11Extract exhaustiveness into its own crateNadrieril-0/+744