| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-06 | coverage: Only merge adjacent coverage spans | Zalathar | -1/+1 | |
| This also removes some manipulation of the function signature span that only made sense in the context of merging non-adjacent spans. | ||||
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2023-12-03 | coverage: Skip spans that can't be un-expanded back to the function body | Zalathar | -1/+1 | |
| When we extract coverage spans from MIR, we try to "un-expand" them back to spans that are inside the function's body span. In cases where that doesn't succeed, the current code just swaps in the entire body span instead. But that tends to result in coverage spans that are completely unrelated to the control flow of the affected code, so it's better to just discard those spans. | ||||
| 2023-11-07 | coverage: Migrate `tests/run-coverage` into `tests/coverage` | Zalathar | -0/+54 | |
