summaryrefslogtreecommitdiff
path: root/src/runtime/debug
Commit message (Expand)AuthorAgeFilesLines
* runtime: fix name of type parameterzhouguangyuan2022-04-121-0/+26
* all: gofmt main repoRuss Cox2022-04-111-1/+3
* runtime/debug: do not require a GOROOT/src prefix in TestStackBryan C. Mills2022-03-171-13/+69
* all: untab /* */ doc commentsRuss Cox2022-03-151-15/+15
* runtime/debug: replace (*BuildInfo).Marshal methods with Parse and StringBryan C. Mills2022-02-092-51/+181
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-2/+2
* cmd/go: adjust BuildInfo.SettingsRuss Cox2021-11-301-10/+14
* runtime/debug: make TestFreeOSMemory more robustMichael Anthony Knyszek2021-11-111-10/+55
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* cmd/go: stamp VCS revision and uncommitted status into binariesJay Conrod2021-10-141-10/+36
* runtime/debug: add GoVersion to BuildInfoJay Conrod2021-10-141-4/+16
* debug/buildinfo: new package with Read and ReadFileJay Conrod2021-10-141-46/+58
* cmd/go: move module build info formatting into runtime/debugJay Conrod2021-10-141-0/+37
* all: use bytes.Cut, strings.CutRuss Cox2021-10-061-3/+2
* 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