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
/
pat.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-20
Remove Ty: Copy bound
Nadrieril
-6
/
+6
2024-01-12
rustc_pattern_analysis no longer needs to be passed an arena
Nadrieril
-1
/
+1
2024-01-09
Avoid `PatOrWild` glob import
Nadrieril
-18
/
+18
2024-01-07
We only need the arity of the subtype list now
Nadrieril
-7
/
+5
2024-01-07
Use special enum to represent algorithm-generated wildcards in the matrix
Nadrieril
-22
/
+82
2024-01-06
Reuse `ctor_sub_tys` when we have one around
Nadrieril
-2
/
+3
2023-12-26
Clean up more lifetimes
Michael Goulet
-6
/
+4
2023-12-26
Yeet some lifetimes
Michael Goulet
-1
/
+1
2023-12-23
Clarify the situation with dummy patterns and `PatData`
Nadrieril
-7
/
+11
2023-12-23
Use `derivative` for better derive bounds
Nadrieril
-1
/
+2
2023-12-15
s/MatchCx/TypeCx/
Nadrieril
-6
/
+6
2023-12-15
Introduce `MatchCtxt`
Nadrieril
-3
/
+3
2023-12-15
s/PatCtxt/PlaceCtxt/
Nadrieril
-3
/
+3
2023-12-15
`pattern_analysis` doesn't need to know what spans are
Nadrieril
-18
/
+18
2023-12-15
Make the `rustc_data_structures` dependency optional
Nadrieril
-5
/
+3
2023-12-15
Abstract `MatchCheckCtxt` into a trait
Nadrieril
-39
/
+37
2023-12-15
Disentangle the arena from `MatchCheckCtxt`
Nadrieril
-16
/
+19
2023-12-15
Remove all matching on `ty.kind()` outside `cx`
Nadrieril
-28
/
+21
2023-12-11
Fix item visibilities
Nadrieril
-11
/
+11
2023-12-11
Gather rustc-specific functions around `MatchCheckCtxt`
Nadrieril
-560
/
+21
2023-12-11
Extract exhaustiveness into its own crate
Nadrieril
-0
/
+744