summaryrefslogtreecommitdiff
path: root/src/runtime/debug
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* cmd/go: prohibit C sources files unless using cgoRuss Cox2014-09-241-0/+0
* build: move package sources from src/pkg to srcRuss Cox2014-09-088-0/+492