index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
debug
Age
Commit message (
Expand
)
Author
2022-12-02
runtime/debug: add missing period
Russ Cox
2022-12-02
runtime/debug: more complete BuildInfo documentation
Russ Cox
2022-11-18
all: add missing periods in comments
cui fliter
2022-05-19
all: gofmt main repo
Russ Cox
2022-05-03
runtime/debug: export SetMemoryLimit
Michael Anthony Knyszek
2022-05-03
runtime: add a non-functional memory limit to the pacer
Michael Anthony Knyszek
2022-04-12
runtime: fix name of type parameter
zhouguangyuan
2022-04-11
all: gofmt main repo
Russ Cox
2022-03-17
runtime/debug: do not require a GOROOT/src prefix in TestStack
Bryan C. Mills
2022-03-15
all: untab /* */ doc comments
Russ Cox
2022-02-09
runtime/debug: replace (*BuildInfo).Marshal methods with Parse and String
Bryan C. Mills
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-30
cmd/go: adjust BuildInfo.Settings
Russ Cox
2021-11-11
runtime/debug: make TestFreeOSMemory more robust
Michael Anthony Knyszek
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-14
cmd/go: stamp VCS revision and uncommitted status into binaries
Jay Conrod
2021-10-14
runtime/debug: add GoVersion to BuildInfo
Jay Conrod
2021-10-14
debug/buildinfo: new package with Read and ReadFile
Jay Conrod
2021-10-14
cmd/go: move module build info formatting into runtime/debug
Jay Conrod
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-07-20
runtime/debug: skip TestPanicOnFault on netbsd/arm
Benny Siegert
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-10-06
all: enable more tests on macOS/ARM64
Cherry Zhang
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-09-20
runtime: improve error messages after allocating a stack that is too big
Paschalis Tsilias
2020-09-18
runtime/debug: skip fault address test on unsupported platforms
Keith Randall
2020-09-18
runtime/debug: provide Addr method for errors from SetPanicOnFault
Keith Randall
2020-02-25
Revert "Revert "cmd/go/internal/modload: record the replacement for the modul...
Bryan C. Mills
2020-02-24
Revert "cmd/go/internal/modload: record the replacement for the module contai...
Andrew Bonventre
2020-02-24
cmd/go/internal/modload: record the replacement for the module containing pac...
Bryan C. Mills
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-09-20
runtime/debug: correct BuildInfo.Main documentation
Hana Kim
2019-04-23
cmd/go: move runtime/debug.modinfo to runtime.modinfo
Russ Cox
2018-11-13
runtime/debug: add API to read module info in binary
Hana Kim
2018-06-01
os: add js/wasm architecture
Richard Musiol
2017-04-24
runtime/debug: mark TestSetGCPercent as flaky
Brad Fitzpatrick
2017-04-21
runtime/debug: increase threshold on TestSetGCPercent
Austin Clements
2017-04-21
runtime/debug: don't trigger a GC on SetGCPercent
Austin Clements
2017-04-21
runtime/debug: expand SetGCPercent test
Austin Clements
2017-02-10
runtime/debug: don't run a GC when setting SetGCPercent negative
Brad Fitzpatrick
2016-11-13
all: fix vet nits
Josh Bleecher Snyder
2016-10-20
runtime/debug: avoid overflow in SetMaxThreads
Alberto Donizetti
2016-10-04
all: use sort.Slice where applicable
Brad Fitzpatrick
2016-09-06
runtime/debug: enable TestFreeOSMemory on all arches
Austin Clements
2016-06-07
cmd/compile: fix heap dump test on android
Keith Randall
2016-03-16
runtime/debug: clarify WriteHeapDump STW behavior
Alan Donovan
2016-03-15
runtime: update link to WriteHeapDump format
Michael Matloob
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-19
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
[next]