about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/coverage/graph.rs
AgeCommit message (Expand)AuthorLines
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-769/+0
2021-08-18Remove box syntax from rustc_mirest31-9/+13
2021-07-25use vec![] macro to create Vector with first item inside instead of pushing t...Matthias Krüger-2/+2
2021-05-07Avoid predecessors having Drop implsMark Rousskov-2/+2
2021-03-10Rename Option::get_or_insert_defaultCameron Steffen-1/+2
2021-03-08Use Option::get_or_defaultCameron Steffen-4/+1
2021-01-03remove redundant closures (clippy::redundant_closure)Matthias Krüger-1/+1
2020-12-11Fixes reported bugs in Rust CoverageRich Kadel-12/+16
2020-12-07Fixes to Rust coverageRich Kadel-2/+4
2020-12-03Addressed feedback from 2020-12-01Rich Kadel-1/+3
2020-12-03Combination of commitsRich Kadel-10/+10
2020-11-11Added some unit tests as requestedRich Kadel-8/+8
2020-11-05Responded to all feedback as of 2020-10-30Rich Kadel-21/+45
2020-11-05Injecting expressions in place of counters where helpfulRich Kadel-2/+319
2020-11-05Implemented CoverageGraph of BasicCoverageBlocksRich Kadel-157/+301
2020-11-05Splitting transform/instrument_coverage.rs into transform/coverage/...Rich Kadel-0/+274