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
/
extern.go
Age
Commit message (
Expand
)
Author
2025-11-10
runtime: document that tracefpunwindoff applies to some profilers
Nick Ripley
2025-10-22
runtime: cleanup pagetrace
Florian Lehner
2025-05-20
runtime: add package doc for checkfinalizer mode
Michael Anthony Knyszek
2025-05-07
runtime: remove GODEBUG=runtimecontentionstacks
Rhys Hiltner
2025-03-10
internal/godebugs: add decoratemappings as an opaque godebug setting
Michael Pratt
2024-10-25
runtime: document that Caller and Frame.File always use forward slashes
qmuntal
2024-08-20
runtime: deprecate GOROOT
Dmitri Shuralyov
2024-05-30
Revert "runtime: remove GODEBUG=runtimecontentionstacks"
Rhys Hiltner
2024-05-21
runtime: remove GODEBUG=runtimecontentionstacks
Rhys Hiltner
2024-05-21
runtime: make profstackdepth a GODEBUG option
Felix Geisendörfer
2024-05-08
runtime: remove allocfreetrace
Michael Anthony Knyszek
2024-05-02
runtime: remove note about goid reuse
Russ Cox
2024-04-16
runtime: remove no-op slice operation in Caller
Dmitri Shuralyov
2024-04-05
runtime: take a stack trace during tracing only when we own the stack
Michael Anthony Knyszek
2024-01-17
runtime: document GODEBUG panicnil values
Cuong Manh Le
2024-01-15
runtime: more godoc links
Olivier Mengué
2023-12-06
runtime: rename GODEBUG=profileruntimelocks to runtimecontentionstacks
Michael Pratt
2023-12-05
runtime: add the disablethp GODEBUG setting
Michael Anthony Knyszek
2023-11-21
runtime: profile contended lock calls
Rhys Hiltner
2023-11-20
Revert "runtime: profile contended lock calls"
Matthew Dempsky
2023-11-17
runtime: profile contended lock calls
Rhys Hiltner
2023-11-10
runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2
Michael Anthony Knyszek
2023-11-08
runtime: add available godoc link
cui fliter
2023-06-21
runtime: relate GODEBUG=gctrace output to runtime/metrics
Michael Anthony Knyszek
2023-06-06
runtime: make GODEBUG=dontfreezetheworld=1 safer
Michael Pratt
2023-06-06
runtime: implement SUID/SGID protections
Roland Shoemaker
2023-05-19
runtime: add eager scavenging details to GODEBUG=scavtrace=1
Michael Anthony Knyszek
2023-04-10
runtime: support GOTRACEBACK=wer on Windows
qmuntal
2023-03-30
runtime/trace: enable frame pointer unwinding on amd64
Felix Geisendörfer
2023-03-24
runtime: add GODEBUG=dontfreezetheworld=1
Michael Pratt
2023-02-16
runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
Keith Randall
2022-11-18
runtime: add page tracer
Michael Knyszek
2022-09-02
runtime: support MADV_DONTNEED on the BSDs and Solaris/Illumos
Tobias Klauser
2022-08-25
runtime: update gctrace docs and print lastStackScan instead of max
Michael Anthony Knyszek
2022-08-15
runtime: document GODEBUG=cpu.* in runtime package
Martin Möhrmann
2022-06-07
runtime: document GOMEMLIMIT in environment variables section
Michael Pratt
2022-05-20
runtime: update description of GODEBUG=scavtrace=1
Wang Deyu
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-10
runtime: update description of GODEBUG=gctrace=1
Leonard Wang
2021-11-05
runtime: add harddecommit GODEBUG flag
Michael Anthony Knyszek
2021-10-19
runtime: remove reference to crypto/tls GODEBUG usage
Benjamin Peterson
2021-06-17
[dev.typeparams] runtime/internal/sys: replace GOOS with goos.GOOS
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime/internal/sys: replace uses of GOARCH with goarch.GOARCH
Michael Anthony Knyszek
2021-04-08
runtime,cmd/link: include GOEXPERIMENTs in runtime.Version(), "go version X"
Austin Clements
2021-03-04
runtime: remove GODEBUG=scavenge mode
LeonardWang
2021-02-19
runtime: move sys.DefaultGoroot to runtime.defaultGOROOT
Russ Cox
2020-11-02
runtime: default to MADV_DONTNEED on Linux
Austin Clements
2020-10-14
runtime: implement GODEBUG=inittrace=1 support
Martin Möhrmann
2020-06-05
runtime: clarify wording/grammar on GODEBUG=invalidptr
Brad Fitzpatrick
2020-05-08
runtime: remove scavAddr in favor of address ranges
Michael Anthony Knyszek
[next]