about summary refs log tree commit diff
path: root/tests/coverage/assert_not.cov-map
AgeCommit message (Expand)AuthorLines
2025-05-06coverage: Only merge adjacent coverage spansZalathar-6/+11
2025-05-06coverage-dump: Dump filenames instead of global file IDs (and bless)Zalathar-1/+1
2025-04-01coverage: Don't split bang-macro spans, just truncate themZalathar-5/+5
2025-02-13coverage: Eliminate more counters by giving them to unreachable nodesZalathar-6/+6
2025-02-06coverage: Don't create counters for code that was removed by MIR optsZalathar-5/+3
2025-01-16coverage: Completely overhaul counter assignment, using node-flow graphsZalathar-7/+5
2024-10-11coverage: Include the highest counter ID seen in `.cov-map` dumpsZalathar-0/+1
2023-12-16coverage: Regression test for `assert!(!false)`Zalathar-0/+16