aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime1.go
AgeCommit message (Expand)Author
2026-01-27cmd/link, runtime: remove typelinksIan Lance Taylor
2025-11-24runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacksDavid Finkel
2025-11-24runtime: respect GOTRACEBACK for user-triggered runtime panicsJoe Tsai
2025-10-30runtime: delete timedivRuss Cox
2025-10-29internal/itoa, internal/runtime/strconv: deleteRuss Cox
2025-09-30runtime: initialise debug settings much earlier in startup processSteve Muir
2025-05-21runtime: use cgroup CPU limit to set GOMAXPROCSMichael Pratt
2025-05-20runtime: mark and identify tiny blocks in checkfinalizers modeMichael Anthony Knyszek
2025-05-20runtime: add new GODEBUG checkfinalizerMichael Anthony Knyszek
2025-05-19runtime: move atoi to internal/runtime/strconvMichael Pratt
2025-05-07runtime: remove GODEBUG=runtimecontentionstacksRhys Hiltner
2025-03-10internal/godebugs: add decoratemappings as an opaque godebug settingMichael Pratt
2025-02-03runtime: fix GODEBUG=gccheckmark=1 and add smoke testMichael Anthony Knyszek
2024-11-20all: rename crypto/internal/fips to crypto/internal/fips140Russ Cox
2024-11-19crypto/subtle: add DIT closureRoland Shoemaker
2024-10-28crypto/internal/fips: add service indicator mechanismFilippo Valsorda
2024-09-06runtime: remove cloudwego/frugal unused linkname from commentKyle Xiao
2024-05-30Revert "runtime: remove GODEBUG=runtimecontentionstacks"Rhys Hiltner
2024-05-29all: document legacy //go:linkname for final round of modulesRuss Cox
2024-05-23all: document legacy //go:linkname for modules with ≥200 dependentsRuss Cox
2024-05-23all: document legacy //go:linkname for modules with ≥2,000 dependentsRuss Cox
2024-05-22all: document legacy //go:linkname for modules with ≥50,000 dependentsRuss Cox
2024-05-22all: document legacy //go:linkname for modules with ≥100,000 dependentsRuss Cox
2024-05-21runtime: remove GODEBUG=runtimecontentionstacksRhys Hiltner
2024-05-21runtime: make profstackdepth a GODEBUG optionFelix Geisendörfer
2024-05-08runtime: add traceallocfree GODEBUG for alloc/free events in tracesMichael Anthony Knyszek
2024-05-08runtime: remove allocfreetraceMichael Anthony Knyszek
2024-04-05runtime: take a stack trace during tracing only when we own the stackMichael Anthony Knyszek
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-03-13time: garbage collect unstopped Tickers and TimersRuss Cox
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
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-05-11runtime: move per-type types to internal/abiDavid Chase
2023-05-11runtime: redefine _type to abi.Type; add rtype for methods.David Chase
2023-05-02runtime/trace: enable frame pointer unwinding by default for amd64 and arm64Nick Ripley
2023-04-21runtime: tidy _Stack* constant namingAustin Clements
2023-04-20runtime: turn frame pointer unwinding for tracing off by defaultNick Ripley
2023-04-20Revert "runtime: tidy _Stack* constant naming"Austin Clements
2023-04-20runtime: tidy _Stack* constant namingAustin Clements
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
2023-01-28runtime: remove go119MemoryLimitSupport flagKeith Randall
2023-01-19runtime: replace panic(nil) with panic(new(runtime.PanicNilError))Russ Cox