rust/compiler/rustc_mir_transform/src/coverage
Zalathar 7c76995950 coverage: Pass ExtractedHirInfo to make_source_region
This isn't strictly necessary, but makes it easier to distinguish `body_span`
from the specific `span` being processed.
2024-11-08 20:38:35 +11:00
..
spans Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
counters.rs coverage: Don't rely on the custom traversal to find enclosing loops 2024-10-26 09:38:47 +11:00
graph.rs coverage: Don't rely on the custom traversal to find enclosing loops 2024-10-26 09:38:47 +11:00
mappings.rs fix a couple clippy:complexitys 2024-10-23 22:15:59 +02:00
mod.rs coverage: Pass ExtractedHirInfo to make_source_region 2024-11-08 20:38:35 +11:00
query.rs Avoid ICE in coverage builds with bad #[coverage(..)] attributes 2024-10-03 21:12:24 +10:00
spans.rs fix a couple clippy:complexitys 2024-10-23 22:15:59 +02:00
tests.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
unexpand.rs coverage: Treat await similar to a macro 2024-09-06 17:01:59 +12:00