aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/debug
AgeCommit message (Expand)Author
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
2017-04-21runtime/debug: increase threshold on TestSetGCPercentAustin Clements
2017-04-21runtime/debug: don't trigger a GC on SetGCPercentAustin Clements
2017-04-21runtime/debug: expand SetGCPercent testAustin Clements
2017-02-10runtime/debug: don't run a GC when setting SetGCPercent negativeBrad Fitzpatrick
2016-11-13all: fix vet nitsJosh Bleecher Snyder
2016-10-20runtime/debug: avoid overflow in SetMaxThreadsAlberto Donizetti
2016-10-04all: use sort.Slice where applicableBrad Fitzpatrick
2016-09-06runtime/debug: enable TestFreeOSMemory on all archesAustin Clements
2016-06-07cmd/compile: fix heap dump test on androidKeith Randall
2016-03-16runtime/debug: clarify WriteHeapDump STW behaviorAlan Donovan
2016-03-15runtime: update link to WriteHeapDump formatMichael Matloob
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2015-12-18testing: use debug.SetTraceback("all") to show all goroutines at test timeoutRuss Cox
2015-12-18runtime/debug: add SetTracebackRuss Cox
2015-11-12runtime/debug: skip TestFreeOSMemory for mips64{,le}Yao Zhang
2015-10-16runtime, runtime/debug: access unexported runtime functions with //go:linknam...Michael Hudson-Doyle
2015-09-16runtime/debug: more explicit Stack docsDavid Crawshaw
2015-09-16runtime/debug: implement Stack using runtime.StackDavid Crawshaw
2015-07-28runtime: use 64k page rounding on arm64Russ Cox
2015-07-20cmd/compile: define func value symbols at declarationMichael Hudson-Doyle
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-18all: switch to the new deprecation conventionShenghou Ma
2015-04-13runtime/debug: disable arm64 test for issue 9993David Crawshaw
2015-03-16runtime: add support for linux/arm64Aram Hăvărneanu
2015-02-26runtime/debug: fix nacl buildDave Cheney
2015-02-26runtime: disable scavenger on 64k page size kernelsDave Cheney
2014-12-16runtime: gofmtBrad Fitzpatrick
2014-12-10runtime: fix finalizer iteratorKeith Randall
2014-12-05all: power64 is now ppc64Russ Cox
2014-10-29[dev.power64] all: merge default (dd5014ed9b01) into dev.power64Russ Cox
2014-10-28runtime: add PauseEnd array to MemStats and GCStatsJens Frederich
2014-10-27[dev.power64] runtime: power64 fixes and ports of changesAustin Clements
2014-09-24cmd/go: prohibit C sources files unless using cgoRuss Cox