about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src/errors.rs
AgeCommit message (Expand)AuthorLines
2023-12-15s/RustcCtxt/RustcMatchCheckCtxt/Nadrieril-2/+2
2023-12-15Name rustc-specific things "rustc"Nadrieril-2/+2
2023-12-15Abstract `MatchCheckCtxt` into a traitNadrieril-3/+3
2023-12-11Gather rustc-specific functions around `MatchCheckCtxt`Nadrieril-4/+4
2023-12-11Extract exhaustiveness into its own crateNadrieril-0/+95