aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debug
AgeCommit message (Expand)Author
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-16runtime/debug: eliminate temporary variadicity from SetCrashOutputAlan Donovan
2024-05-15runtime/debug: add SetCrashOutput(...CrashOptions) parameterAlan Donovan
2024-03-27all: make use of builtin clearJes Cok
2024-02-22runtime: be careful about crash FD changes during panicMichael Pratt
2024-02-21runtime/debug: clarify SetCrashOutput dup behaviorMichael Pratt
2024-02-02runtime/debug: add Example of SetCrashOutput in a crash monitorAlan Donovan
2024-01-31runtime/debug: SetCrashOutput sets the FD for fatal panicsAlan Donovan
2023-11-08runtime: add available godoc linkcui fliter
2023-08-25runtime/debug: fix minor BuildSetting doc typoscrozzy
2023-04-19runtime: manage huge pages explicitlyMichael Anthony Knyszek
2023-03-14runtime/debug: replace "GOARM64" with "GOARM" in docsTianon Gravi
2023-01-26runtime/debug: expand fuzz corpus for FuzzParseBuildInfoRoundTripBryan C. Mills
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-05-19all: gofmt main repoRuss Cox
2022-05-03runtime/debug: export SetMemoryLimitMichael Anthony Knyszek
2022-05-03runtime: add a non-functional memory limit to the pacerMichael Anthony Knyszek
2022-04-12runtime: fix name of type parameterzhouguangyuan
2022-04-11all: gofmt main repoRuss Cox
2022-03-17runtime/debug: do not require a GOROOT/src prefix in TestStackBryan C. Mills
2022-03-15all: untab /* */ doc commentsRuss Cox
2022-02-09runtime/debug: replace (*BuildInfo).Marshal methods with Parse and StringBryan C. Mills
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-30cmd/go: adjust BuildInfo.SettingsRuss Cox
2021-11-11runtime/debug: make TestFreeOSMemory more robustMichael Anthony Knyszek
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ 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
2021-07-20runtime/debug: skip TestPanicOnFault on netbsd/armBenny Siegert
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-06all: enable more tests on macOS/ARM64Cherry Zhang
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-20runtime: improve error messages after allocating a stack that is too bigPaschalis Tsilias
2020-09-18runtime/debug: skip fault address test on unsupported platformsKeith Randall
2020-09-18runtime/debug: provide Addr method for errors from SetPanicOnFaultKeith Randall
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-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
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
2018-06-01os: add js/wasm architectureRichard Musiol
2017-04-24runtime/debug: mark TestSetGCPercent as flakyBrad Fitzpatrick