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
/
deduplicate_blocks.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-09
Remove the deduplicate_blocks pass
Michael Goulet
-195
/
+0
2025-01-23
Disable non-required MIR opts with `optimize(none)`
clubby789
-0
/
+4
2024-09-13
Rename and reorder lots of lifetimes.
Nicholas Nethercote
-1
/
+1
2024-09-10
Improve comment formatting.
Nicholas Nethercote
-3
/
+4
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-1
/
+1
2024-09-03
Move `MirPass` to `rustc_mir_transform`.
Nicholas Nethercote
-1
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+3
2024-01-07
Merge dead bb pruning and unreachable bb deduplication.
Camille GILLOT
-1
/
+1
2023-12-10
remove redundant imports
surechen
-2
/
+0
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-4
/
+4
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-3
/
+2
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-9
/
+9
2021-12-02
Update passes with new interface
Dylan MacKenzie
-3
/
+4
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+189