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-08-11
Rollup merge of #128536 - Zalathar:print-cleanup, r=Nadrieril
Matthias Krüger
-64
/
+68
2024-08-10
Stabilize `min_exhaustive_patterns`
Nadrieril
-6
/
+1
2024-08-07
Simplify hoisting of ref patterns (`&` and `&mut`)
Zalathar
-6
/
+1
2024-08-07
Simplify hoisting of array/slice patterns
Zalathar
-30
/
+43
2024-08-07
Simplify hoisting of struct-like patterns
Zalathar
-23
/
+16
2024-08-07
Split out hoisting/printing of `box` patterns
Zalathar
-6
/
+5
2024-08-07
Split out a `hoist` helper in `hoist_witness_pat`
Zalathar
-1
/
+2
2024-08-07
Replace an unnecessary slice pattern with `has_dot_dot: bool`
Zalathar
-3
/
+2
2024-08-07
Unify `Variant` and `Leaf` into `print::PatKind::StructLike`
Zalathar
-7
/
+11
2024-07-31
Use a separate pattern type for `rustc_pattern_analysis` diagnostics
Zalathar
-11
/
+15
2024-07-31
Print `thir::PatRange`, not its surrounding `thir::Pat`
Zalathar
-8
/
+7
2024-07-29
Rollup merge of #128304 - Zalathar:thir-pat-display, r=Nadrieril
Matthias Krüger
-8
/
+16
2024-07-29
Encapsulate the printing of `WitnessPat`
Zalathar
-3
/
+11
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-07-28
Don't store `thir::Pat` in error structs
Zalathar
-5
/
+5
2024-07-24
Explain why a given pattern is considered unreachable
Nadrieril
-0
/
+2
2024-07-24
Move rustc-specific entrypoint to the `rustc` module
Nadrieril
-0
/
+26
2024-07-21
Tweak `collect_non_exhaustive_tys`
Nadrieril
-1
/
+7
2024-07-18
pattern lowering: make sure we never call user-defined PartialEq instances
Ralf Jung
-4
/
+14
2024-06-23
Replace `f16` and `f128` pattern matching stubs with real implementations
Trevor Gross
-7
/
+43
2024-06-10
ScalarInt: size mismatches are a bug, do not delay the panic
Ralf Jung
-4
/
+5
2024-06-05
Add `Ty` to `mir::Const::Ty`
Boxy
-1
/
+1
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+1
2024-03-31
Improve debugging experience
Nadrieril
-2
/
+0
2024-03-22
Programmatically convert some of the pat ctors
Michael Goulet
-1
/
+1
2024-03-21
Rollup merge of #122644 - Nadrieril:complexity-tests, r=compiler-errors
Matthias Krüger
-3
/
+4
2024-03-20
Add barest-bones deref patterns
Nadrieril
-0
/
+6
2024-03-19
Improve the `WitnessPat: Debug` impl
Nadrieril
-3
/
+4
2024-03-18
Rollup merge of #121823 - Nadrieril:never-witnesses, r=compiler-errors
Matthias Krüger
-3
/
+4
2024-03-13
Rollup merge of #122437 - Nadrieril:no-after-max, r=compiler-errors
Matthias Krüger
-1
/
+1
2024-03-13
Remove `MaybeInfiniteInt::JustAfterMax`
Nadrieril
-1
/
+1
2024-03-13
Rename `RustcMatchCheckCtxt` -> `RustcPatCtxt`
Nadrieril
-23
/
+18
2024-03-13
Rename `TypeCx` -> `PatCx`
Nadrieril
-2
/
+2
2024-03-12
Add `Constructor::Never`
Nadrieril
-3
/
+4
2024-03-11
`DeconstructedPat.data` is always present now
Nadrieril
-4
/
+4
2024-03-11
Store field indices in `DeconstructedPat` to avoid virtual wildcards
Nadrieril
-23
/
+26
2024-03-11
Store pattern arity in `DeconstructedPat`
Nadrieril
-3
/
+20
2024-03-09
Lint small gaps between ranges
Nadrieril
-1
/
+65
2024-03-09
Make `MaybeInfiniteInt::plus_one/minus_one` fallible
Nadrieril
-3
/
+3
2024-03-03
Add new `pattern_complexity` attribute to add possibility to limit and check ...
Guillaume Gomez
-0
/
+5
2024-03-01
Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors
bors
-0
/
+2
2024-02-28
Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive`
Trevor Gross
-0
/
+2
2024-02-28
Rename `Skip` to `PrivateUninhabited`
Nadrieril
-10
/
+13
2024-02-28
Simplify
Nadrieril
-46
/
+34
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
[next]