aboutsummaryrefslogtreecommitdiff
path: root/src/debug/buildinfo
AgeCommit message (Expand)Author
11 daysall: document legacy //go:linkname for final round of modulesRuss Cox
2023-09-22all: clean unnecessary casts for test filesJes Cok
2023-07-31debug/buildinfo: read full data segment to lookup buildinfo magicAlexander Yastrebov
2023-03-08debug/buildinfo: recognize macOS fat binary in go versionNikola Jokic
2023-03-06debug/buildinfo: use saferio in ReadData methodsIan Lance Taylor
2022-12-12debug/buildinfo: check pointer size on buildinfo.ReadNikola Jokic
2022-10-06debug/buildinfo: correct a typo in calculating next align indexZeke Lu
2022-09-06debug/buildinfo: remove redundant type conversionSasha Melentyev
2022-09-06debug: use strings.Buildercuiweixie
2022-08-22debug/buildinfo: add regression tests for different buildmodesqmuntal
2022-08-18debug/buildinfo: implement for Plan 9 a.outOri Bernstein
2022-05-06debug/buildinfo: avoid nil defererence for invalid XCOFFJorropo
2022-03-14debug/buildinfo: use testenv.GoToolPath in tests instead of resolving "go" fr...Bryan C. Mills
2022-02-09runtime/debug: replace (*BuildInfo).Marshal methods with Parse and StringBryan C. Mills
2021-12-08debug/buildinfo: update test for CL 369977Bryan C. Mills
2021-12-07cmd/link, cmd/go: make version info easier to extractRuss Cox
2021-11-30cmd/go: adjust BuildInfo.SettingsRuss Cox
2021-10-14debug/buildinfo: fix test for build settingsJay Conrod
2021-10-14runtime/debug: add GoVersion to BuildInfoJay Conrod
2021-10-14debug/buildinfo: new package with Read and ReadFileJay Conrod