about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src
AgeCommit message (Collapse)AuthorLines
2023-12-12Update compiler/rustc_pattern_analysis/src/constructor.rs Matthias Krüger-0/+1
add note that `missing_empty` is cleared now Co-authored-by: Nadrieril <Nadrieril@users.noreply.github.com>
2023-12-12simplify merging of two vecsMatthias Krüger-1/+1
2023-12-11Fix doc linksNadrieril-22/+22
2023-12-11Fix item visibilitiesNadrieril-31/+27
2023-12-11Make `MaybeInfiniteInt` rustc-independentNadrieril-34/+59
2023-12-11Move lints to their own moduleNadrieril-297/+343
2023-12-11Gather rustc-specific functions around `MatchCheckCtxt`Nadrieril-889/+891
2023-12-11Extract exhaustiveness into its own crateNadrieril-0/+3739