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
/
runtime
/
coverage
Age
Commit message (
Expand
)
Author
2024-09-16
cmd/preprofile, runtime/coverage: add package comment
Dmitri Shuralyov
2024-05-21
runtime/coverage: remove uses of //go:linkname
Russ Cox
2024-05-15
cmd/link: disallow pull-only linknames
Cherry Mui
2024-03-26
all: fix a large number of comments
cui fliter
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-02-26
runtime/coverage: remove refs to deprecated io/ioutil
guoguangwu
2023-07-18
all: fix typos
Jes Cok
2023-07-18
runtime/coverage: use unsafe.Slice, not reflect.SliceHeader
Ian Lance Taylor
2023-05-23
runtime/coverage: add support for "auxiliary" meta-data files
Than McIntosh
2023-05-23
runtime/coverage: add coverage snapshot helper routine
Than McIntosh
2023-05-23
internal/coverage/cformat: add aggregation option to EmitPercent
Than McIntosh
2023-05-03
runtime/coverage: fix problematic test from issue 59563
Than McIntosh
2023-04-27
all: remove repeated definite articles
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-01
runtime: fix function name in comments
cui fliter
2023-03-01
runtime/coverage: restrict use of all counter-related APIs to atomic mode
Than McIntosh
2023-01-20
runtime/coverage: avoid non-test coverage profiles in test report helper
Than McIntosh
2022-12-21
runtime/coverage: add missing file close in test support helper
Than McIntosh
2022-12-08
cmd/{go,cover,covdata}: fix 'package main' inconsistent handling
Than McIntosh
2022-10-17
runtime/coverage: skip more tests in short mode
Than McIntosh
2022-10-10
cmd/compile: tweak inliners handling of coverage counter updates
Than McIntosh
2022-10-05
runtime/coverage: revise/shorten function names
Than McIntosh
2022-10-04
runtime/coverage: use atomic access for counter reads
Than McIntosh
2022-10-03
runtime/coverage: recognise Plan 9 error message in emitToNonexistentDir
miller
2022-09-29
runtime/coverage: apis to emit counter data under user control
Than McIntosh
2022-09-29
runtime/coverage: improve unit tests
Than McIntosh
2022-09-28
runtime/coverage: runtime routines to emit coverage data
Than McIntosh