aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debug/mod.go
AgeCommit message (Expand)Author
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