| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-06 | coverage: Only merge adjacent coverage spans | Zalathar | -9/+9 | |
| This also removes some manipulation of the function signature span that only made sense in the context of merging non-adjacent spans. | ||||
| 2025-04-01 | coverage: Instead of splitting, just discard any span that overlaps a hole | Zalathar | -10/+10 | |
| 2025-02-19 | coverage: Add some more cases to `tests/coverage/holes.rs` | Zalathar | -4/+37 | |
| 2024-07-08 | coverage: Extract hole spans from HIR instead of MIR | Zalathar | -27/+25 | |
| This makes it possible to treat more kinds of nested item/code as holes, instead of being restricted to closures. | ||||
| 2024-07-08 | coverage: Test for handling of nested item spans | Zalathar | -0/+70 | |
