| Age | Commit message (Expand) | Author | Lines |
| 2022-07-28 | Move coverage tests from run-make-fulldeps to run-make | Tomasz Miąsko | -2504/+0 |
| 2022-07-25 | Remove reachable coverage without counters | Tomasz Miąsko | -1/+8 |
| 2022-07-08 | Fix unreachable coverage generation for inlined functions | Tomasz Miąsko | -0/+20 |
| 2022-02-07 | Add `#[no_coverage]` tests for nested functions | Arpad Borsos | -1/+51 |
| 2022-02-04 | Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley... | Matthias Krüger | -2/+2 |
| 2022-02-03 | Fix some tests to use -Cinstrument-coverage | Wesley Wiser | -1/+1 |
| 2022-01-21 | Work around missing code coverage data causing llvm-cov failures | Wesley Wiser | -0/+28 |
| 2022-01-01 | Require `-Zunstable-options` for `-C instrument-coverage=except-*` options | Josh Triplett | -1/+1 |
| 2022-01-01 | Stabilize -Z instrument-coverage as -C instrument-coverage | Josh Triplett | -1/+1 |
| 2021-12-20 | Add test case for #86177 and #85718 | Wesley Wiser | -0/+9 |
| 2021-12-03 | code-cov: generate dead functions with private/default linkage | Wesley Wiser | -0/+32 |
| 2021-08-04 | Fix assertions in `coverage-reports` test | Alex Crichton | -7/+2 |
| 2021-08-03 | rustc: Fill out remaining parts of C-unwind ABI | Alex Crichton | -5/+9 |
| 2021-06-01 | Reland - Report coverage `0` of dead blocks | Rich Kadel | -11/+41 |
| 2021-05-11 | Revert "Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tman... | Rich Kadel | -11/+11 |
| 2021-05-07 | Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tmandry | bors | -11/+11 |
| 2021-05-07 | Rollup merge of #84897 - richkadel:cover-closure-macros, r=tmandry | Yuki Okushi | -10/+70 |
| 2021-05-06 | Removes unneeded check of `#[no_coverage]` in mapgen | Rich Kadel | -42/+25 |
| 2021-05-06 | Coverage instruments closure bodies in macros (not the macro body) | Rich Kadel | -10/+70 |
| 2021-05-01 | Report coverage `0` of dead blocks | Rich Kadel | -11/+11 |
| 2021-04-30 | Rebuilt out of date tests and fixed an old bug now exposed | Rich Kadel | -0/+121 |
| 2021-04-28 | addressed review feedback | Rich Kadel | -1/+17 |
| 2021-04-28 | More improvements to macro coverage | Rich Kadel | -13/+85 |
| 2021-04-28 | Drop branching blocks with same span as expanded macro | Rich Kadel | -0/+94 |
| 2021-04-28 | Auto merge of #84562 - richkadel:issue-83601, r=tmandry | bors | -0/+49 |
| 2021-04-27 | adds feature gating of `no_coverage` at either crate- or function-level | Rich Kadel | -26/+35 |
| 2021-04-27 | Derived Eq no longer shows uncovered | Rich Kadel | -0/+40 |
| 2021-04-24 | Improve spans for chained function calls | Rich Kadel | -1/+83 |
| 2021-04-20 | Auto merge of #84323 - richkadel:uncovered-functions, r=tmandry | bors | -1/+70 |
| 2021-04-18 | Fixes the issue with uncovered source in async function bodies | Rich Kadel | -9/+0 |
| 2021-04-18 | DRAFT: coverage of async function bodies should match non-async | Rich Kadel | -1/+79 |
| 2021-04-18 | Add coverage to continue statements | Rich Kadel | -0/+69 |
| 2021-04-02 | Translate counters from Rust 1-based to LLVM 0-based counter ids | Rich Kadel | -30/+44 |
| 2021-04-02 | Simplify coverage tests | Rich Kadel | -8/+0 |
| 2021-03-30 | Apply review feedback | Amanieu d'Antras | -0/+6 |
| 2021-03-30 | Run LLVM coverage instrumentation passes before optimization passes | Amanieu d'Antras | -6/+0 |
| 2021-03-19 | coverage bug fixes and optimization support | Rich Kadel | -40/+193 |
| 2021-03-16 | Add test case for -Zinline-mir & -Zinstrument-coverage | Tomasz Miąsko | -0/+51 |
| 2021-03-15 | Add support for compile-flags in coverage tests | Tomasz Miąsko | -1/+1 |
| 2021-02-11 | Re-blessed the partial_eq.rs coverage test | Rich Kadel | -17/+2 |
| 2021-02-11 | Ensures `make` tests run under /bin/dash, like CI, and fixes a Makefile | Rich Kadel | -2/+0 |
| 2021-02-02 | Use `# min-llvm-version: 11.0` to force a minimum LLVM version, rather than a... | Felix S. Klock II | -7/+0 |
| 2021-01-04 | Inlining enabled by -mir-opt-level > 1 is incompatible with coverage | Rich Kadel | -5/+38 |
| 2020-12-19 | Remap instrument-coverage line numbers in doctests | Arpad Borsos | -4/+79 |
| 2020-12-11 | Fixes reported bugs in Rust Coverage | Rich Kadel | -0/+45 |
| 2020-12-03 | Fixed cross-crate generic call test to compile lib and bin separately | Rich Kadel | -52/+115 |
| 2020-12-03 | Addressed feedback from 2020-12-01 | Rich Kadel | -0/+71 |
| 2020-12-03 | Combination of commits | Rich Kadel | -115/+215 |
| 2020-12-03 | Coverage tests for remaining TerminatorKinds and async, improve Assert | Rich Kadel | -5/+315 |
| 2020-11-24 | Check for LLVM 11+ when using `-Z instrument-coverage` | Rich Kadel | -0/+7 |