| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -3/+3 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -7/+12 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-05-31 | Add an alternate `--demangle` mode to coverage-dump | Zalathar | -0/+24 | |
| 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-04-08 | Add MC/DC support to coverage test tools | zhuyunxing | -2/+44 | |
| 2024-02-08 | Step all bootstrap cfgs forward | Mark Rousskov | -1/+1 | |
| This also takes care of other bootstrap-related changes. | ||||
| 2023-09-05 | Add tool `src/tools/coverage-dump` for use by some new coverage tests | Zalathar | -0/+540 | |
