rust/compiler/rustc_mir_transform/src/coverage
Zalathar 6c33149055 coverage: Avoid getting extra unexpansion info when we don't need it
These particular callers don't actually use the returned macro information, so
they can use a simpler span-unexpansion function that doesn't return it.
2024-06-30 19:05:14 +10:00
..
spans coverage: Move span unexpansion into its own submodule 2024-06-30 17:44:19 +10:00
counters.rs coverage: Remove some old low-value unit tests for graph traversal 2024-06-16 15:55:19 +10:00
graph.rs coverage: Prefer Iterator::copied 2024-06-16 16:03:26 +10:00
mappings.rs coverage: Avoid getting extra unexpansion info when we don't need it 2024-06-30 19:05:14 +10:00
mod.rs coverage: Move span unexpansion into its own submodule 2024-06-30 17:44:19 +10:00
query.rs coverage: Apply #[coverage(..)] recursively to nested functions 2024-06-26 10:08:05 +10:00
spans.rs coverage: Move span unexpansion into its own submodule 2024-06-30 17:44:19 +10:00
tests.rs Save 2 pointers in TerminatorKind (96 → 80 bytes) 2024-06-21 18:02:05 -07:00
unexpand.rs coverage: Avoid getting extra unexpansion info when we don't need it 2024-06-30 19:05:14 +10:00