about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/coverage
AgeCommit message (Expand)AuthorLines
2020-12-19Remap instrument-coverage line numbers in doctestsArpad Borsos-1/+5
2020-12-15Fixed conflict with drop elaboration and coverageRich Kadel-2/+2
2020-12-15Rollup merge of #79958 - richkadel:llvm-coverage-counters-2.2.0, r=tmandryGuillaume Gomez-12/+24
2020-12-13Rollup merge of #79984 - Nadrieril:remove-unused-dep, r=jyn514Yuki Okushi-3/+0
2020-12-12Remove an unused dependency that made `rustdoc` crashNadrieril-3/+0
2020-12-11Fixes reported bugs in Rust CoverageRich Kadel-12/+24
2020-12-11don't convert types into identical types with .into() (clippy::useless_conver...Matthias Krüger-2/+2
2020-12-10Rollup merge of #79809 - Eric-Arellano:split-once, r=matkladTyler Mandry-28/+34
2020-12-08Review feedbackEric Arellano-32/+36
2020-12-07Fixes to Rust coverageRich Kadel-27/+43
2020-12-07Dogfood 'str_split_once() with `compiler/`Eric Arellano-23/+25
2020-12-03Addressed feedback from 2020-12-01Rich Kadel-7/+11
2020-12-03Combination of commitsRich Kadel-127/+117
2020-11-25Fixup compiler docsCamelid-12/+12
2020-11-13Addressed feedbackRich Kadel-11/+10
2020-11-12Added a unit test for BcbCountersRich Kadel-102/+188
2020-11-11Overcome Sync issues with non-parallel compilerRich Kadel-9/+10
2020-11-11Added some unit tests as requestedRich Kadel-22/+676
2020-11-07use single char patterns for split() (clippy::single_char_pattern)Matthias Krüger-4/+4
2020-11-05Responded to all feedback as of 2020-10-30Rich Kadel-206/+356
2020-11-05Addressed all feedback to dateRich Kadel-14/+23
2020-11-05Injecting expressions in place of counters where helpfulRich Kadel-47/+1431
2020-11-05Adds coverage graphvizRich Kadel-10/+434
2020-11-05Implemented CoverageGraph of BasicCoverageBlocksRich Kadel-199/+347
2020-11-05Splitting transform/instrument_coverage.rs into transform/coverage/...Rich Kadel-0/+1512