Nicholas Nethercote
|
84ac80f192
|
Reformat use declarations.
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
|
2024-07-29 08:26:52 +10:00 |
|
Zalathar
|
9abfebdf1e
|
Add an alternate --demangle mode to coverage-dump
The coverage-dump tool already needs `rustc_demangle` for its own purposes, so
the amount of extra code needed for a demangle mode is very small.
|
2024-05-31 21:52:45 +10:00 |
|
zhuyunxing
|
1135cd3e78
|
Add MC/DC support to coverage test tools
|
2024-04-08 21:30:03 +10:00 |
|
Mark Rousskov
|
9a5034a20e
|
Step all bootstrap cfgs forward
This also takes care of other bootstrap-related changes.
|
2024-02-08 07:44:34 -05:00 |
|
Zalathar
|
1367104cb2
|
Add tool src/tools/coverage-dump for use by some new coverage tests
|
2023-09-05 11:11:48 +10:00 |
|