| Age | Commit message (Expand) | Author |
| 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 |
| 2025-11-18 | runtime: do not print recovered when double panic with the same value | Youlin Feng |
| 2025-11-17 | cmd/internal/sys,internal/goarch,runtime: enable the use of compressed instru... | Joel Sing |
| 2025-11-17 | runtime: relax TestMemoryLimit on darwin a bit more | Keith Randall |
| 2025-11-17 | runtime: clear frame pointer at thread entry points | Nick Ripley |
| 2025-11-17 | runtime: rename findrunnable references to findRunnable | Michael Pratt |
| 2025-11-17 | runtime: hoist invariant code out of heapBitsSmallForAddrInline | Archana Ravindar |
| 2025-11-14 | runtime: usleep before stealing runnext only if not in syscall | Michael Anthony Knyszek |
| 2025-11-14 | runtime: support runtime.freegc in size-specialized mallocs for noscan objects | thepudds |
| 2025-11-14 | runtime: add more precise test of assist credit handling for runtime.freegc | thepudds |
| 2025-11-14 | runtime: add runtime.freegc to reduce GC work | thepudds |
| 2025-11-14 | runtime: skip tests for GOEXPERIMENT=arenas that do not handle clobberfree=1 | thepudds |
| 2025-11-14 | runtime: put AddCleanup cleanup arguments in their own allocation | Michael Anthony Knyszek |
| 2025-11-14 | runtime: add AddCleanup benchmark | Michael Anthony Knyszek |