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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2024-03-03
Add new `pattern_complexity` attribute to add possibility to limit and check ...
Guillaume Gomez
-1
/
+6
2024-02-28
Rename `Skip` to `PrivateUninhabited`
Nadrieril
-3
/
+4
2024-02-28
Don't filter out skipped fields
Nadrieril
-2
/
+1
2024-02-28
Push the decision to skip fields further down
Nadrieril
-3
/
+7
2024-02-09
Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco
Matthias Krüger
-0
/
+3
2024-02-06
Rollup merge of #120331 - Nadrieril:no-arena, r=compiler-errors
Matthias Krüger
-4
/
+4
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-0
/
+3
2024-01-31
Use a `Vec` instead of a slice in `DeconstructedPat`
Nadrieril
-4
/
+4
2024-01-31
Gracefully abort on type incompatibility
Nadrieril
-1
/
+1
2024-01-30
Make `PatternColumn` part of the public API
Nadrieril
-1
/
+3
2024-01-30
Repurpose `MatchCtxt` for usefulness only
Nadrieril
-17
/
+1
2024-01-30
Limit the use of `PlaceCtxt`
Nadrieril
-1
/
+1
2024-01-27
Stop using derivative in rustc_pattern_analysis
Laurențiu Nicola
-4
/
+16
2024-01-26
Rollup merge of #118803 - Nadrieril:min-exhaustive-patterns, r=compiler-errors
Matthias Krüger
-0
/
+1
2024-01-25
Rollup merge of #120318 - Nadrieril:share-debug-impl, r=compiler-errors
Matthias Krüger
-2
/
+6
2024-01-25
Implement feature gate logic
Nadrieril
-0
/
+1
2024-01-24
Most of the `DeconstructedPat` `Debug` impl is reusable
Nadrieril
-2
/
+6
2024-01-24
Let `ctor_sub_tys` return any Iterator they want
Nadrieril
-1
/
+5
2024-01-20
Remove Ty: Copy bound
Nadrieril
-4
/
+4
2024-01-17
Rollup merge of #120039 - Nadrieril:remove-idx, r=compiler-errors
Matthias Krüger
-2
/
+40
2024-01-17
Don't rely on contiguous `VariantId`s outside of rustc
Nadrieril
-2
/
+40
2024-01-15
Lint overlapping ranges directly from exhaustiveness
Nadrieril
-11
/
+14
2024-01-12
rustc_pattern_analysis no longer needs to be passed an arena
Nadrieril
-13
/
+2
2024-01-11
Only lint ranges that really overlap
Nadrieril
-1
/
+3
2024-01-11
Factor out collection of overlapping ranges
Nadrieril
-1
/
+1
2024-01-07
Abort analysis on type error
Nadrieril
-1
/
+1
2024-01-07
Add an error path to the algorithm
Nadrieril
-5
/
+9
2024-01-01
Statically enforce revealing of opaques
Nadrieril
-2
/
+1
2023-12-26
Yeet some lifetimes
Michael Goulet
-1
/
+1
2023-12-23
Clarify the situation with dummy patterns and `PatData`
Nadrieril
-3
/
+2
2023-12-23
Use `derivative` for better derive bounds
Nadrieril
-7
/
+6
2023-12-20
Reveal opaque types in exhaustiveness checking
Nadrieril
-1
/
+2
2023-12-15
s/MatchCx/TypeCx/
Nadrieril
-7
/
+7
2023-12-15
Introduce `MatchCtxt`
Nadrieril
-12
/
+34
2023-12-15
`pattern_analysis` doesn't need to know what spans are
Nadrieril
-1
/
+4
2023-12-15
Address review comments
Nadrieril
-4
/
+0
2023-12-15
s/RustcCtxt/RustcMatchCheckCtxt/
Nadrieril
-2
/
+2
2023-12-15
Make the `rustc_data_structures` dependency optional
Nadrieril
-0
/
+7
2023-12-15
Gate rustc-specific code under a feature
Nadrieril
-5
/
+15
2023-12-15
Iron out last rustc-specific details
Nadrieril
-1
/
+5
2023-12-15
Name rustc-specific things "rustc"
Nadrieril
-6
/
+6
2023-12-15
Abstract `MatchCheckCtxt` into a trait
Nadrieril
-7
/
+42
2023-12-15
Disentangle the arena from `MatchCheckCtxt`
Nadrieril
-3
/
+5
2023-12-11
Move lints to their own module
Nadrieril
-0
/
+42
2023-12-11
Gather rustc-specific functions around `MatchCheckCtxt`
Nadrieril
-0
/
+1
2023-12-11
Extract exhaustiveness into its own crate
Nadrieril
-0
/
+13