| Age | Commit message (Expand) | Author | Lines |
| 2024-08-01 | Finish blessing `coverage/mcdc` tests after LLVM 19 upgrade | Zalathar | -0/+5 |
| 2024-07-30 | Bless coverage/mcdc for line number changes | Josh Stone | -42/+42 |
| 2024-07-30 | Disable MC/DC tests on LLVM 19 | Krasimir Georgiev | -0/+5 |
| 2024-07-13 | Bless coverage. | Camille GILLOT | -7/+9 |
| 2024-07-13 | Create mapped places upon seeing them in the body. | Camille GILLOT | -85/+114 |
| 2024-07-09 | coverage. Fix panic when generating mcdc code for inlined functions | zhuyunxing | -0/+79 |
| 2024-07-09 | coverage. MCDC tests also report branches coverage | zhuyunxing | -6/+78 |
| 2024-07-09 | coverage. Group mcdc tests in one directory | zhuyunxing | -18/+18 |
| 2024-07-08 | coverage: Extract hole spans from HIR instead of MIR | Zalathar | -136/+109 |
| 2024-07-08 | coverage: Test for handling of nested item spans | Zalathar | -0/+179 |
| 2024-06-28 | Rollup merge of #126956 - joboet:fmt_no_extern_ty, r=RalfJung | Matthias Krüger | -10/+10 |
| 2024-06-27 | Rollup merge of #126721 - Zalathar:nested-cov-attr, r=oli-obk | Jacob Pratt | -152/+255 |
| 2024-06-26 | coverage: Allow `#[coverage(..)]` on `impl` and `mod` | Zalathar | -0/+206 |
| 2024-06-26 | coverage: Apply `#[coverage(..)]` recursively to nested functions | Zalathar | -152/+49 |
| 2024-06-26 | update coverage test | joboet | -10/+10 |
| 2024-06-22 | Update coverage maps in tests | Scott McMurray | -8/+8 |
| 2024-06-20 | I'd never even heard of a coverage map | Scott McMurray | -8/+8 |
| 2024-06-20 | Auto merge of #116088 - nbdd0121:unwind, r=Amanieu,RalfJung | bors | -6/+4 |
| 2024-06-19 | Remove c_unwind from tests and fix tests | Gary Guo | -6/+4 |
| 2024-06-19 | Rollup merge of #125766 - RenjiSann:fresh-mcdc-branch-on-bool, r=nnethercote | León Orell Valerian Liehr | -0/+478 |
| 2024-06-19 | tests(coverage): Bless mcdc_non_control_flow tests | Dorian Péron | -38/+147 |
| 2024-06-18 | Rollup merge of #126621 - Zalathar:test-coverage-attr, r=petrochenkov | Guillaume Gomez | -0/+468 |
| 2024-06-18 | Add more thorough coverage tests for `#[coverage(..)]` in nested functions | Zalathar | -0/+468 |
| 2024-06-17 | coverage: Add debugging flag `-Zcoverage-options=no-mir-spans` | Zalathar | -0/+191 |
| 2024-06-12 | coverage: Replace the old span refiner with a single function | Zalathar | -4/+4 |
| 2024-06-12 | coverage: Add `tests/coverage/loop-break.rs` | Zalathar | -0/+41 |
| 2024-06-12 | coverage: Add `tests/coverage/assert-ne.rs` | Zalathar | -0/+58 |
| 2024-06-05 | tests(coverage): Add mcdc_non_control_flow tests | Dorian Péron | -0/+369 |
| 2024-06-04 | coverage: Use hole spans to carve up coverage spans into separate buckets | Zalathar | -10/+6 |
| 2024-05-30 | coverage: Instrument the RHS value of lazy logical operators | Zalathar | -45/+85 |
| 2024-05-30 | coverage: Add a test for `-Zcoverage-options=condition` | Dorian Péron | -0/+274 |
| 2024-05-29 | Rollup merge of #125700 - Zalathar:limit-overflow, r=nnethercote | Matthias Krüger | -0/+270 |
| 2024-05-29 | coverage: Add tests for the MC/DC condition limit | Zalathar | -0/+270 |
| 2024-05-29 | Manually run `x fmt` on all source files in `tests/coverage/` | Zalathar | -44/+34 |
| 2024-05-29 | Tweak various coverage test files for slightly nicer formatting | Zalathar | -58/+54 |
| 2024-05-14 | coverage: Simplify counter expressions using simple algebra | Zalathar | -1305/+804 |
| 2024-05-07 | Auto merge of #124223 - Zalathar:conditional-let, r=compiler-errors | bors | -10/+34 |
| 2024-05-03 | Auto merge of #123602 - cjgillot:gvn-borrowed, r=oli-obk | bors | -14/+14 |
| 2024-04-30 | coverage: Add branch coverage support for if-let and let-chains | Zalathar | -7/+25 |
| 2024-04-30 | coverage: Add branch coverage support for let-else | Zalathar | -3/+9 |
| 2024-04-29 | Auto merge of #124255 - RenjiSann:renji/mcdc-nested-expressions, r=Zalathar | bors | -0/+506 |
| 2024-04-29 | tests(mcdc-coverage): Add tests for nested decision structures in mcdc_nested... | Dorian Péron | -0/+506 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -16/+16 |
| 2024-04-22 | coverage: Branch coverage tests for match arms | Zalathar | -0/+401 |
| 2024-04-22 | coverage: Branch coverage test for if-let and let-chains | Zalathar | -0/+161 |
| 2024-04-22 | coverage: Branch coverage test for let-else | Zalathar | -0/+90 |
| 2024-04-20 | Rollup merge of #124053 - Zalathar:lazy-boolean, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -15/+385 |
| 2024-04-20 | Dereference immutable borrows in GVN. | Camille GILLOT | -14/+14 |
| 2024-04-20 | coverage. Add basic tests for MC/DC | zhuyunxing | -0/+583 |
| 2024-04-17 | coverage: Branch coverage tests for lazy boolean operators | Zalathar | -0/+370 |