Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime/coverage: fix problematic test from issue 59563 | Than McIntosh | 2023-05-03 | 1 | -3/+6 |
* | coverage: fix count vs emit discrepancy in coverage counter data writing | Than McIntosh | 2023-04-26 | 1 | -0/+49 |
* | runtime/coverage: restrict use of all counter-related APIs to atomic mode | Than McIntosh | 2023-03-01 | 1 | -75/+122 |
* | cmd/{go,cover,covdata}: fix 'package main' inconsistent handling | Than McIntosh | 2022-12-08 | 1 | -3/+6 |
* | runtime/coverage: skip more tests in short mode | Than McIntosh | 2022-10-17 | 1 | -0/+6 |
* | cmd/compile: tweak inliners handling of coverage counter updates | Than McIntosh | 2022-10-10 | 1 | -0/+7 |
* | runtime/coverage: use atomic access for counter reads | Than McIntosh | 2022-10-04 | 1 | -0/+31 |
* | runtime/coverage: apis to emit counter data under user control | Than McIntosh | 2022-09-29 | 1 | -0/+404 |