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
/
internal
/
coverage
Age
Commit message (
Expand
)
Author
2022-12-01
internal/coverage: use io.Seek* constants
Tobias Klauser
2022-11-08
internal/coverage/slicereader: use unsafe.String
Tobias Klauser
2022-11-05
all: fix comment typos
Dan Kortschak
2022-11-01
cmd/{go,cover}: fix for -coverprofile path capture with local pkg
Than McIntosh
2022-10-11
internal/coverage: minor code cleanups
Than McIntosh
2022-09-30
internal: fix a few function names on comments
cui fliter
2022-09-29
internal: use io.SeekStart, io.SeekCurrent, and io.SeekEnd
cuiweixie
2022-09-28
all: fix some typos
cui fliter
2022-09-28
runtime/coverage: runtime routines to emit coverage data
Than McIntosh
2022-09-28
cmd/covdata: add tools to read/manipulate coverage data files
Than McIntosh
2022-09-28
internal: use bytes.Clone
cuiweixie
2022-09-27
cmd/compile: add coverage fixup mode
Than McIntosh
2022-09-26
runtime: add hook to register coverage-instrumented packages
Than McIntosh
2022-09-26
internal/coverage: add apis for reading/writing counter data
Than McIntosh
2022-09-26
internal/coverage: add coverage meta-data decoder
Than McIntosh
2022-09-26
internal/coverage: add coverage meta-data encoder
Than McIntosh
[prev]