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
/
build
/
matches
/
simplify.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-17
Rename `rustc_mir_build::build` to `builder`
Zalathar
-71
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+4
2024-07-17
Rename `MatchPair` to `MatchPairTree`
Zalathar
-2
/
+2
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_mir_build`.
Nicholas Nethercote
-0
/
+1
2024-03-27
Use `create_or_subcandidates` for all or-pattern expansions
Nadrieril
-10
/
+1
2024-03-27
Avoid recursion in creating and merging or-patterns
Nadrieril
-16
/
+2
2024-03-25
Use the correct span for simplifying or-patterns
Nadrieril
-1
/
+2
2024-03-09
Factor out non-branch-related pattern data
Nadrieril
-11
/
+6
2024-03-02
Rollup merge of #121716 - Nadrieril:simple-binding-order, r=matthewjasper
Guillaume Boisseau
-50
/
+20
2024-02-28
Pre-simplify or-patterns too
Nadrieril
-11
/
+8
2024-02-28
Lower bindings in a predictable order
Nadrieril
-50
/
+20
2024-02-21
Inline `simplify_match_pair`
Nadrieril
-34
/
+18
2024-02-21
Process bindings and ascriptions in `MatchPair::new()`
Nadrieril
-74
/
+6
2024-02-21
Introduce `TestCase` enum to replace most matching on `PatKind`
Nadrieril
-48
/
+12
2024-02-19
Update comments
Nadrieril
-8
/
+5
2024-02-19
Compute subpairs when creating match pair
Nadrieril
-76
/
+25
2024-02-19
Eagerly simplify match pairs
Nadrieril
-7
/
+13
2024-02-19
Don't repeatedly simplify already-simplified match pairs
Nadrieril
-11
/
+7
2024-02-19
Make `simplify_candidate` more general
Nadrieril
-46
/
+49
2024-02-19
Move `Or` test outside of `simplify_candidate`
Nadrieril
-30
/
+9
2024-02-08
Rollup merge of #120775 - Nadrieril:more-min_exh_pats, r=compiler-errors
Matthias Krüger
-1
/
+2
2024-02-08
Match `min_exhaustive_patterns` implementation with `exhaustive_patterns`
Nadrieril
-1
/
+2
2024-02-08
Rollup merge of #120214 - Nadrieril:fix-120210, r=pnkfelix
Matthias Krüger
-54
/
+53
2024-01-29
Borrow check inline const patterns
Matthew Jasper
-2
/
+35
2024-01-25
Clarify the new binding dance
Nadrieril
-44
/
+20
2024-01-25
Put new bindings first in refutable cases too
Nadrieril
-4
/
+4
2024-01-25
Clarify the binding dance
Nadrieril
-22
/
+41
2024-01-25
Move `Or` test out of the loop
Nadrieril
-22
/
+26
2023-11-29
Add `never_patterns` feature gate
Nadrieril
-0
/
+6
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-27
Abstract over `PatRange` boundary value
Nadrieril
-40
/
+4
2023-10-16
Address review comments
Matthew Jasper
-14
/
+4
2023-10-16
Fix inline const pattern unsafety checking in THIR
Matthew Jasper
-4
/
+20
2023-10-14
Propagate pattern errors via a new `PatKind::Error` variant
Nadrieril
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-2
/
+2
2022-12-19
Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr"
Rémy Rakic
-3
/
+3
2022-11-23
properly handle enum field projections
b-naber
-6
/
+4
2022-11-23
use non-ascribed type as field type in mir
b-naber
-1
/
+3
2022-11-23
Auto merge of #103947 - camsteffen:place-clones, r=cjgillot
bors
-7
/
+6
2022-11-20
Factor out conservative_is_privately_uninhabited
Cameron Steffen
-3
/
+3
2022-11-17
Remove more PlaceBuilder clones
Cameron Steffen
-3
/
+2
2022-11-17
Replace try_upvars_resolved with try_to_place
Cameron Steffen
-4
/
+4
2022-10-22
Introduce InhabitedPredicate
Cameron Steffen
-8
/
+4
2022-09-16
Only generate `OpaqueCast` for opaque types
Oli Scherer
-4
/
+4
2022-09-16
Merge two arguments into one
Oli Scherer
-9
/
+6
2022-09-10
Auto merge of #100968 - cjgillot:mir-upvar-vec, r=wesleywiser
bors
-4
/
+4
2022-09-02
Box `PatKind::Range`.
Nicholas Nethercote
-1
/
+1
2022-09-02
Clean up THIR patterns.
Nicholas Nethercote
-7
/
+7
2022-08-23
Only compute captures once when building MIR.
Camille GILLOT
-4
/
+4
[next]