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_transform
/
src
/
unreachable_prop.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-10-31
Only emit `!=` assumptions if the otherwise target is reachable.
Camille GILLOT
-7
/
+6
2023-10-31
Replace SwitchInt to unreachable by an assumption.
Camille GILLOT
-82
/
+117
2023-10-31
Reorder passes.
Camille GILLOT
-6
/
+1
2023-10-18
Remove unused `TyCtxt` from `remove_dead_blocks`
Zalathar
-1
/
+1
2023-09-26
Skip MIR pass `UnreachablePropagation` when coverage is enabled
Zalathar
-1
/
+5
2023-04-10
Fix typos in compiler
DaniPopes
-1
/
+1
2023-01-11
Change `src/test` to `tests` in source files, fix tidy and tests
Albert Larsan
-1
/
+1
2022-12-09
Remove unneeded field from `SwitchTargets`
Jakob Degen
-6
/
+2
2022-08-23
Fix typo in UnreachableProp
nils
-1
/
+1
2022-08-21
Enable UnreachablePropagation under mir-opt-level >= 2
Nilstrieb
-3
/
+2
2022-08-21
UnreachableProp: Preserve unreachable branches for multiple targets
Nilstrieb
-23
/
+48
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-11
/
+2
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-1
/
+1
2021-12-02
Update passes with new interface
Dylan MacKenzie
-6
/
+6
2021-11-06
use matches!() macro in more places
Matthias Krüger
-3
/
+2
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+112