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
/
rustc.rs
Age
Commit message (
Expand
)
Author
Lines
2024-02-28
Don't filter out skipped fields
Nadrieril
-10
/
+5
2024-02-28
Add special `Skip` constructor
Nadrieril
-21
/
+5
2024-02-28
Push the decision to skip fields further down
Nadrieril
-7
/
+9
2024-02-28
Push down the decision to skip fields
Nadrieril
-16
/
+22
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-1
/
+1
2024-02-06
Rollup merge of #120331 - Nadrieril:no-arena, r=compiler-errors
Matthias Krüger
-40
/
+29
2024-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-1
/
+2
2024-02-05
Auto merge of #120313 - Nadrieril:graceful-error, r=compiler-errors
bors
-1
/
+1
2024-02-03
Rollup merge of #120517 - Nadrieril:lower-never-as-wildcard, r=compiler-errors
Matthias Krüger
-2
/
+3
2024-01-31
Remove `pattern_arena` from `RustcMatchCheckCtxt`
Nadrieril
-7
/
+5
2024-01-31
Use a `Vec` instead of a slice in `DeconstructedPat`
Nadrieril
-33
/
+24
2024-01-31
Gracefully abort on type incompatibility
Nadrieril
-1
/
+1
2024-01-31
It is correct to lower `!` to `_`.
Nadrieril
-2
/
+3
2024-01-30
Limit the use of `PlaceCtxt`
Nadrieril
-1
/
+0
2024-01-30
Make `PatternColumn` generic in `Cx`
Nadrieril
-4
/
+0
2024-01-27
Stop using derivative in rustc_pattern_analysis
Laurențiu Nicola
-2
/
+6
2024-01-26
Rollup merge of #118803 - Nadrieril:min-exhaustive-patterns, r=compiler-errors
Matthias Krüger
-1
/
+6
2024-01-25
Rollup merge of #120318 - Nadrieril:share-debug-impl, r=compiler-errors
Matthias Krüger
-99
/
+11
2024-01-25
Implement feature gate logic
Nadrieril
-1
/
+6
2024-01-24
Most of the `DeconstructedPat` `Debug` impl is reusable
Nadrieril
-99
/
+11
2024-01-24
Let `ctor_sub_tys` return any Iterator they want
Nadrieril
-13
/
+13
2024-01-23
Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`.
Nicholas Nethercote
-1
/
+1
2024-01-20
Remove Ty: Copy bound
Nadrieril
-10
/
+10
2024-01-15
Remove the unused `overlapping_range_endpoints` Vec
Nadrieril
-2
/
+0
2024-01-15
Lint overlapping ranges directly from exhaustiveness
Nadrieril
-8
/
+27
2024-01-12
rustc_pattern_analysis no longer needs to be passed an arena
Nadrieril
-2
/
+4
2024-01-11
Factor out collection of overlapping ranges
Nadrieril
-0
/
+2
2024-01-07
Abort analysis on type error
Nadrieril
-4
/
+13
2024-01-07
Add an error path to the algorithm
Nadrieril
-0
/
+2
2024-01-01
Statically enforce revealing of opaques
Nadrieril
-63
/
+112
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-1
/
+1
2023-12-26
Keep reference to the original `Pat` in `DeconstructedPat`
Nadrieril
-3
/
+3
2023-12-26
Merge 'thir and 'p
Michael Goulet
-1
/
+1
2023-12-26
Clean up more lifetimes
Michael Goulet
-4
/
+4
2023-12-26
Even more
Michael Goulet
-1
/
+1
2023-12-23
Reveal empty opaques in depth
Nadrieril
-4
/
+14
2023-12-23
Clarify the situation with dummy patterns and `PatData`
Nadrieril
-3
/
+3
2023-12-20
Reveal opaque types in exhaustiveness checking
Nadrieril
-2
/
+19
2023-12-15
s/MatchCx/TypeCx/
Nadrieril
-2
/
+2
2023-12-15
Introduce `MatchCtxt`
Nadrieril
-0
/
+1
2023-12-15
s/PatCtxt/PlaceCtxt/
Nadrieril
-2
/
+2
2023-12-15
`pattern_analysis` doesn't need to know what spans are
Nadrieril
-2
/
+2
2023-12-15
s/RustcCtxt/RustcMatchCheckCtxt/
Nadrieril
-24
/
+33
2023-12-15
Iron out last rustc-specific details
Nadrieril
-7
/
+13
2023-12-15
Name rustc-specific things "rustc"
Nadrieril
-0
/
+904
[prev]