rust/compiler/rustc_mir_transform/src/coverage
Zalathar 2fa78f3a2a coverage: Replace the old span refiner with a single function
As more and more of the span refiner's functionality has been pulled out into
separate early passes, it has finally reached the point where we can remove the
rest of the old `SpansRefiner` code, and replace it with a single
modestly-sized function.
2024-06-12 22:59:24 +10:00
..
spans coverage: Use hole spans to carve up coverage spans into separate buckets 2024-06-04 13:51:08 +10:00
counters.rs coverage: Simplify counter expressions using simple algebra 2024-05-14 13:58:40 +10:00
graph.rs Remove extern crate rustc_middle from rustc_mir_transform. 2024-05-13 08:20:18 +10:00
mappings.rs coverage: Rename MC/DC conditions_num to num_conditions 2024-05-30 13:16:07 +10:00
mod.rs coverage: Rename MC/DC conditions_num to num_conditions 2024-05-30 13:16:07 +10:00
query.rs coverage: CoverageIdsInfo::mcdc_bitmap_bytes is never needed 2024-05-14 16:41:04 +10:00
spans.rs coverage: Replace the old span refiner with a single function 2024-06-12 22:59:24 +10:00
tests.rs Remove extern crate rustc_middle from rustc_mir_transform. 2024-05-13 08:20:18 +10:00