summaryrefslogtreecommitdiff
path: root/src/runtime/debug
Commit message (Expand)AuthorAgeFilesLines
* runtime/debug: skip TestPanicOnFault on netbsd/armBenny Siegert2021-07-201-0/+3
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-3/+2
* all: enable more tests on macOS/ARM64Cherry Zhang2020-10-061-2/+2
* all: add GOOS=iosCherry Zhang2020-09-231-1/+1
* runtime: improve error messages after allocating a stack that is too bigPaschalis Tsilias2020-09-201-0/+2
* runtime/debug: skip fault address test on unsupported platformsKeith Randall2020-09-181-0/+7
* runtime/debug: provide Addr method for errors from SetPanicOnFaultKeith Randall2020-09-182-0/+51
* Revert "Revert "cmd/go/internal/modload: record the replacement for the modul...Bryan C. Mills2020-02-251-21/+30
* Revert "cmd/go/internal/modload: record the replacement for the module contai...Andrew Bonventre2020-02-241-30/+21
* cmd/go/internal/modload: record the replacement for the module containing pac...Bryan C. Mills2020-02-241-21/+30
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-2/+2
* runtime/debug: correct BuildInfo.Main documentationHana Kim2019-09-201-1/+1
* cmd/go: move runtime/debug.modinfo to runtime.modinfoRuss Cox2019-04-231-3/+3
* runtime/debug: add API to read module info in binaryHana Kim2018-11-131-0/+105
* os: add js/wasm architectureRichard Musiol2018-06-011-4/+4
* runtime/debug: mark TestSetGCPercent as flakyBrad Fitzpatrick2017-04-241-0/+3
* runtime/debug: increase threshold on TestSetGCPercentAustin Clements2017-04-211-1/+1
* runtime/debug: don't trigger a GC on SetGCPercentAustin Clements2017-04-212-5/+3
* runtime/debug: expand SetGCPercent testAustin Clements2017-04-211-2/+61
* runtime/debug: don't run a GC when setting SetGCPercent negativeBrad Fitzpatrick2017-02-101-1/+3
* all: fix vet nitsJosh Bleecher Snyder2016-11-131-1/+1
* runtime/debug: avoid overflow in SetMaxThreadsAlberto Donizetti2016-10-201-0/+13
* all: use sort.Slice where applicableBrad Fitzpatrick2016-10-041-7/+1
* runtime/debug: enable TestFreeOSMemory on all archesAustin Clements2016-09-061-4/+0
* cmd/compile: fix heap dump test on androidKeith Randall2016-06-071-1/+1
* runtime/debug: clarify WriteHeapDump STW behaviorAlan Donovan2016-03-161-0/+6
* runtime: update link to WriteHeapDump formatMichael Matloob2016-03-151-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-014-4/+4
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-1/+1
* testing: use debug.SetTraceback("all") to show all goroutines at test timeoutRuss Cox2015-12-183-6/+9
* runtime/debug: add SetTracebackRuss Cox2015-12-181-0/+11
* runtime/debug: skip TestFreeOSMemory for mips64{,le}Yao Zhang2015-11-121-1/+1
* runtime, runtime/debug: access unexported runtime functions with //go:linknam...Michael Hudson-Doyle2015-10-162-35/+3
* runtime/debug: more explicit Stack docsDavid Crawshaw2015-09-161-4/+2
* runtime/debug: implement Stack using runtime.StackDavid Crawshaw2015-09-162-92/+28
* runtime: use 64k page rounding on arm64Russ Cox2015-07-281-1/+2
* cmd/compile: define func value symbols at declarationMichael Hudson-Doyle2015-07-201-1/+0
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* all: switch to the new deprecation conventionShenghou Ma2015-06-181-1/+1
* runtime/debug: disable arm64 test for issue 9993David Crawshaw2015-04-131-2/+2
* runtime: add support for linux/arm64Aram Hăvărneanu2015-03-161-0/+3
* runtime/debug: fix nacl buildDave Cheney2015-02-261-2/+1
* runtime: disable scavenger on 64k page size kernelsDave Cheney2015-02-261-0/+4
* runtime: gofmtBrad Fitzpatrick2014-12-161-3/+2
* runtime: fix finalizer iteratorKeith Randall2014-12-101-0/+37
* all: power64 is now ppc64Russ Cox2014-12-051-2/+2
* [dev.power64] all: merge default (dd5014ed9b01) into dev.power64Russ Cox2014-10-292-9/+34
|\
| * runtime: add PauseEnd array to MemStats and GCStatsJens Frederich2014-10-282-9/+34
* | [dev.power64] runtime: power64 fixes and ports of changesAustin Clements2014-10-271-0/+6
|/