rust/compiler/rustc_mir_transform/src/coverage
Zalathar ba08056d47 coverage: Remove the expression simplifier from CoverageCounters
These simplifications are now handled by the transcribe step.
2024-12-04 17:55:57 +11:00
..
counters coverage: Add an extra "transcribe" step after counter creation 2024-12-04 17:50:52 +11:00
spans reduce false positives of tail-expr-drop-order from consumed values 2024-11-20 20:53:11 +08:00
counters.rs coverage: Remove the expression simplifier from CoverageCounters 2024-12-04 17:55:57 +11:00
graph.rs coverage: Simplify logic for chaining multiple blocks into one BCB 2024-11-01 20:04:01 +11:00
mappings.rs fix a couple clippy:complexitys 2024-10-23 22:15:59 +02:00
mod.rs coverage: Rename CounterIncrementSite to just Site 2024-12-04 17:00:25 +11:00
query.rs coverage: Use a query to identify which counter/expression IDs are used 2024-11-30 00:58:48 +11: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