about summary refs log tree commit diff
path: root/src/tools/coverage-dump/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-2/+2
This was done in #145740 and #145947. It is causing problems for people using r-a on anything that uses the rustc-dev rustup package, e.g. Miri, clippy. This repository has lots of submodules and subtrees and various different projects are carved out of pieces of it. It seems like `[workspace.dependencies]` will just be more trouble than it's worth.
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: Include filenames hash in covfun line dataZalathar-0/+1
2023-09-05Add tool `src/tools/coverage-dump` for use by some new coverage testsZalathar-0/+14