| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-12-18 | Add reference annotations for the `coverage` attribute | Eric Huss | -4/+4 | |
| 2024-10-11 | coverage: Include the highest counter ID seen in `.cov-map` dumps | Zalathar | -0/+2 | |
| When making changes that have a large impact on coverage counter creation, this makes it easier to see whether the number of physical counters has changed. (The highest counter ID seen in coverage maps is not necessarily the same as the number of physical counters actually used by the instrumented code, but it's the best approximation we can get from looking only at the coverage maps, and it should be reasonably accurate in most cases.) | ||||
| 2024-07-08 | coverage: Extract hole spans from HIR instead of MIR | Zalathar | -4/+4 | |
| This makes it possible to treat more kinds of nested item/code as holes, instead of being restricted to closures. | ||||
| 2024-06-26 | coverage: Apply `#[coverage(..)]` recursively to nested functions | Zalathar | -82/+0 | |
| 2024-06-18 | Add more thorough coverage tests for `#[coverage(..)]` in nested functions | Zalathar | -0/+100 | |
| These tests reflect the current implementation behaviour, which is not necessarily the desired behaviour. | ||||
