about summary refs log tree commit diff
path: root/tests/coverage/coroutine.cov-map
AgeCommit message (Expand)AuthorLines
2025-05-06coverage: Only merge adjacent coverage spansZalathar-13/+24
2025-05-06coverage-dump: Dump filenames instead of global file IDs (and bless)Zalathar-3/+3
2025-04-01coverage: Don't split bang-macro spans, just truncate themZalathar-3/+3
2025-04-01coverage: Shrink call spans to just the function nameZalathar-2/+2
2025-01-16coverage: Completely overhaul counter assignment, using node-flow graphsZalathar-16/+13
2024-12-07coverage: Prefer to visit nodes whose predecessors have been visitedZalathar-15/+9
2024-12-04coverage: Add an extra "transcribe" step after counter creationZalathar-9/+9
2024-10-11coverage: Include the highest counter ID seen in `.cov-map` dumpsZalathar-0/+3
2024-05-29Manually run `x fmt` on all source files in `tests/coverage/`Zalathar-4/+4
2024-05-14coverage: Simplify counter expressions using simple algebraZalathar-5/+3
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-2/+2
2024-01-18coverage: Format all remaining testsZalathar-8/+8
2023-11-25coverage: Simplify building coverage expressions based on sumsZalathar-4/+4
2023-11-07coverage: Migrate `tests/coverage-map` into `tests/coverage`Zalathar-0/+53