rust/compiler/rustc_mir_transform/src/coverage
Zalathar 4b20a27ae0 coverage: Replace FrozenUnionFind with a plain IndexVec
This dedicated type seemed like a good idea at the time, but if we want to
store this information in a query result then a plainer data type is more
convenient.
2025-01-24 16:13:12 +11:00
..
counters coverage: Replace FrozenUnionFind with a plain IndexVec 2025-01-24 16:13:12 +11:00
spans coverage: Rename basic_coverage_blocks to just graph 2024-12-20 17:48:59 +11:00
counters.rs coverage: Simplify how counter terms are stored 2025-01-24 16:13:12 +11:00
graph.rs Run clippy --fix for unnecessary_map_or lint 2025-01-19 19:15:00 +00:00
mappings.rs rename BitSet to DenseBitSet 2025-01-11 11:34:01 +00:00
mod.rs coverage: Remove some dead code from MC/DC branch mapping conversion 2025-01-24 16:06:18 +11:00
query.rs coverage: Make query coverage_ids_info return an Option 2025-01-24 16:13:11 +11:00
spans.rs coverage: Rename basic_coverage_blocks to just graph 2024-12-20 17:48:59 +11:00
tests.rs coverage: Rename basic_coverage_blocks to just graph 2024-12-20 17:48:59 +11:00
unexpand.rs coverage: Treat await similar to a macro 2024-09-06 17:01:59 +12:00