| Age | Commit message (Expand) | Author |
| 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ä |
| 2019-03-25 | runtime: remove kindNoPointers | Keith Randall |
| 2019-03-25 | runtime: skip wb call in growslice when unnecessary | Josh Bleecher Snyder |
| 2018-10-29 | cmd/compile: move slice construction to callers of makeslice | Martin Möhrmann |
| 2018-10-23 | runtime: remove unused maxSliceCap function and maxElems array | Martin Möhrmann |
| 2018-10-23 | runtime: use multiplication with overflow check for makeslice | Martin Möhrmann |
| 2018-10-23 | runtime: use multiplication with overflow check for growslice | Martin Möhrmann |
| 2018-08-24 | runtime: do not execute write barrier on newly allocated slice in growslice | Martin Möhrmann |
| 2018-08-24 | runtime: replace typedmemmmove with bulkBarrierPreWrite and memmove in growslice | Martin Möhrmann |
| 2018-05-06 | cmd/compile: optimize append(x, make([]T, y)...) slice extension | Martin Möhrmann |
| 2018-04-21 | runtime: use sys.PtrSize in growslice | Josh Bleecher Snyder |
| 2018-04-13 | runtime: avoid division in growslice | Ilya Tocar |
| 2018-02-15 | runtime: replace _MaxMem with maxAlloc | Austin Clements |
| 2017-11-01 | runtime: protect growslice against newcap*et.size overflow | Martin Möhrmann |
| 2017-10-29 | runtime: eliminate remaining recordspan write barriers | Austin Clements |
| 2017-09-22 | runtime: remove getcallerpc argument | Austin Clements |
| 2017-08-24 | runtime: avoid infinite loop in growslice | Martin Möhrmann |
| 2017-08-15 | runtime: simplify memory capacity check in growslice | Martin Möhrmann |
| 2016-10-28 | runtime, cmd/compile: rename memclr -> memclrNoHeapPointers | Austin Clements |
| 2016-10-04 | runtime: make append only clear uncopied memory | Carl Mastrangelo |