| Age | Commit message (Expand) | Author |
| 2025-11-26 | cmd/compile: introduce alias analysis and automatically free non-aliased memo... | thepudds |
| 2025-11-20 | cmd/compile: stack allocate backing stores during append | khr@golang.org |
| 2025-07-28 | all: omit unnecessary type conversions | Jes Cok |
| 2024-09-17 | runtime: move getcallerpc to internal/runtime/sys | Michael Pratt |
| 2024-07-23 | runtime,internal: move runtime/internal/sys to internal/runtime/sys | David Chase |
| 2024-07-23 | runtime,internal: move runtime/internal/math to internal/runtime/math | David Chase |
| 2024-05-29 | all: document legacy //go:linkname for modules with ≥100 dependents | Russ Cox |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥200 dependents | Russ Cox |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥20,000 dependents | Russ Cox |
| 2024-05-22 | all: document legacy //go:linkname for modules with ≥50,000 dependents | Russ Cox |
| 2024-03-04 | runtime: use .Pointers() instead of manual checking | Pouriya |
| 2024-02-19 | strings: make use of sizeclasses in (*Builder).Grow | Mateusz Poliwczak |
| 2023-11-16 | runtime: optimize bulkBarrierPreWrite with allocheaders | Michael Anthony Knyszek |
| 2023-11-09 | runtime: implement experiment to replace heap bitmap with alloc headers | Michael Anthony Knyszek |
| 2023-10-03 | cmd/compile,runtime: remove runtime.mulUintptr | qiulaidongfeng |
| 2023-09-04 | runtime: introduce nextslicecap | Egon Elbre |
| 2023-09-04 | runtime: optimize growslice | Egon Elbre |
| 2023-05-05 | internal/abi: refactor (basic) type struct into one definition | David Chase |
| 2023-02-27 | bytes, strings: avoid unnecessary zero initialization | Joe Tsai |
| 2022-10-18 | runtime: replace all uses of CtzXX with TrailingZerosXX | Youlin Feng |
| 2022-10-15 | reflect: add Value.Grow | Joe Tsai |
| 2022-09-01 | cmd/compile,runtime: redo growslice calling convention | Keith Randall |
| 2022-08-31 | cmd/compile: add support for unsafe.{String,StringData,SliceData} | cuiweixie |
| 2022-08-19 | runtime: add and use runtime/internal/sys.NotInHeap | Cuong Manh Le |
| 2022-08-16 | runtime: redo heap bitmap | Keith Randall |
| 2022-08-10 | runtime: fix gofmt error | Keith Randall |
| 2022-08-09 | Revert "runtime: redo heap bitmap" | Keith Randall |
| 2022-08-08 | cmd/compile: avoid assignment conversion in append(a, b...) | Keith Randall |
| 2022-08-08 | runtime: redo heap bitmap | Keith Randall |
| 2022-08-08 | cmd/compile,runtime: panic when unsafe.Slice param is nil and > 0 | cuiweixie |
| 2022-05-11 | cmd/compile,runtime: open code unsafe.Slice | Cuong Manh Le |
| 2022-02-05 | runtime: change sys.PtrSize to goarch.PtrSize in comments | Ian Lance Taylor |
| 2021-11-02 | runtime, syscall: add calls to asan functions | fanzha02 |
| 2021-10-13 | unsafe: optimize Slice bounds checking | Matthew Dempsky |
| 2021-10-13 | unsafe: allow unsafe.Slice up to end of address space | Matthew Dempsky |
| 2021-09-27 | runtime: make slice growth formula a bit smoother | Keith Randall |
| 2021-06-30 | [dev.typeparams] all: merge master (4711bf3) into dev.typeparams | Matthew Dempsky |
| 2021-06-28 | cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil) | Matthew Dempsky |
| 2021-06-17 | [dev.typeparams] runtime: fix import sort order [generated] | Michael Anthony Knyszek |
| 2021-06-17 | [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i... | Michael Anthony Knyszek |
| 2021-05-21 | [dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal | Cherry Mui |
| 2021-05-02 | cmd/compile: implement unsafe.Add and unsafe.Slice | Matthew Dempsky |
| 2020-09-25 | runtime: use old capacity to decide on append growth regime | Keith Randall |
| 2020-09-16 | cmd/compile: unify reflect, string and slice copy runtime functions | Martin Möhrmann |
| 2020-05-07 | runtime: do not attempt bulkBarrierPreWrite when dst slice length is zero | Martin Möhrmann |
| 2020-05-07 | cmd/compile: optimize make+copy pattern to avoid memclr | Martin Möhrmann |
| 2020-04-08 | cmd/compile,runtime: pass only ptr and len to some runtime calls | Josh Bleecher Snyder |
| 2020-04-08 | runtime: only check for pointers up to ptrdata, not size | Ian Lance Taylor |
| 2020-02-25 | runtime: reorder race detector calls in slicecopy | Keith Randall |
| 2019-11-15 | all: fix a bunch of misspellings | Ville Skyttä |