aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/coverage
AgeCommit message (Expand)Author
2024-09-16cmd/preprofile, runtime/coverage: add package commentDmitri Shuralyov
2024-05-21runtime/coverage: remove uses of //go:linknameRuss Cox
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-03-26all: fix a large number of commentscui fliter
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-02-26runtime/coverage: remove refs to deprecated io/ioutilguoguangwu
2023-07-18all: fix typosJes Cok
2023-07-18runtime/coverage: use unsafe.Slice, not reflect.SliceHeaderIan Lance Taylor
2023-05-23runtime/coverage: add support for "auxiliary" meta-data filesThan McIntosh
2023-05-23runtime/coverage: add coverage snapshot helper routineThan McIntosh
2023-05-23internal/coverage/cformat: add aggregation option to EmitPercentThan McIntosh
2023-05-03runtime/coverage: fix problematic test from issue 59563Than McIntosh
2023-04-27all: remove repeated definite articlescui fliter
2023-04-26coverage: fix count vs emit discrepancy in coverage counter data writingThan McIntosh
2023-03-31all: replace fmt.Sprintf("%d") with strconv.ItoaPhilippe Antoine
2023-03-01runtime: fix function name in commentscui fliter
2023-03-01runtime/coverage: restrict use of all counter-related APIs to atomic modeThan McIntosh
2023-01-20runtime/coverage: avoid non-test coverage profiles in test report helperThan McIntosh
2022-12-21runtime/coverage: add missing file close in test support helperThan McIntosh
2022-12-08cmd/{go,cover,covdata}: fix 'package main' inconsistent handlingThan McIntosh
2022-10-17runtime/coverage: skip more tests in short modeThan McIntosh
2022-10-10cmd/compile: tweak inliners handling of coverage counter updatesThan McIntosh
2022-10-05runtime/coverage: revise/shorten function namesThan McIntosh
2022-10-04runtime/coverage: use atomic access for counter readsThan McIntosh
2022-10-03runtime/coverage: recognise Plan 9 error message in emitToNonexistentDirmiller
2022-09-29runtime/coverage: apis to emit counter data under user controlThan McIntosh
2022-09-29runtime/coverage: improve unit testsThan McIntosh
2022-09-28runtime/coverage: runtime routines to emit coverage dataThan McIntosh