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-30
Make `PatternColumn` part of the public API
Nadrieril
-90
/
+101
2024-01-30
Repurpose `MatchCtxt` for usefulness only
Nadrieril
-23
/
+21
2024-01-30
Limit the use of `PlaceCtxt`
Nadrieril
-52
/
+42
2024-01-30
Make `PatternColumn` generic in `Cx`
Nadrieril
-27
/
+20
2024-01-27
Stop using derivative in rustc_pattern_analysis
Laurențiu Nicola
-24
/
+191
2024-01-26
Rollup merge of #118803 - Nadrieril:min-exhaustive-patterns, r=compiler-errors
Matthias Krüger
-10
/
+24
2024-01-25
Rollup merge of #120318 - Nadrieril:share-debug-impl, r=compiler-errors
Matthias Krüger
-107
/
+97
2024-01-25
Implement feature gate logic
Nadrieril
-10
/
+24
2024-01-24
Improve `Range: Debug` impl
Nadrieril
-5
/
+11
2024-01-24
Most of the `DeconstructedPat` `Debug` impl is reusable
Nadrieril
-102
/
+86
2024-01-24
Let `ctor_sub_tys` return any Iterator they want
Nadrieril
-19
/
+24
2024-01-23
Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`.
Nicholas Nethercote
-2
/
+2
2024-01-20
Remove Ty: Copy bound
Nadrieril
-30
/
+31
2024-01-19
Rollup merge of #119835 - Nadrieril:simplify-empty-logic, r=compiler-errors
Matthias Krüger
-50
/
+28
2024-01-17
Rollup merge of #120039 - Nadrieril:remove-idx, r=compiler-errors
Matthias Krüger
-6
/
+47
2024-01-17
Don't rely on contiguous `VariantId`s outside of rustc
Nadrieril
-6
/
+47
2024-01-15
Remove the unused `overlapping_range_endpoints` Vec
Nadrieril
-39
/
+5
2024-01-15
Lint overlapping ranges directly from exhaustiveness
Nadrieril
-59
/
+49
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
-20
/
+19
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
-28
/
+19
2024-01-11
Only lint ranges that really overlap
Nadrieril
-90
/
+118
2024-01-11
Factor out collection of overlapping ranges
Nadrieril
-31
/
+62
2024-01-11
Track row intersections
Nadrieril
-18
/
+36
2024-01-11
Auto merge of #119837 - matthiaskrgr:rollup-l2olpad, r=matthiaskrgr
bors
-37
/
+59
2024-01-09
Document the new `expand_and_push` method
Nadrieril
-3
/
+5
2024-01-09
Avoid `PatOrWild` glob import
Nadrieril
-18
/
+18
2024-01-07
Abort analysis on type error
Nadrieril
-11
/
+24
2024-01-07
Add an error path to the algorithm
Nadrieril
-26
/
+35
2024-01-07
We only need the arity of the subtype list now
Nadrieril
-18
/
+13
2024-01-07
Use special enum to represent algorithm-generated wildcards in the matrix
Nadrieril
-42
/
+100
2024-01-07
Remove incorrect `assert`
Nadrieril
-6
/
+0
2024-01-07
Factor out pushing onto `PatternColumn`
Nadrieril
-12
/
+12
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
[prev]
[next]