| Age | Commit message (Expand) | Author | Lines |
| 2021-09-22 | Fix test | Cameron Steffen | -3/+3 |
| 2021-09-03 | Update coverage tests | Matthew Jasper | -4/+4 |
| 2021-08-16 | Fix a coverage-reports test | Cameron Steffen | -3/+3 |
| 2021-08-04 | Fix assertions in `coverage-reports` test | Alex Crichton | -69/+68 |
| 2021-06-14 | Avoid possible filename collision in coverage tests | Arpad Borsos | -6/+8 |
| 2021-06-04 | Auto merge of #85385 - richkadel:simpler-simplify-with-coverage, r=wesleywiser | bors | -38/+75 |
| 2021-06-01 | Reland - Report coverage `0` of dead blocks | Rich Kadel | -38/+75 |
| 2021-06-01 | Fix test | bjorn3 | -5/+5 |
| 2021-05-11 | Revert "Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tman... | Rich Kadel | -43/+38 |
| 2021-05-07 | Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tmandry | bors | -38/+43 |
| 2021-05-07 | Rollup merge of #84897 - richkadel:cover-closure-macros, r=tmandry | Yuki Okushi | -36/+98 |
| 2021-05-06 | Removes unneeded check of `#[no_coverage]` in mapgen | Rich Kadel | -47/+29 |
| 2021-05-06 | Coverage instruments closure bodies in macros (not the macro body) | Rich Kadel | -36/+98 |
| 2021-05-01 | Report coverage `0` of dead blocks | Rich Kadel | -38/+43 |
| 2021-04-30 | Rebuilt out of date tests and fixed an old bug now exposed | Rich Kadel | -5/+129 |
| 2021-04-28 | addressed review feedback | Rich Kadel | -5/+21 |
| 2021-04-28 | More improvements to macro coverage | Rich Kadel | -91/+169 |
| 2021-04-28 | Drop branching blocks with same span as expanded macro | Rich Kadel | -0/+102 |
| 2021-04-28 | Auto merge of #84562 - richkadel:issue-83601, r=tmandry | bors | -1/+60 |
| 2021-04-27 | adds feature gating of `no_coverage` at either crate- or function-level | Rich Kadel | -34/+37 |
| 2021-04-27 | Derived Eq no longer shows uncovered | Rich Kadel | -1/+57 |
| 2021-04-24 | Improve spans for chained function calls | Rich Kadel | -1/+88 |
| 2021-04-20 | Auto merge of #84323 - richkadel:uncovered-functions, r=tmandry | bors | -1/+116 |
| 2021-04-19 | compute fn_sig span from body call_site, and use body ctxt, not root | Rich Kadel | -1/+1 |
| 2021-04-18 | Fixes the issue with uncovered source in async function bodies | Rich Kadel | -78/+69 |
| 2021-04-18 | DRAFT: coverage of async function bodies should match non-async | Rich Kadel | -1/+125 |
| 2021-04-18 | Add coverage to continue statements | Rich Kadel | -2/+77 |
| 2021-04-02 | Translate counters from Rust 1-based to LLVM 0-based counter ids | Rich Kadel | -42/+63 |
| 2021-04-02 | Simplify coverage tests | Rich Kadel | -80/+0 |
| 2021-03-30 | Apply review feedback | Amanieu d'Antras | -77/+83 |
| 2021-03-30 | Run LLVM coverage instrumentation passes before optimization passes | Amanieu d'Antras | -106/+83 |
| 2021-03-19 | coverage bug fixes and optimization support | Rich Kadel | -51/+300 |
| 2021-03-16 | Add test case for -Zinline-mir & -Zinstrument-coverage | Tomasz Miąsko | -3/+56 |
| 2021-03-15 | Add support for compile-flags in coverage tests | Tomasz Miąsko | -3/+3 |
| 2021-03-12 | Make def_key and HIR parenting consistent. | Camille GILLOT | -3/+0 |
| 2021-02-11 | Re-blessed the partial_eq.rs coverage test | Rich Kadel | -18/+3 |
| 2021-02-11 | Ensures `make` tests run under /bin/dash, like CI, and fixes a Makefile | Rich Kadel | -2/+1 |
| 2021-02-05 | Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-... | bors | -2/+2 |
| 2021-02-04 | Revert "Avoid leaking block expression values" | Felix S. Klock II | -2/+2 |
| 2021-02-03 | Ignore broken test. | Felix S. Klock II | -0/+1 |
| 2021-02-02 | Use `# min-llvm-version: 11.0` to force a minimum LLVM version, rather than a... | Felix S. Klock II | -5/+1 |
| 2021-01-08 | Rollup merge of #80761 - andjo403:generic_coverage, r=spastorino | Yuki Okushi | -1/+1 |
| 2021-01-07 | handle generic trait methods in coverage tests | Andreas Jonson | -1/+1 |
| 2021-01-04 | Inlining enabled by -mir-opt-level > 1 is incompatible with coverage | Rich Kadel | -44/+80 |
| 2020-12-21 | make path normalization compatible with mac python2 | Arpad Borsos | -0/+2 |
| 2020-12-19 | Remap instrument-coverage line numbers in doctests | Arpad Borsos | -6/+109 |
| 2020-12-16 | Remove redundant and unreliable coverage test results | Rich Kadel | -3576/+86 |
| 2020-12-15 | Fixed conflict with drop elaboration and coverage | Rich Kadel | -67/+67 |
| 2020-12-11 | Fixes reported bugs in Rust Coverage | Rich Kadel | -6/+213 |
| 2020-12-07 | Fixes to Rust coverage | Rich Kadel | -24/+26 |