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
/
const_goto.rs
Age
Commit message (
Expand
)
Author
Lines
2024-02-09
Remove ConstGoto and SeparateConstSwitch.
Camille GILLOT
-128
/
+0
2024-01-07
Merge dead bb pruning and unreachable bb deduplication.
Camille GILLOT
-1
/
+1
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-1
/
+1
2023-09-20
the Const::eval_bits methods don't need to be given the Ty
Ralf Jung
-2
/
+2
2023-06-21
Disable two mir opts that are known to be unsound
Oli Scherer
-1
/
+3
2023-05-29
Enable ConstGoto pass by default.
Camille GILLOT
-1
/
+1
2023-01-26
Disable ConstGoto opt in cleanup blocks
Jakob Degen
-0
/
+9
2022-12-09
Remove unneeded field from `SwitchTargets`
Jakob Degen
-1
/
+2
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-2
/
+2
2022-04-06
enhance `ConstGoto` mir-opt by moving up `StorageDead` statements
SparrowLii
-9
/
+16
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-1
/
+1
2021-12-06
Auto merge of #91279 - scottmcm:small-refactor, r=nagisa
bors
-14
/
+1
2021-12-02
Update passes with new interface
Dylan MacKenzie
-3
/
+4
2021-11-26
Small mir-opt refactor
Scott McMurray
-14
/
+1
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+122