rust/compiler/rustc_mir_transform/src/coverage
Zalathar dd6d7f27e4 coverage: Make unexpansion of closure bodies more precise
This improves the coverage instrumentation of closures declared in macros, as
seen in `closure_macro.rs` and `closure_macro_async.rs`.
2024-02-05 10:09:46 +11:00
..
spans coverage: Flatten the functions for extracting/refining coverage spans 2024-01-24 16:59:52 +11:00
counters.rs coverage: Make coverage_counters a local variable 2023-12-30 22:36:11 +11:00
graph.rs coverage: Simplify computing successors in the BCB graph 2024-01-14 12:11:26 +11:00
mod.rs coverage: Make unexpansion of closure bodies more precise 2024-02-05 10:09:46 +11:00
query.rs remove redundant imports 2023-12-10 10:56:22 +08:00
spans.rs coverage: Flatten the functions for extracting/refining coverage spans 2024-01-24 16:59:52 +11:00
tests.rs coverage: Make coverage_counters a local variable 2023-12-30 22:36:11 +11:00