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
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-17
Rename `rustc_mir_build::build` to `builder`
Zalathar
-231
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-6
/
+5
2024-07-29
Entirely hide `Candidate`s from outside `lower_match_tree`
Nadrieril
-0
/
+4
2024-07-29
Visiting bindings is straightforward now
Nadrieril
-53
/
+0
2024-07-29
Abstract out the candidate manipulation not in the main algorithm
Nadrieril
-1
/
+1
2024-07-29
Set up false edges in `lower_match_tree`
Nadrieril
-10
/
+9
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+4
2024-07-17
Rename `MatchPair` to `MatchPairTree`
Zalathar
-3
/
+3
2024-07-14
Move `MatchPair` tree creation to its own module
Zalathar
-240
/
+2
2024-06-29
Rollup merge of #126835 - Nadrieril:reify-decision-tree, r=matthewjasper
Matthias Krüger
-12
/
+65
2024-06-25
Tweak `FlatPat::new` to avoid a temporarily-invalid state
Zalathar
-0
/
+2
2024-06-19
We can traverse bindings before `lower_match_tree` now
Nadrieril
-12
/
+65
2024-06-04
Reduce `pub` exposure.
Nicholas Nethercote
-1
/
+1
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_mir_build`.
Nicholas Nethercote
-0
/
+1
2024-05-10
Use fewer origins when creating type variables.
Nicholas Nethercote
-4
/
+1
2024-05-04
Lower never patterns to Unreachable in mir
Nadrieril
-1
/
+4
2024-04-20
Use deep fake borrows for deref patterns
Nadrieril
-19
/
+22
2024-04-20
Rework fake borrow calculation
Nadrieril
-16
/
+123
2024-04-20
Allow mutable bindings inside deref patterns
Nadrieril
-3
/
+3
2024-04-20
Track mutability of deref patterns
Nadrieril
-1
/
+1
2024-04-20
Lower deref patterns to MIR
Nadrieril
-5
/
+10
2024-04-15
Remove TypeVariableOriginKind
Michael Goulet
-5
/
+4
2024-03-27
Implement `mut ref`/`mut ref mut`
Jules Bertholet
-9
/
+9
2024-03-26
Store `Place` instead of `PlaceBuilder` in `MatchPair`
Nadrieril
-13
/
+13
2024-03-26
Rename
Nadrieril
-19
/
+20
2024-03-20
Add barest-bones deref patterns
Nadrieril
-0
/
+6
2024-03-09
Factor out non-branch-related pattern data
Nadrieril
-2
/
+2
2024-02-28
Collect fake borrows ahead of time
Nadrieril
-1
/
+81
2024-02-28
Pre-simplify or-patterns too
Nadrieril
-2
/
+4
2024-02-21
Process bindings and ascriptions in `MatchPair::new()`
Nadrieril
-14
/
+69
2024-02-21
Introduce `TestCase` enum to replace most matching on `PatKind`
Nadrieril
-15
/
+54
2024-02-19
Compute subpairs when creating match pair
Nadrieril
-2
/
+47
2024-02-19
Eagerly simplify match pairs
Nadrieril
-1
/
+1
2024-02-19
Switch to Vec of MatchPairs
Nadrieril
-2
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-14
s/eval_usize/eval_target_usize/ for clarity
Oli Scherer
-1
/
+1
2022-12-19
Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr"
Rémy Rakic
-5
/
+6
2022-12-16
Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr
bors
-6
/
+5
2022-12-14
address review
b-naber
-3
/
+2
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-11-23
use no type in ProjectionElem::Field for PlaceBuilder::UpVar
b-naber
-1
/
+1
2022-11-23
get field ty during projecting
b-naber
-68
/
+5
2022-11-23
address review
b-naber
-4
/
+14
2022-11-23
properly handle enum field projections
b-naber
-5
/
+13
2022-11-23
use non-ascribed type as field type in mir
b-naber
-0
/
+45
2022-11-17
Remove more PlaceBuilder clones
Cameron Steffen
-5
/
+5
2022-11-17
Replace try_upvars_resolved with try_to_place
Cameron Steffen
-13
/
+12
2022-09-19
Document projection condition
Oli Scherer
-0
/
+3
2022-09-16
Only generate `OpaqueCast` for opaque types
Oli Scherer
-8
/
+21
2022-09-16
Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r...
Oli Scherer
-1
/
+6
[next]