rust/compiler/rustc_mir_transform/src/coverage
Zalathar e54204c8e9 coverage: In the visitor, track max counter/expression IDs without +1
This makes the visitor track the highest seen counter/expression IDs directly,
and only add +1 (to convert to a vector length) at the very end.
2023-09-07 18:06:13 +10:00
..
test_macros inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
counters.rs coverage: Don't store function_source_hash in BcbCounter::Counter 2023-08-20 12:02:40 +10:00
debug.rs coverage: Give the instrumentor its own counter type, separate from MIR 2023-08-20 12:02:40 +10:00
graph.rs when terminating during unwinding, show the reason why 2023-08-24 13:28:26 +02:00
mod.rs Use relative positions inside a SourceFile. 2023-09-03 12:56:10 +00:00
query.rs coverage: In the visitor, track max counter/expression IDs without +1 2023-09-07 18:06:13 +10:00
spans.rs when terminating during unwinding, show the reason why 2023-08-24 13:28:26 +02:00
tests.rs coverage: Don't store function_source_hash in BcbCounter::Counter 2023-08-20 12:02:40 +10:00