aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debug/mod.go
AgeCommit message (Expand)Author
2025-05-13cmd/go: support -json flag in go versionxieyuschen
2025-03-07crypto/internal/fips140: make Version return latest when not frozenFilippo Valsorda
2025-02-13runtime/debug: document DefaultGODEBUG as a BuildSettingSean Liao
2024-10-23runtime/debug: minor cleanups after CL 384154Ian Lance Taylor
2024-10-23runtime/debug: document ParseBuildInfo and (*BuildInfo).StringIan Lance Taylor
2023-08-25runtime/debug: fix minor BuildSetting doc typoscrozzy
2023-03-14runtime/debug: replace "GOARM64" with "GOARM" in docsTianon Gravi
2022-12-02runtime/debug: add missing periodRuss Cox
2022-12-02runtime/debug: more complete BuildInfo documentationRuss Cox
2022-11-18all: add missing periods in commentscui fliter
2022-02-09runtime/debug: replace (*BuildInfo).Marshal methods with Parse and StringBryan C. Mills
2021-11-30cmd/go: adjust BuildInfo.SettingsRuss Cox
2021-10-14cmd/go: stamp VCS revision and uncommitted status into binariesJay Conrod
2021-10-14runtime/debug: add GoVersion to BuildInfoJay Conrod
2021-10-14debug/buildinfo: new package with Read and ReadFileJay Conrod
2021-10-14cmd/go: move module build info formatting into runtime/debugJay Conrod
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2020-02-25Revert "Revert "cmd/go/internal/modload: record the replacement for the modul...Bryan C. Mills
2020-02-24Revert "cmd/go/internal/modload: record the replacement for the module contai...Andrew Bonventre
2020-02-24cmd/go/internal/modload: record the replacement for the module containing pac...Bryan C. Mills
2019-09-20runtime/debug: correct BuildInfo.Main documentationHana Kim
2019-04-23cmd/go: move runtime/debug.modinfo to runtime.modinfoRuss Cox
2018-11-13runtime/debug: add API to read module info in binaryHana Kim