index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
covdata
Age
Commit message (
Expand
)
Author
2026-02-02
cmd/cover, cmd/covdata: actually delete temp dirs
Ian Lance Taylor
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-02-28
cmd/covdata: close output meta-data file
guoguangwu
2025-02-03
all: remove coverageredesign experiment
Ian Lance Taylor
2025-01-17
internal/coverage: refactor EmitTextual in preparation for bugfix
Than McIntosh
2024-10-07
internal/coverage: use 128-bit FNV-1a hash instead of MD5
qmuntal
2024-09-03
cmd: use testenv.Executable helper
Kir Kolyshkin
2024-06-21
cmd/internal: separate counter package from telemetry package
Michael Matloob
2024-06-14
internal/coverage: refactor EmitPercent in preparation for bugfix
Than McIntosh
2024-06-13
cmd/go: call telemetry.MaybeChild at start of go command
Michael Matloob
2024-05-14
cmd: add telemetry for commands in cmd
Michael Matloob
2024-04-17
cmd/covdata: close cpu and mem profile
guoguangwu
2024-03-12
cmd/covdata: fix typo in comment
guoguangwu
2024-03-07
all: remove redundant string conversions when formatting []byte with %s
cui fliter
2023-10-03
cmd: fix mismatched symbols
cui fliter
2023-07-14
cmd/covdata: format package comment for 'go doc' rendering
Bryan C. Mills
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-05-23
internal/coverage/cformat: add aggregation option to EmitPercent
Than McIntosh
2023-05-23
cmd/covdata: relax mode clash policy for selected operations
Than McIntosh
2023-05-10
cmd: use slices.Equal to simplify code
cui fliter
2023-04-26
coverage: fix count vs emit discrepancy in coverage counter data writing
Than McIntosh
2023-03-31
all: replace fmt.Sprintf("%d") with strconv.Itoa
Philippe Antoine
2023-03-07
cmd: fix mismatched symbols
cui fliter
2023-01-20
internal/coverage/decodemeta: fix coding error in func literal handling
Than McIntosh
2022-12-08
cmd/{go,cover,covdata}: fix 'package main' inconsistent handling
Than McIntosh
2022-11-15
cmd/cover: use testenv.Command instead of exec.Command
Bryan C. Mills
2022-11-07
cmd/covdata: fix wrong struct name in the comment
Dmitry Alimov
2022-10-12
cmd/{cover,covdata}: minor code cleanups
Than McIntosh
2022-09-29
cmd: add skips as needed to get tests to pass on js/wasm
Bryan C. Mills
2022-09-29
cmd{cover,covdata,go}: better coverage for tests that build tools
Than McIntosh
2022-09-28
cmd/covdata: add tools to read/manipulate coverage data files
Than McIntosh