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_mir_build
/
src
/
builder
/
matches
/
match_pair.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-06
lower bindings in the order they're written
dianne
-5
/
+15
2025-04-24
lower deref patterns on boxes using built-in derefs
dianne
-2
/
+9
2025-04-17
do not emit `OpaqueCast` projections with `-Znext-solver`
lcnr
-11
/
+14
2025-04-07
Rollup merge of #139108 - Nadrieril:simplify-expandedconstant, r=oli-obk
Stuart Cook
-30
/
+1
2025-04-06
Add the inline const type annotation in pattern lowering
Nadrieril
-29
/
+1
2025-04-06
Remove the `is_inline` field from `PatKind::ExpandedConstant`
Nadrieril
-6
/
+5
2025-03-28
Add `{ast,hir,thir}::PatKind::Missing` variants.
Nicholas Nethercote
-1
/
+1
2025-03-26
Revert "Make `MatchPairTree::place` non-optional"
Maja Kądziołka
-2
/
+1
2025-03-07
mir_build: consider privacy when checking for irrefutable patterns
Maja Kądziołka
-4
/
+5
2025-03-07
Add helper methods checking for "#[non_exhaustive] that's active"
Maja Kądziołka
-2
/
+1
2025-03-05
Make `MatchPairTree::place` non-optional
Zalathar
-1
/
+2
2025-03-05
Remove `TestCase::Irrefutable`
Zalathar
-31
/
+33
2025-03-05
Populate pattern bindings/ascriptions while building `MatchPairTree`
Zalathar
-34
/
+96
2025-03-05
Make `MatchPairTree::for_pattern` push its output node to a vector
Zalathar
-18
/
+21
2025-03-05
Make `field_match_pairs` push its output nodes to a vector
Zalathar
-12
/
+9
2025-02-24
Fix some `use` items that import more than necessary.
Nicholas Nethercote
-2
/
+2
2025-02-08
Rustfmt
bjorn3
-4
/
+7
2025-02-03
Avoid double-boxing lists of THIR subpatterns
Zalathar
-2
/
+2
2025-02-03
Remove `'pat` lifetime from some match-lowering data structures
Zalathar
-13
/
+21
2024-12-17
Rename `rustc_mir_build::build` to `builder`
Zalathar
-0
/
+260