index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_pattern_analysis
/
src
/
usefulness.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-26
Rollup merge of #118803 - Nadrieril:min-exhaustive-patterns, r=compiler-errors
Matthias Krüger
-9
/
+17
2024-01-25
Implement feature gate logic
Nadrieril
-9
/
+17
2024-01-24
Let `ctor_sub_tys` return any Iterator they want
Nadrieril
-3
/
+5
2024-01-20
Remove Ty: Copy bound
Nadrieril
-8
/
+9
2024-01-19
Rollup merge of #119835 - Nadrieril:simplify-empty-logic, r=compiler-errors
Matthias Krüger
-35
/
+22
2024-01-15
Remove the unused `overlapping_range_endpoints` Vec
Nadrieril
-37
/
+5
2024-01-15
Lint overlapping ranges directly from exhaustiveness
Nadrieril
-11
/
+5
2024-01-15
Simplify empty pattern logic some more
Nadrieril
-8
/
+7
2024-01-15
Simplify empty pattern logic a bit
Nadrieril
-14
/
+13
2024-01-15
Make all the empty pattern decisions in `usefulness`
Nadrieril
-5
/
+13
2024-01-15
Simplify use of `ValidityConstraint`
Nadrieril
-23
/
+4
2024-01-12
rustc_pattern_analysis no longer needs to be passed an arena
Nadrieril
-9
/
+9
2024-01-11
Only lint ranges that really overlap
Nadrieril
-4
/
+113
2024-01-11
Factor out collection of overlapping ranges
Nadrieril
-1
/
+10
2024-01-11
Track row intersections
Nadrieril
-18
/
+36
2024-01-11
Auto merge of #119837 - matthiaskrgr:rollup-l2olpad, r=matthiaskrgr
bors
-12
/
+13
2024-01-07
Abort analysis on type error
Nadrieril
-2
/
+2
2024-01-07
Add an error path to the algorithm
Nadrieril
-10
/
+11
2024-01-07
We only need the arity of the subtype list now
Nadrieril
-9
/
+7
2024-01-07
Use special enum to represent algorithm-generated wildcards in the matrix
Nadrieril
-12
/
+9
2024-01-06
Reuse `ctor_sub_tys` when we have one around
Nadrieril
-3
/
+6
2024-01-06
Remove `Matrix.wildcard_row`
Nadrieril
-18
/
+24
2024-01-01
Statically enforce revealing of opaques
Nadrieril
-10
/
+7
2023-12-26
Elide more lifetimes
Michael Goulet
-11
/
+11
2023-12-26
Even more
Michael Goulet
-12
/
+9
2023-12-26
Yeet some lifetimes
Michael Goulet
-28
/
+28
2023-12-23
Rework the explanation of relevancy
Nadrieril
-48
/
+138
2023-12-23
Improve performance on wide matches
Nadrieril
-29
/
+115
2023-12-23
Clarify the situation with dummy patterns and `PatData`
Nadrieril
-2
/
+1
2023-12-23
Use `derivative` for better derive bounds
Nadrieril
-12
/
+9
2023-12-20
Reveal opaque types in exhaustiveness checking
Nadrieril
-15
/
+5
2023-12-15
s/MatchCx/TypeCx/
Nadrieril
-24
/
+24
2023-12-15
Introduce `MatchCtxt`
Nadrieril
-29
/
+23
2023-12-15
s/PatCtxt/PlaceCtxt/
Nadrieril
-18
/
+18
2023-12-15
`pattern_analysis` doesn't need to know what spans are
Nadrieril
-5
/
+5
2023-12-15
Make the crate compile on stable
Nadrieril
-0
/
+5
2023-12-15
Make the `rustc_data_structures` dependency optional
Nadrieril
-2
/
+8
2023-12-15
Gate rustc-specific code under a feature
Nadrieril
-3
/
+4
2023-12-15
Abstract `MatchCheckCtxt` into a trait
Nadrieril
-90
/
+87
2023-12-15
Disentangle the arena from `MatchCheckCtxt`
Nadrieril
-57
/
+71
2023-12-15
Remove all matching on `ty.kind()` outside `cx`
Nadrieril
-4
/
+3
2023-12-15
Split `Single` ctor into more specific variants
Nadrieril
-6
/
+3
2023-12-11
Fix doc links
Nadrieril
-5
/
+6
2023-12-11
Fix item visibilities
Nadrieril
-11
/
+7
2023-12-11
Move lints to their own module
Nadrieril
-297
/
+10
2023-12-11
Gather rustc-specific functions around `MatchCheckCtxt`
Nadrieril
-56
/
+19
2023-12-11
Extract exhaustiveness into its own crate
Nadrieril
-0
/
+1646