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
/
debug
/
mod.go
Age
Commit message (
Expand
)
Author
2025-09-25
[release-branch.go1.24] crypto/internal/fips140: make Version return latest w...
Filippo Valsorda
2025-05-28
[release-branch.go1.24] runtime/debug: document DefaultGODEBUG as a BuildSetting
Sean Liao
2024-10-23
runtime/debug: minor cleanups after CL 384154
Ian Lance Taylor
2024-10-23
runtime/debug: document ParseBuildInfo and (*BuildInfo).String
Ian Lance Taylor
2023-08-25
runtime/debug: fix minor BuildSetting doc typos
crozzy
2023-03-14
runtime/debug: replace "GOARM64" with "GOARM" in docs
Tianon Gravi
2022-12-02
runtime/debug: add missing period
Russ Cox
2022-12-02
runtime/debug: more complete BuildInfo documentation
Russ Cox
2022-11-18
all: add missing periods in comments
cui fliter
2022-02-09
runtime/debug: replace (*BuildInfo).Marshal methods with Parse and String
Bryan C. Mills
2021-11-30
cmd/go: adjust BuildInfo.Settings
Russ Cox
2021-10-14
cmd/go: stamp VCS revision and uncommitted status into binaries
Jay Conrod
2021-10-14
runtime/debug: add GoVersion to BuildInfo
Jay Conrod
2021-10-14
debug/buildinfo: new package with Read and ReadFile
Jay Conrod
2021-10-14
cmd/go: move module build info formatting into runtime/debug
Jay Conrod
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2020-02-25
Revert "Revert "cmd/go/internal/modload: record the replacement for the modul...
Bryan C. Mills
2020-02-24
Revert "cmd/go/internal/modload: record the replacement for the module contai...
Andrew Bonventre
2020-02-24
cmd/go/internal/modload: record the replacement for the module containing pac...
Bryan C. Mills
2019-09-20
runtime/debug: correct BuildInfo.Main documentation
Hana Kim
2019-04-23
cmd/go: move runtime/debug.modinfo to runtime.modinfo
Russ Cox
2018-11-13
runtime/debug: add API to read module info in binary
Hana Kim