aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2026-02-03all: prealloc slice with possible minimum capabilitiesShulhan
2026-02-02internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma...ArsenySamoylov
2026-01-30runtime: delete unused parameter of userForcedTony Tang
2026-01-30runtime: align end of systemstack_switch prologue on amd64 for consistency wi...Vasily Leonenko
2026-01-30all: switch linux-ppc64 target to ELFv2 ABIPaul Murphy
2026-01-29runtime: use smaller max align for arm32Keith Randall
2026-01-29runtime, cmd/link: store type descriptor length, not endIan Lance Taylor
2026-01-28runtime/metrics: fix panic in Read with empty sliceAmol Yadav
2026-01-27cmd/link, runtime: remove typelinksIan Lance Taylor
2026-01-27runtime: rename aeshashbody to runtime.aeshashbodyMichael Pratt
2026-01-27cmd/compile, runtime: avoid improper control transfer instruction hints on ri...wangboyao
2026-01-23cmd/compile: use equality signatures in hash function generationKeith Randall
2026-01-23runtime: speed up cheaprand and cheaprand64Gavin Lam
2026-01-23runtime: remove logical stack sentinel for runtime lock stacksNick Ripley
2026-01-23runtime: remove unused mutexevent linknameNick Ripley
2026-01-22go/types, types2: remove support for gotypesalias GODEBUG flagRobert Griesemer
2026-01-22internal/runtime: remove math.Mul64Gavin Lam
2026-01-22runtime: guard unexpected return pc gp.m dereferenceMichael Pratt
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