| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-07-08 | coverage: Extract hole spans from HIR instead of MIR | Zalathar | -41/+24 | |
| This makes it possible to treat more kinds of nested item/code as holes, instead of being restricted to closures. | ||||
| 2024-06-26 | coverage: Allow `#[coverage(..)]` on `impl` and `mod` | Zalathar | -0/+206 | |
| These attributes apply to all enclosed functions/methods/closures, unless explicitly overridden by another coverage attribute. | ||||
| 2024-06-26 | coverage: Apply `#[coverage(..)]` recursively to nested functions | Zalathar | -132/+42 | |
| 2024-06-18 | Add more thorough coverage tests for `#[coverage(..)]` in nested functions | Zalathar | -0/+468 | |
| These tests reflect the current implementation behaviour, which is not necessarily the desired behaviour. | ||||
