| Age | Commit message (Expand) | Author |
| 2025-12-05 | runtime: expand Pinner documentation | Michael Anthony Knyszek |
| 2025-12-05 | runtime: skip TestArenaCollision if we run out of hints | Michael Anthony Knyszek |
| 2025-12-05 | runtime: relax threadsSlack in TestReadMetricsSched | Michael Anthony Knyszek |
| 2025-12-05 | runtime: skip mayMoreStackMove in goroutine leak tests | Michael Anthony Knyszek |
| 2025-12-05 | runtime/race: set missing argument frame for ppc64x atomic And/Or wrappers | Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com |
| 2025-12-05 | runtime: reject any goroutine leak test failure that failed to execute | Michael Anthony Knyszek |
| 2025-12-05 | runtime: print output in case of segfault in goroutine leak tests | Michael Anthony Knyszek |
| 2025-12-05 | runtime: don't specify GOEXPERIMENT=greenteagc in goroutine leak tests | Michael Anthony Knyszek |
| 2025-12-05 | all: fix some comment issues | cuishuang |
| 2025-12-01 | runtime/internal/testprog: log initial SchedMetrics GOMAXPROCS | Michael Pratt |
| 2025-11-28 | runtime/secret: disable tests under memory validating modes | Daniel Morsing |
| 2025-11-27 | runtime/secret: reorganize tests to fix -buildmode=shared | Daniel Morsing |
| 2025-11-27 | runtime/_mkmalloc: fix log.Fatal formatting directive | Filippo Valsorda |
| 2025-11-26 | cmd/link, runtime, debug/gosym: move pclntab magic to internal/abi | Ian Lance Taylor |
| 2025-11-26 | cmd/compile: introduce alias analysis and automatically free non-aliased memo... | thepudds |
| 2025-11-26 | crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandom | Filippo Valsorda |
| 2025-11-26 | runtime: update mkmalloc to make generated code look nicer | matloob |
| 2025-11-26 | runtime/secret: implement new secret package | Daniel Morsing |
| 2025-11-26 | cmd/compile, runtime: guard X15 zeroing with GOEXPERIMENT=simd | Cherry Mui |
| 2025-11-26 | crypto/fips140: add WithoutEnforcement | Daniel Morsing |
| 2025-11-26 | runtime: merge all the linux 32 and 64 bits files into one for each | Jorropo |
| 2025-11-25 | runtime: panic if cleanup function closes over cleanup pointer | Ian Lance Taylor |
| 2025-11-25 | runtime: panic on AddCleanup with self pointer | Ian Lance Taylor |
| 2025-11-24 | runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacks | David Finkel |
| 2025-11-24 | runtime: use m.profStack in traceStack | Michael Anthony Knyszek |
| 2025-11-24 | runtime: don't write unique string to trace if it's length zero | Michael Anthony Knyszek |
| 2025-11-24 | [dev.simd] all: merge master (02d1f3a) into dev.simd | Cherry Mui |
| 2025-11-24 | runtime: respect GOTRACEBACK for user-triggered runtime panics | Joe Tsai |
| 2025-11-24 | runtime/cgo: add support for `any` param and return type | Alexandre Daubois |
| 2025-11-24 | runtime: port memmove, memclr to register ABI on s390x | Srinivas Pokala |
| 2025-11-24 | reflect, runtime: add reflect support for regabi on s390x | Srinivas Pokala |
| 2025-11-24 | runtime: mark race functions on s390x as ABIInternal | Srinivas Pokala |
| 2025-11-24 | runtime: add runtime changes for register ABI on s390x | Srinivas Pokala |
| 2025-11-24 | [dev.simd] all: merge master (8dd5b13) into dev.simd | Cherry Mui |
| 2025-11-23 | runtime: fix stale comment for mheap/malloc | Lidong Yan |
| 2025-11-23 | cmd/internal/obj/arm64, image/gif, runtime, sort: use math/bits to calculate ... | Axel Wagner |
| 2025-11-21 | runtime: replace trace seqlock with write flag | Michael Anthony Knyszek |
| 2025-11-21 | runtime/trace: add Log benchmark | Michael Anthony Knyszek |
| 2025-11-21 | runtime/pprof: remove hard-coded sleep in CPU profile reader | Nick Ripley |
| 2025-11-21 | runtime: fix double wakeup in CPU profile buffer | Nick Ripley |
| 2025-11-21 | runtime: remove linkname for gopanic | Sean Liao |
| 2025-11-21 | runtime: go fmt | Michael Pratt |
| 2025-11-20 | runtime: track goroutine location until actual STW | Michael Pratt |
| 2025-11-20 | runtime: disable stack allocation tests on sanitizers | Keith Randall |
| 2025-11-20 | [dev.simd] all: merge master (ca37d24) into dev.simd | Cherry Mui |
| 2025-11-20 | cmd/compile: stack allocate backing stores during append | khr@golang.org |
| 2025-11-20 | runtime: select GC mark workers during start-the-world | Michael Pratt |
| 2025-11-20 | runtime: split findRunnableGCWorker in two | Michael Pratt |
| 2025-11-18 | runtime: add dlog.hexdump | Austin Clements |
| 2025-11-18 | runtime: add hexdumper | Austin Clements |