about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps/coverage-reports
AgeCommit message (Expand)AuthorLines
2022-02-07Add `#[no_coverage]` tests for nested functionsArpad Borsos-8/+58
2022-02-04Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...Matthias Krüger-5/+5
2022-02-03Fix some tests to use -Cinstrument-coverageWesley Wiser-1/+1
2022-01-31Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrumbors-12/+12
2022-01-29Create `core::fmt::ArgumentV1` with generics instead of fn pointerGary Guo-12/+12
2022-01-25Rollup merge of #93144 - wesleywiser:uninhabited_type_code_cov2, r=tmandryMatthias Krüger-0/+29
2022-01-21Work around missing code coverage data causing llvm-cov failuresWesley Wiser-0/+29
2022-01-18Bless coverage-reports after format_args changeDavid Tolnay-3/+3
2022-01-10Ignore `unused_mod.rs` file in code coverage resultsWesley Wiser-10/+1
2022-01-01Require `-Zunstable-options` for `-C instrument-coverage=except-*` optionsJosh Triplett-1/+1
2022-01-01Stabilize -Z instrument-coverage as -C instrument-coverageJosh Triplett-4/+4
2021-12-27Address review commentsWesley Wiser-8/+8
2021-12-20[code coverage] Fix missing dead code in modules that are never calledWesley Wiser-8/+14
2021-12-20Add test case for #86177 and #85718Wesley Wiser-0/+7
2021-12-13fix coverage report testEsteban Kuber-2/+2
2021-12-03code-cov: generate dead functions with private/default linkageWesley Wiser-0/+36
2021-11-30Add conditional support for coverage map version 6Rich Kadel-0/+7
2021-11-21Bless coverage testsCameron Steffen-11/+9
2021-10-22Update the minimum external LLVM to 11Josh Stone-1/+0
2021-09-22Fix testCameron Steffen-3/+3
2021-09-03Update coverage testsMatthew Jasper-4/+4
2021-08-16Fix a coverage-reports testCameron Steffen-3/+3
2021-08-04Fix assertions in `coverage-reports` testAlex Crichton-69/+68
2021-06-14Avoid possible filename collision in coverage testsArpad Borsos-6/+8
2021-06-04Auto merge of #85385 - richkadel:simpler-simplify-with-coverage, r=wesleywiserbors-38/+75
2021-06-01Reland - Report coverage `0` of dead blocksRich Kadel-38/+75
2021-06-01Fix testbjorn3-5/+5
2021-05-11Revert "Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tman...Rich Kadel-43/+38
2021-05-07Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tmandrybors-38/+43
2021-05-07Rollup merge of #84897 - richkadel:cover-closure-macros, r=tmandryYuki Okushi-36/+98
2021-05-06Removes unneeded check of `#[no_coverage]` in mapgenRich Kadel-47/+29
2021-05-06Coverage instruments closure bodies in macros (not the macro body)Rich Kadel-36/+98
2021-05-01Report coverage `0` of dead blocksRich Kadel-38/+43
2021-04-30Rebuilt out of date tests and fixed an old bug now exposedRich Kadel-5/+129
2021-04-28addressed review feedbackRich Kadel-5/+21
2021-04-28More improvements to macro coverageRich Kadel-91/+169
2021-04-28Drop branching blocks with same span as expanded macroRich Kadel-0/+102
2021-04-28Auto merge of #84562 - richkadel:issue-83601, r=tmandrybors-1/+60
2021-04-27adds feature gating of `no_coverage` at either crate- or function-levelRich Kadel-34/+37
2021-04-27Derived Eq no longer shows uncoveredRich Kadel-1/+57
2021-04-24Improve spans for chained function callsRich Kadel-1/+88
2021-04-20Auto merge of #84323 - richkadel:uncovered-functions, r=tmandrybors-1/+116
2021-04-19compute fn_sig span from body call_site, and use body ctxt, not rootRich Kadel-1/+1
2021-04-18Fixes the issue with uncovered source in async function bodiesRich Kadel-78/+69
2021-04-18DRAFT: coverage of async function bodies should match non-asyncRich Kadel-1/+125
2021-04-18Add coverage to continue statementsRich Kadel-2/+77
2021-04-02Translate counters from Rust 1-based to LLVM 0-based counter idsRich Kadel-42/+63
2021-04-02Simplify coverage testsRich Kadel-80/+0
2021-03-30Apply review feedbackAmanieu d'Antras-77/+83
2021-03-30Run LLVM coverage instrumentation passes before optimization passesAmanieu d'Antras-106/+83