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
Age
Commit message (
Expand
)
Author
Lines
2024-01-06
Reuse `ctor_sub_tys` when we have one around
Nadrieril
-6
/
+11
2024-01-06
Remove `Matrix.wildcard_row`
Nadrieril
-18
/
+24
2024-01-06
Auto merge of #119329 - Nadrieril:reveal-opaques-early, r=compiler-errors
bors
-90
/
+128
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-1
/
+1
2024-01-01
Statically enforce revealing of opaques
Nadrieril
-90
/
+128
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-1
/
+1
2023-12-26
Keep reference to the original `Pat` in `DeconstructedPat`
Nadrieril
-5
/
+5
2023-12-26
Rollup merge of #119307 - compiler-errors:pat-lifetimes, r=Nadrieril
Michael Goulet
-69
/
+61
2023-12-26
Merge 'thir and 'p
Michael Goulet
-1
/
+1
2023-12-26
Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-e...
bors
-1
/
+1
2023-12-26
Elide more lifetimes
Michael Goulet
-12
/
+12
2023-12-26
Clean up more lifetimes
Michael Goulet
-15
/
+10
2023-12-26
Even more
Michael Goulet
-13
/
+10
2023-12-26
Yeet some lifetimes
Michael Goulet
-40
/
+40
2023-12-24
Auto merge of #118796 - Nadrieril:fix-exponential-id-match-2, r=cjgillot
bors
-29
/
+205
2023-12-23
Rework the explanation of relevancy
Nadrieril
-48
/
+138
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-23
Reveal empty opaques in depth
Nadrieril
-4
/
+14
2023-12-23
Improve performance on wide matches
Nadrieril
-29
/
+115
2023-12-23
Clarify the situation with dummy patterns and `PatData`
Nadrieril
-17
/
+19
2023-12-23
Use `derivative` for better derive bounds
Nadrieril
-21
/
+19
2023-12-20
Reveal opaque types in exhaustiveness checking
Nadrieril
-33
/
+33
2023-12-19
Auto merge of #118842 - Nadrieril:librarify-further, r=compiler-errors
bors
-419
/
+606
2023-12-15
NFC: do not clone types that are copy
Matthias Krüger
-1
/
+1
2023-12-15
s/MatchCx/TypeCx/
Nadrieril
-48
/
+48
2023-12-15
Introduce `MatchCtxt`
Nadrieril
-77
/
+93
2023-12-15
s/PatCtxt/PlaceCtxt/
Nadrieril
-33
/
+33
2023-12-15
`pattern_analysis` doesn't need to know what spans are
Nadrieril
-28
/
+31
2023-12-15
Address review comments
Nadrieril
-12
/
+4
2023-12-15
s/RustcCtxt/RustcMatchCheckCtxt/
Nadrieril
-34
/
+44
2023-12-15
Make the crate compile on stable
Nadrieril
-0
/
+5
2023-12-15
Make the `rustc_data_structures` dependency optional
Nadrieril
-12
/
+26
2023-12-15
Gate rustc-specific code under a feature
Nadrieril
-8
/
+20
2023-12-15
Iron out last rustc-specific details
Nadrieril
-14
/
+38
2023-12-15
Name rustc-specific things "rustc"
Nadrieril
-43
/
+36
2023-12-15
Abstract `MatchCheckCtxt` into a trait
Nadrieril
-218
/
+294
2023-12-15
Disentangle the arena from `MatchCheckCtxt`
Nadrieril
-116
/
+135
2023-12-15
Remove all matching on `ty.kind()` outside `cx`
Nadrieril
-36
/
+31
2023-12-15
Split `Single` ctor into more specific variants
Nadrieril
-51
/
+79
2023-12-12
Update compiler/rustc_pattern_analysis/src/constructor.rs
Matthias Krüger
-0
/
+1
2023-12-12
simplify merging of two vecs
Matthias Krüger
-1
/
+1
2023-12-11
Fix doc links
Nadrieril
-22
/
+22
2023-12-11
Fix item visibilities
Nadrieril
-31
/
+27
2023-12-11
Make `MaybeInfiniteInt` rustc-independent
Nadrieril
-34
/
+59
2023-12-11
Move lints to their own module
Nadrieril
-297
/
+343
2023-12-11
Gather rustc-specific functions around `MatchCheckCtxt`
Nadrieril
-889
/
+891
2023-12-11
Extract exhaustiveness into its own crate
Nadrieril
-0
/
+3739