aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/extern.go
AgeCommit message (Expand)Author
10 daysRevert "runtime: remove GODEBUG=runtimecontentionstacks"Rhys Hiltner
2024-05-21runtime: remove GODEBUG=runtimecontentionstacksRhys Hiltner
2024-05-21runtime: make profstackdepth a GODEBUG optionFelix Geisendörfer
2024-05-08runtime: remove allocfreetraceMichael Anthony Knyszek
2024-05-02runtime: remove note about goid reuseRuss Cox
2024-04-16runtime: remove no-op slice operation in CallerDmitri Shuralyov
2024-04-05runtime: take a stack trace during tracing only when we own the stackMichael Anthony Knyszek
2024-01-17runtime: document GODEBUG panicnil valuesCuong Manh Le
2024-01-15runtime: more godoc linksOlivier Mengué
2023-12-06runtime: rename GODEBUG=profileruntimelocks to runtimecontentionstacksMichael Pratt
2023-12-05runtime: add the disablethp GODEBUG settingMichael Anthony Knyszek
2023-11-21runtime: profile contended lock callsRhys Hiltner
2023-11-20Revert "runtime: profile contended lock calls"Matthew Dempsky
2023-11-17runtime: profile contended lock callsRhys Hiltner
2023-11-10runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2Michael Anthony Knyszek
2023-11-08runtime: add available godoc linkcui fliter
2023-06-21runtime: relate GODEBUG=gctrace output to runtime/metricsMichael Anthony Knyszek
2023-06-06runtime: make GODEBUG=dontfreezetheworld=1 saferMichael Pratt
2023-06-06runtime: implement SUID/SGID protectionsRoland Shoemaker
2023-05-19runtime: add eager scavenging details to GODEBUG=scavtrace=1Michael Anthony Knyszek
2023-04-10runtime: support GOTRACEBACK=wer on Windowsqmuntal
2023-03-30runtime/trace: enable frame pointer unwinding on amd64Felix Geisendörfer
2023-03-24runtime: add GODEBUG=dontfreezetheworld=1Michael Pratt
2023-02-16runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENTKeith Randall
2022-11-18runtime: add page tracerMichael Knyszek
2022-09-02runtime: support MADV_DONTNEED on the BSDs and Solaris/IllumosTobias Klauser
2022-08-25runtime: update gctrace docs and print lastStackScan instead of maxMichael Anthony Knyszek
2022-08-15runtime: document GODEBUG=cpu.* in runtime packageMartin Möhrmann
2022-06-07runtime: document GOMEMLIMIT in environment variables sectionMichael Pratt
2022-05-20runtime: update description of GODEBUG=scavtrace=1Wang Deyu
2022-04-11all: gofmt main repoRuss Cox
2022-04-10runtime: update description of GODEBUG=gctrace=1Leonard Wang
2021-11-05runtime: add harddecommit GODEBUG flagMichael Anthony Knyszek
2021-10-19runtime: remove reference to crypto/tls GODEBUG usageBenjamin Peterson
2021-06-17[dev.typeparams] runtime/internal/sys: replace GOOS with goos.GOOSMichael Anthony Knyszek
2021-06-17[dev.typeparams] runtime/internal/sys: replace uses of GOARCH with goarch.GOARCHMichael Anthony Knyszek
2021-04-08runtime,cmd/link: include GOEXPERIMENTs in runtime.Version(), "go version X"Austin Clements
2021-03-04runtime: remove GODEBUG=scavenge modeLeonardWang
2021-02-19runtime: move sys.DefaultGoroot to runtime.defaultGOROOTRuss Cox
2020-11-02runtime: default to MADV_DONTNEED on LinuxAustin Clements
2020-10-14runtime: implement GODEBUG=inittrace=1 supportMartin Möhrmann
2020-06-05runtime: clarify wording/grammar on GODEBUG=invalidptrBrad Fitzpatrick
2020-05-08runtime: remove scavAddr in favor of address rangesMichael Anthony Knyszek
2020-01-09runtime: add scavtrace debug flag and remove scavenge info from gctraceMichael Anthony Knyszek
2019-11-02runtime: add GODEBUG=asyncpreemptoff=1Austin Clements
2019-09-17runtime: remove unneeded noinline directivesKeith Randall
2019-04-23cmd/go: add env -w and env -u to set and unset default env varsRuss Cox
2019-02-13crypto/tls, runtime: document GODEBUG TLS 1.3 optionBrad Fitzpatrick
2019-02-13runtime: scan gp._panic in stack scanCherry Zhang
2019-01-02runtime: add GODEBUG=madvdontneed=1Brad Fitzpatrick