| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-04-17 | coverage: Move branch coverage tests into a subdirectory | Zalathar | -15/+15 |
| 2024-03-27 | Eliminate `UbCheck` for non-standard libraries | DianQK | -6/+6 |
| 2024-03-26 | coverage: Re-enable `UnreachablePropagation` for coverage builds | Zalathar | -3/+3 |
| 2024-03-20 | coverage: Remove incorrect assertions from counter allocation | Zalathar | -2/+2 |
| 2024-03-20 | coverage: Regression test for ICE triggered by self-loops | Zalathar | -0/+98 |
| 2024-03-14 | coverage: Enable branch coverage in the branch coverage tests | Zalathar | -116/+272 |
| 2024-03-13 | coverage: Add branch coverage tests (with branch coverage disabled) | Zalathar | -0/+707 |
| 2024-03-13 | coverage: Remove all unstable values of `-Cinstrument-coverage` | Zalathar | -20/+10 |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -112/+112 |
| 2024-02-21 | coverage: Eagerly deduplicate covspans with the same span | Zalathar | -10/+8 |