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
Age
Commit message (
Expand
)
Author
Lines
2025-03-05
Populate pattern bindings/ascriptions while building `MatchPairTree`
Zalathar
-46
/
+100
2025-03-05
Make `MatchPairTree::for_pattern` push its output node to a vector
Zalathar
-19
/
+23
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-21
Rollup merge of #137305 - nnethercote:rustc_middle-2, r=lcnr
Matthias Krüger
-1
/
+1
2025-02-21
Rename `ClearCrossCrate::assert_crate_local`.
Nicholas Nethercote
-1
/
+1
2025-02-20
Don't store a redundant span in user-type projections
Zalathar
-2
/
+1
2025-02-20
Avoid a useless clone of `UserTypeProjection`
Zalathar
-5
/
+2
2025-02-08
Rustfmt
bjorn3
-81
/
+121
2025-02-03
Slightly simplify the signature of `lower_match_arms`
Zalathar
-10
/
+8
2025-02-03
Avoid double-boxing lists of THIR subpatterns
Zalathar
-2
/
+2
2025-02-03
Remove some non-trivial `box` patterns
Zalathar
-12
/
+8
2025-02-03
Remove `'pat` lifetime from some match-lowering data structures
Zalathar
-96
/
+101
2025-01-28
Edit the inputs to const == val check instead of duplicating logic
Oli Scherer
-32
/
+34
2025-01-27
Use an operand instead of a place that is always turned into an operand
Oli Scherer
-12
/
+8
2025-01-27
Deduplicate operand creation between scalars, non-scalars and string patterns
Oli Scherer
-8
/
+11
2025-01-22
Rollup merge of #135409 - Shunpoco:issue-133117-ICE-never-false-edge-start-bl...
Matthias Krüger
-2
/
+9
2025-01-22
modify comment
Shunpoco
-1
/
+1
2025-01-22
address review: modify matches/mod.rs
Shunpoco
-4
/
+9
2025-01-18
Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"
Rémy Rakic
-2
/
+5
2025-01-12
Fix ICE-133117
Shunpoco
-4
/
+4
2025-01-12
Fix ICE-133063
Shunpoco
-3
/
+5
2024-12-22
Delete `Rvalue::Len`
Scott McMurray
-5
/
+2
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-4
/
+2
2024-12-17
Rename `rustc_mir_build::build` to `builder`
Zalathar
-0
/
+4159
[prev]