about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/counters
AgeCommit message (Expand)AuthorLines
2025-01-26Incorporate `iter_nodes` into `graph::DirectedGraph`Zalathar-19/+0
2025-01-24coverage: Treat the "merged node flow graph" as a plain data structZalathar-78/+82
2025-01-24coverage: Replace `FrozenUnionFind` with a plain IndexVecZalathar-31/+11
2025-01-24coverage: Simplify how counter terms are storedZalathar-27/+17
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-41/+651
2024-12-04coverage: Add an extra "transcribe" step after counter creationZalathar-0/+41