about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/coverage/counters.rs
AgeCommit message (Expand)AuthorLines
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-614/+0
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1
2021-01-19Fix typo in counters.rsIkko Ashimine-1/+1
2020-12-30where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)Matthias Krüger-3/+3
2020-11-12Added a unit test for BcbCountersRich Kadel-1/+0
2020-11-11Added some unit tests as requestedRich Kadel-2/+2
2020-11-05Responded to all feedback as of 2020-10-30Rich Kadel-146/+151
2020-11-05Addressed all feedback to dateRich Kadel-0/+11
2020-11-05Injecting expressions in place of counters where helpfulRich Kadel-3/+521
2020-11-05Adds coverage graphvizRich Kadel-5/+32
2020-11-05Splitting transform/instrument_coverage.rs into transform/coverage/...Rich Kadel-0/+54