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
/
add_call_guards.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-29
mir: Use the `new` method for `BasicBlockData`
dianqk
-4
/
+3
2025-03-12
Auto merge of #138076 - tmiasko:pred-count, r=matthewjasper
bors
-3
/
+6
2025-03-06
Factor out check whether an unwind action generates invoke
Tomasz Miąsko
-7
/
+10
2025-03-06
Break critical edges in inline asm before code generation
Tomasz Miąsko
-0
/
+26
2025-03-06
Factor out edge breaking code
Tomasz Miąsko
-13
/
+11
2025-03-06
Calculate predecessor count directly
Tomasz Miąsko
-2
/
+6
2025-03-06
Remove start block special case
Tomasz Miąsko
-1
/
+0
2025-01-23
Disable non-required MIR opts with `optimize(none)`
clubby789
-0
/
+4
2024-09-10
Inline and remove some functions.
Nicholas Nethercote
-6
/
+0
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-3
/
+3
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
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-08-24
when terminating during unwinding, show the reason why
Ralf Jung
-2
/
+4
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-06
UnwindAction::Terminate edge is also critical edge
Gary Guo
-1
/
+2
2023-04-06
Refactor unwind from Option to a new enum
Gary Guo
-2
/
+2
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-1
/
+1
2022-07-07
Move `predecessors` from Body to BasicBlocks
Tomasz Miąsko
-1
/
+1
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-6
/
+1
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+86