about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/instrument_coverage.rs
AgeCommit message (Expand)AuthorLines
2020-10-16instrument-coverage: try our best to not ICESimonas Kazlauskas-10/+2
2020-10-05Updates to experimental coverage counter injectionRich Kadel-217/+1011
2020-10-04Remember the `MirSource` for each `Body`Dylan MacKenzie-22/+16
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