summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/instrument_coverage.rs
AgeCommit message (Expand)AuthorLines
2020-09-10use String::from instead of format!() macro to craft string clippy::useless_f...Matthias Krüger-1/+1
2020-09-06Improved the MIR spanview outputRich Kadel-1/+1
2020-09-03Tools, tests, and experimenting with MIR-derived coverage countersRich Kadel-28/+272
2020-08-30mv compiler to compiler/mark-0/+247