aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2026-02-09[release-branch.go1.26] runtime/pprof: fix missing Profile docsAustin Clements
2026-01-21runtime: remove the unused scanIdx from mspanYoulin Feng
2026-01-15net/url: add urlmaxqueryparams GODEBUG to limit the number of query parametersDamien Neil
2026-01-13runtime: rename mallocTiny* to mallocgcTinySize*Michael Matloob
2026-01-08runtime/trace: fix documentation commentjjpinto
2026-01-07internal/trace: fix recorder.Write return value for header-only buffersjjpinto
2025-12-30runtime/secret: make tests more sturdyDaniel Morsing
2025-12-30all: fix some minor grammatical issues in the commentscuishuang
2025-12-23runtime: improve a log message in TestCleanupLostLin Lin
2025-12-23runtime: fix nGsyscallNoP accountingMichael Anthony Knyszek
2025-12-22runtime: revert entry point on freebsd/arm64Rob Nichols
2025-12-17runtime: keep track of secret allocation sizeDaniel Morsing
2025-12-17runtime/secret: warn users about allocations, loosen guaranteesDaniel Morsing
2025-12-12runtime, cmd/link: tighten search for stackObjectRecordIan Lance Taylor
2025-12-12runtime/secret: restore goroutine behavior to proposalDaniel Morsing
2025-12-12runtime: dropg after emitting trace event in preemptParkMichael Anthony Knyszek
2025-12-12runtime/pprof: deflake TestGoroutineLeakProfileConcurrencyMichael Anthony Knyszek
2025-12-12runtime/secret: guard files with goexperimentCherry Mui
2025-12-11runtime: add extra subtest layer to TestFinalizerOrCleanupDeadlockMichael Anthony Knyszek
2025-12-11runtime/trace: fix broken TestSubscribersMichael Anthony Knyszek
2025-12-11runtime: prevent calls to GOMAXPROCS while clearing P trace stateMichael Anthony Knyszek
2025-12-11runtime: make goroutines inherit DIT state, don't lock to OS threadRoland Shoemaker
2025-12-10runtime: use correct function name in methodValueCallFrameObjs commentIan Lance Taylor
2025-12-09runtime: on AIX check isarchive before calling libpreinitIan Lance Taylor
2025-12-08[dev.simd] all: merge master (a33bbf1) into dev.simdCherry Mui
2025-12-08[dev.simd] cmd/compile: zero only low 128-bit of X15Cherry Mui
2025-12-08runtime/trace: update TestSubscribers to dump tracesMichael Anthony Knyszek
2025-12-08runtime: only run TestNotInGoMetricCallback when building with cgoMichael Anthony Knyszek
2025-12-08runtime: disable TestNotInGoMetricCallback on FreeBSD + raceMichael Anthony Knyszek
2025-12-08runtime: use atomic C types with atomic C functionsJoel Sing
2025-12-08runtime: deflake TestProfBufWakeupNick Ripley
2025-12-08runtime: mark getfp as nosplitkhr@golang.org
2025-12-05runtime: don't count nGsyscallNoP for extra Ms in CMichael Anthony Knyszek
2025-12-05runtime: expand Pinner documentationMichael Anthony Knyszek
2025-12-05runtime: skip TestArenaCollision if we run out of hintsMichael Anthony Knyszek
2025-12-05runtime: relax threadsSlack in TestReadMetricsSchedMichael Anthony Knyszek
2025-12-05runtime: skip mayMoreStackMove in goroutine leak testsMichael Anthony Knyszek
2025-12-05runtime/race: set missing argument frame for ppc64x atomic And/Or wrappersJayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2025-12-05runtime: reject any goroutine leak test failure that failed to executeMichael Anthony Knyszek
2025-12-05runtime: print output in case of segfault in goroutine leak testsMichael Anthony Knyszek
2025-12-05runtime: don't specify GOEXPERIMENT=greenteagc in goroutine leak testsMichael Anthony Knyszek
2025-12-05all: fix some comment issuescuishuang
2025-12-01runtime/internal/testprog: log initial SchedMetrics GOMAXPROCSMichael Pratt
2025-11-28runtime/secret: disable tests under memory validating modesDaniel Morsing
2025-11-27runtime/secret: reorganize tests to fix -buildmode=sharedDaniel Morsing
2025-11-27runtime/_mkmalloc: fix log.Fatal formatting directiveFilippo Valsorda
2025-11-26cmd/link, runtime, debug/gosym: move pclntab magic to internal/abiIan Lance Taylor
2025-11-26cmd/compile: introduce alias analysis and automatically free non-aliased memo...thepudds
2025-11-26crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandomFilippo Valsorda
2025-11-26runtime: update mkmalloc to make generated code look nicermatloob