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
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-15
/
+11
2025-02-17
Add `pattern_complexity_limit` to `Limits`.
Nicholas Nethercote
-3
/
+7
2025-01-20
Get rid of mir::Const::from_ty_const
Michael Goulet
-3
/
+1
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-0
/
+1
2024-11-23
no more Reveal :(
lcnr
-0
/
+2
2024-11-23
thir building: use typing_env directly
lcnr
-25
/
+13
2024-11-20
Rollup merge of #132708 - estebank:const-as-binding, r=Nadrieril
Matthias Krüger
-1
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-12
/
+24
2024-11-17
Unify expanded constants and named constants in `PatKind`
Esteban Küber
-2
/
+2
2024-11-17
Fold `PatKind::NamedConstant` into `PatKind::Constant`
Esteban Küber
-1
/
+1
2024-11-17
Point at `const` definition when used instead of a binding in a `let` statement
Esteban Küber
-1
/
+1
2024-10-27
compiler: Add rustc_abi dependence to the compiler
Jubilee Young
-1
/
+1
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-3
/
+3
2024-09-28
remove couple redundant clones
Matthias Krüger
-1
/
+1
2024-09-23
Rollup merge of #130715 - compiler-errors:mir-build-const-eval, r=BoxyUwU
Matthias Krüger
-4
/
+7
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-09-22
Replace calls to Const::eval in mir build
Michael Goulet
-4
/
+7
2024-09-02
Non-exhaustive structs may be empty
Nadrieril
-7
/
+1
2024-08-15
Rollup merge of #128965 - Zalathar:no-pat, r=Nadrieril
Jubilee
-38
/
+45
2024-08-14
Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors
bors
-1
/
+1
2024-08-11
Remove `print::Pat` entirely, replacing it with `String`
Zalathar
-42
/
+28
2024-08-11
Remove `PatKind::Never`
Zalathar
-1
/
+1
2024-08-11
Remove `PatKind::Slice`
Zalathar
-3
/
+5
2024-08-11
Remove `PatKind::Range`
Zalathar
-1
/
+1
2024-08-11
Remove `PatKind::Constant`
Zalathar
-3
/
+3
2024-08-11
Remove `PatKind::Ref`
Zalathar
-1
/
+5
2024-08-11
Remove `PatKind::Box`
Zalathar
-1
/
+1
2024-08-11
Remove `PatKind::StructLike`
Zalathar
-1
/
+10
2024-08-11
Remove `PatKind::Wild`
Zalathar
-2
/
+4
2024-08-11
Avoid matching on `PatKind::Wild` in `write_struct_like`
Zalathar
-1
/
+5
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-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+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
[next]