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_middle
/
src
/
mir
/
basic_blocks.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-11
Remove support for SwitchInt edge effects in backward dataflow analyses
Tomasz Miąsko
-39
/
+1
2025-03-03
Remove some unnecessary aliases from `rustc_data_structures::sync`
Zalathar
-1
/
+2
2025-02-20
Simplify `Postorder` customization.
Nicholas Nethercote
-1
/
+1
2025-02-17
Add `SwitchTargetValue`.
Nicholas Nethercote
-3
/
+17
2025-02-17
Add a useful comment.
Nicholas Nethercote
-2
/
+9
2025-02-06
Clean up trivial traversal/lift impl generator macro calls.
Nicholas Nethercote
-0
/
+1
2024-10-14
Remove `Engine::new_gen_kill`.
Nicholas Nethercote
-7
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-21
Compute reachable locals as part of non_ssa_locals
Ben Kimock
-1
/
+1
2024-08-29
Add `warn(unreachable_pub)` to `rustc_middle`.
Nicholas Nethercote
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-04-15
Use RPITIT for `Successors` and `Predecessors` traits
Maybe Waffle
-7
/
+3
2024-04-14
Rename `WithNumEdges` => `NumEdges` and `WithStartNode` => `StartNode`
Maybe Waffle
-1
/
+1
2024-04-14
Merge `{With,Graph}{Successors,Predecessors}` into `{Successors,Predecessors}`
Maybe Waffle
-13
/
+7
2024-04-14
Merge `WithNumNodes` into DirectedGraph
Maybe Waffle
-2
/
+0
2023-09-29
Remove deleted docs + better link together MIR traversing docs
Maybe Waffle
-0
/
+4
2023-09-28
Don't resolve basic block data in `Postorder`
Maybe Waffle
-2
/
+1
2023-09-18
Remove more unused `Lift` impls.
Nicholas Nethercote
-1
/
+1
2023-09-01
Use `OnceLock` for `SingleCache`
John Kåre Alsaker
-6
/
+6
2023-07-25
Make everything builtin!
Michael Goulet
-3
/
+1
2023-06-14
remove unused postorder CFG cache
Rémy Rakic
-9
/
+0
2023-06-14
add RPO to BB CFG cache
Rémy Rakic
-0
/
+12
2023-05-17
Merge DominatorTree and Dominators.
Camille GILLOT
-7
/
+1
2023-05-17
Cache dominators.
Camille GILLOT
-4
/
+6
2023-05-17
Preprocess dominator tree to answer queries in O(1)
Tomasz Miąsko
-1
/
+6
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-3
/
+3
2023-01-23
Rollup merge of #107151 - tmiasko:dominators-no-inline, r=compiler-errors
Yuki Okushi
-1
/
+0
2023-01-21
Instantiate dominators algorithm only once
Tomasz Miąsko
-1
/
+0
2023-01-17
Refactor basic blocks control flow caches
Tomasz Miąsko
-24
/
+74
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-07-07
Move `dominators` from Body to BasicBlocks
Tomasz Miąsko
-0
/
+6
2022-07-07
Make MIR basic blocks field public
Tomasz Miąsko
-0
/
+141