summary refs log tree commit diff
path: root/src/librustc_middle/mir/coverage
AgeCommit message (Expand)AuthorLines
2020-08-18Moved coverage counter injection from BasicBlock to Statement.Rich Kadel-31/+102
2020-08-04Completes support for coverage in external cratesRich Kadel-6/+15
2020-07-25Fixed coverage map issues; better aligned with LLVM APIsRich Kadel-4/+4
2020-07-17Generating the coverage mapRich Kadel-3/+4
2020-06-29add spans to injected coverage countersRich Kadel-0/+24