about summary refs log tree commit diff
path: root/src/tools/coverage-dump
AgeCommit message (Expand)AuthorLines
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-2/+2
2025-08-28Add `rustc-demangle` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-27Add `itertools` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-05-10Update miniz_oxide dependency of coverage_dumpoyvindln-1/+1
2025-05-06coverage-dump: Dump filenames instead of global file IDs (and bless)Zalathar-2/+1
2025-05-06coverage-dump: Make filenames available to covfun record dumpingZalathar-3/+87
2025-05-06coverage-dump: Include filenames hash in covfun line dataZalathar-26/+101
2025-05-06coverage-dump: Extract a common parser method for maybe-compressed bytesZalathar-23/+41
2025-05-06coverage-dump: Extract some common code to an `llvm_utils` submoduleZalathar-48/+51
2025-05-06bootstrap: Add check/test/run steps for src/tools/coverage-dumpZalathar-4/+0
2025-02-08Rustfmtbjorn3-4/+7
2024-10-11coverage: Include the highest counter ID seen in `.cov-map` dumpsZalathar-0/+42
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-3/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-7/+12
2024-05-31Add an alternate `--demangle` mode to coverage-dumpZalathar-0/+24
2024-04-08Add MC/DC support to coverage test toolszhuyunxing-2/+44
2024-02-08Step all bootstrap cfgs forwardMark Rousskov-1/+1
2023-09-05Add tool `src/tools/coverage-dump` for use by some new coverage testsZalathar-0/+540