about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src/pat_column.rs
AgeCommit message (Expand)AuthorLines
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-2/+2
2024-03-13Rename `TypeCx` -> `PatCx`Nadrieril-3/+3
2024-02-06Rollup merge of #120331 - Nadrieril:no-arena, r=compiler-errorsMatthias Krüger-2/+2
2024-01-31Use a `Vec` instead of a slice in `DeconstructedPat`Nadrieril-2/+2
2024-01-31Gracefully abort on type incompatibilityNadrieril-1/+1
2024-01-30Make `PatternColumn` part of the public APINadrieril-0/+90