about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/counters/node_flow.rs
AgeCommit message (Expand)AuthorLines
2025-08-22Uplift rustc_mir_transform::coverage::counters::union_find to rustc_data_stru...Camille Gillot-2/+1
2025-02-06coverage: Defer part of counter-creation until codegenZalathar-24/+1
2025-01-26Incorporate `iter_nodes` into `graph::DirectedGraph`Zalathar-1/+0
2025-01-24coverage: Treat the "merged node flow graph" as a plain data structZalathar-73/+75
2025-01-24coverage: Replace `FrozenUnionFind` with a plain IndexVecZalathar-7/+7
2025-01-24coverage: Simplify how counter terms are storedZalathar-23/+13
2025-01-16coverage: Make `yank_to_spantree_root` iterative instead of recursiveZalathar-19/+35
2025-01-16coverage: Completely overhaul counter assignment, using node-flow graphsZalathar-0/+290