rust/compiler/rustc_mir_transform/src/coverage
Zalathar db9f0bb532 coverage: Remove obsolete comment about hashing HIR
This code does not hash HIR manually (and has not done so for some time); it
merely obtains a hash returned as part of `hir_owner_nodes`.
2025-08-08 20:04:15 +10:00
..
counters Rollup merge of #136053 - Zalathar:defer-counters, r=saethlin 2025-02-10 00:51:49 -08:00
spans coverage: Remove all unstable support for MC/DC instrumentation 2025-08-06 22:38:52 +10:00
counters.rs Rollup merge of #136610 - Jarcho:range_idx, r=Noratrieb 2025-02-24 02:11:32 -05:00
graph.rs Rollup merge of #136610 - Jarcho:range_idx, r=Noratrieb 2025-02-24 02:11:32 -05:00
hir_info.rs coverage: Remove obsolete comment about hashing HIR 2025-08-08 20:04:15 +10:00
mappings.rs coverage: Extract HIR-related helper code out of the main module 2025-08-08 20:04:13 +10:00
mod.rs coverage: Extract HIR-related helper code out of the main module 2025-08-08 20:04:13 +10:00
query.rs coverage: Remove all unstable support for MC/DC instrumentation 2025-08-06 22:38:52 +10:00
spans.rs coverage: Extract HIR-related helper code out of the main module 2025-08-08 20:04:13 +10:00
tests.rs mir: Use the new method for BasicBlockData 2025-06-29 20:39:13 +08:00
unexpand.rs coverage: Treat await similar to a macro 2024-09-06 17:01:59 +12:00