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
19 hours
internal/coverage: first write error never recorded
Weixie Cui
2025-12-29
internal/coverage/decodemeta: correct wording in unknown version error
jjpinto
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-10-29
internal/itoa, internal/runtime/strconv: delete
Russ Cox
2025-10-17
all: correct name for comments
Jes Cok
2025-09-15
all: remove redundant words in comment
cuishuang
2025-07-28
internal/runtime/syscall/windows: factor out code from runtime
qmuntal
2025-07-24
internal/runtime/syscall: rename to internal/runtime/syscall/linux
qmuntal
2025-05-21
runtime: use cgroup CPU limit to set GOMAXPROCS
Michael Pratt
2025-02-03
all: remove coverageredesign experiment
Ian Lance Taylor
2025-01-28
internal/coverage: fix bug in text-format coverage output with multiple packages
Than McIntosh
2025-01-17
internal/coverage: refactor EmitTextual in preparation for bugfix
Than McIntosh
2024-10-14
all: wire up swisstable maps
Michael Pratt
2024-10-07
internal/coverage: use 128-bit FNV-1a hash instead of MD5
qmuntal
2024-10-02
all: use slices.Sorted(maps.Keys(m))
Tobias Klauser
2024-07-30
internal/coverage: add internal/stringslite to hard-coded coverpkg ID list
Than McIntosh
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2024-07-23
runtime,internal: move runtime/internal/math to internal/runtime/math
David Chase
2024-07-11
all: make struct comments match struct names
cuishuang
2024-06-14
cmd/go: fix problems with coverage percentage reporting w/ -coverpkg
Than McIntosh
2024-06-14
internal/coverage: refactor EmitPercent in preparation for bugfix
Than McIntosh
2024-06-13
internal/coverage/cfile: harden the coverage snapshot test
Than McIntosh
2024-05-23
std: fix calls to Printf(s) with non-constant s
Alan Donovan
2024-05-23
runtime: move exit hooks into internal/runtime/exithook
Russ Cox
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-05-22
internal/coverage/cfile: remove //go:linkname into testing
Russ Cox
2024-05-22
internal/coverage/cfile: remove more //go:linkname usage
Russ Cox
2024-05-21
runtime/coverage: remove uses of //go:linkname
Russ Cox
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-02-29
internal/coverage/encodemeta: simplify appending zero values
apocelipes
2024-02-21
runtime: migrate internal/syscall to internal/runtime
Andy Pan
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-10-14
all: fix function names
cui fliter
2023-09-30
internal,cmd/internal: relocate covcmd package from std to cmd
Than McIntosh
2023-09-30
cmd/go: improve handling of no-test packages for coverage
Than McIntosh
2023-09-14
cmd/cover: add new "emit meta file" mode for packages without tests
Than McIntosh
2023-08-14
internal/coverage: separate out cmd defs to separate package
Than McIntosh
2023-07-12
all: fix typos and remove repeated words
Dan Kortschak
2023-05-31
internal/coverage/pods: sort counter files first by origin, then name
Than McIntosh
2023-05-24
internal/coverage: fix comment dupword, error typo
Oleksandr Redko
2023-05-23
runtime/coverage: add support for "auxiliary" meta-data files
Than McIntosh
2023-05-23
internal/coverage/cformat: add aggregation option to EmitPercent
Than McIntosh
2023-05-23
cmd/covdata: tweak output format for 'go tool covdata percent'
Than McIntosh
2023-05-23
cmd/covdata: relax mode clash policy for selected operations
Than McIntosh
2023-05-23
internal/coverage: implement conforming Seek method in slicereader
Than McIntosh
2023-05-05
internal/coverage/encodecounter: followup changes from code review
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-04-26
internal/coverage/slicewriter: fix off-by-1 error in seek utilities
Than McIntosh
2023-01-20
internal/coverage/decodemeta: fix coding error in func literal handling
Than McIntosh
[next]