about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/counters
AgeCommit message (Expand)AuthorLines
2025-08-22Uplift rustc_mir_transform::coverage::counters::union_find to rustc_data_stru...Camille Gillot-130/+1
2025-02-10Rollup merge of #136053 - Zalathar:defer-counters, r=saethlinJubilee-24/+1
2025-02-08Rustfmtbjorn3-19/+15
2025-02-06coverage: Defer part of counter-creation until codegenZalathar-24/+1
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