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
2025-09-25
[release-branch.go1.24] crypto/internal/fips140: make Version return latest w...
Filippo Valsorda
2025-05-28
[release-branch.go1.24] runtime/debug: document DefaultGODEBUG as a BuildSetting
Sean Liao
2024-11-21
all: fix some function names and typos in comment
cuishuang
2024-10-23
runtime/debug: minor cleanups after CL 384154
Ian Lance Taylor
2024-10-23
runtime/debug: document ParseBuildInfo and (*BuildInfo).String
Ian Lance Taylor
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-05-16
runtime/debug: eliminate temporary variadicity from SetCrashOutput
Alan Donovan
2024-05-15
runtime/debug: add SetCrashOutput(...CrashOptions) parameter
Alan Donovan
2024-03-27
all: make use of builtin clear
Jes Cok
2024-02-22
runtime: be careful about crash FD changes during panic
Michael Pratt
2024-02-21
runtime/debug: clarify SetCrashOutput dup behavior
Michael Pratt
2024-02-02
runtime/debug: add Example of SetCrashOutput in a crash monitor
Alan Donovan
2024-01-31
runtime/debug: SetCrashOutput sets the FD for fatal panics
Alan Donovan
2023-11-08
runtime: add available godoc link
cui fliter
2023-08-25
runtime/debug: fix minor BuildSetting doc typos
crozzy
2023-04-19
runtime: manage huge pages explicitly
Michael Anthony Knyszek
2023-03-14
runtime/debug: replace "GOARM64" with "GOARM" in docs
Tianon Gravi
2023-01-26
runtime/debug: expand fuzz corpus for FuzzParseBuildInfoRoundTrip
Bryan C. Mills
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
[next]