rust/compiler/rustc_mir_transform/src/coverage
Zalathar 2bdc67a75e coverage: Treat the "merged node flow graph" as a plain data struct
By removing all methods from this struct and treating it as a collection of
data fields, we make it easier for a future PR to store that data in a query
result, without having to move all of its methods into `rustc_middle`.
2025-01-24 16:13:12 +11:00
..
counters coverage: Treat the "merged node flow graph" as a plain data struct 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: Treat the "merged node flow graph" as a plain data struct 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