| Age | Commit message (Expand) | Author |
| 2025-10-29 | internal/itoa, internal/runtime/strconv: delete | Russ Cox |
| 2025-09-02 | runtime: add comment for concatstring2 | Youlin Feng |
| 2025-05-19 | runtime: move atoi to internal/runtime/strconv | Michael Pratt |
| 2025-02-25 | cmd/compile, runtime: optimize concatbytes | Cuong Manh Le |
| 2024-10-29 | strings,bytes: use result of copy in subsequent slicing | Keith Randall |
| 2024-09-17 | runtime: move getcallerpc to internal/runtime/sys | Michael Pratt |
| 2024-09-10 | cmd/compile: optimize []byte(string1 + string2) | Paschalis Tsilias |
| 2024-09-06 | runtime: remove cloudwego/frugal unused linkname from comment | Kyle Xiao |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥200 dependents | Russ Cox |
| 2024-05-17 | runtime: make use of stringslite.{HasPrefix, HasSuffix} | Jes Cok |
| 2024-05-15 | cmd/link: disallow pull-only linknames | Cherry Mui |
| 2023-11-09 | runtime: implement experiment to replace heap bitmap with alloc headers | Michael Anthony Knyszek |
| 2023-03-10 | runtime: create an API for unwinding inlined frames | Austin Clements |
| 2022-11-11 | internal/syscall/unix: use runtime.gostring for Gostring | Ian Lance Taylor |
| 2022-09-13 | runtime: replace stringStruct with unsafe.String where appropriate | Cuong Manh Le |
| 2022-07-24 | runtime: fix typo in function comments | Abirdcfly |
| 2022-05-19 | all: gofmt main repo | Russ Cox |
| 2022-05-03 | runtime: add byte count parser for GOMEMLIMIT | Michael Anthony Knyszek |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-05 | all: separate doc comment from //go: directives | Russ Cox |
| 2022-04-01 | all: fix various doc comment formatting nits | Russ Cox |
| 2021-11-02 | runtime, syscall: add calls to asan functions | fanzha02 |
| 2021-06-17 | [dev.typeparams] runtime/internal/sys: replace BigEndian with goarch.BigEndia... | Michael Anthony Knyszek |
| 2021-05-21 | [dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal | Cherry Mui |
| 2021-04-02 | runtime: make concatstring{2,3,4,5} consistent w/ compiler's use | David Chase |
| 2020-08-17 | runtime: replace index and contains with bytealg calls | Austin Clements |
| 2020-08-13 | runtime: revert signal stack mlocking | Austin Clements |
| 2020-04-08 | cmd/compile,runtime: pass only ptr and len to some runtime calls | Josh Bleecher Snyder |
| 2020-03-05 | runtime: use staticuint64s instead of staticbytes for 1-length strings | Diogo Pinela |
| 2019-12-05 | runtime: add a simple version number parser | Austin Clements |
| 2019-06-06 | runtime: mark all Go symbols called from assembly in other packages | Austin Clements |
| 2018-10-15 | cmd/compile: avoid string allocations when map key is struct or array literal | Martin Möhrmann |
| 2018-08-22 | runtime: replace calls to hasprefix with hasPrefix | Martin Möhrmann |
| 2018-05-01 | runtime: use staticbytes in intstring for small v | Josh Bleecher Snyder |
| 2018-03-14 | runtime: don't use floating point in findnull on Plan 9 | David du Colombier |
| 2018-03-09 | runtime: use bytes.IndexByte in findnull | Ilya Tocar |
| 2018-03-01 | Revert "runtime: use bytes.IndexByte in findnull" | Brad Fitzpatrick |
| 2018-03-01 | runtime: use bytes.IndexByte in findnull | Josh Bleecher Snyder |
| 2018-03-01 | runtime: don't allocate to build strings of length 1 | Josh Bleecher Snyder |
| 2018-02-19 | runtime: avoid clearing memory during byte slice allocation in gobytes | Martin Möhrmann |
| 2018-02-15 | runtime: replace _MaxMem with maxAlloc | Austin Clements |
| 2017-09-22 | runtime: remove getcallerpc argument | Austin Clements |
| 2017-03-08 | runtime: optimize slicebytestostring | Josh Bleecher Snyder |
| 2016-11-01 | runtime: improve atoi implementation | Martin Möhrmann |
| 2016-10-28 | runtime, cmd/compile: rename memclr -> memclrNoHeapPointers | Austin Clements |
| 2016-10-28 | cmd/compile: move stringtoslicebytetmp to the backend | Martin Möhrmann |
| 2016-10-17 | runtime: speed up non-ASCII rune decoding | Martin Möhrmann |
| 2016-09-14 | cmd/compile: intrinsify slicebytetostringtmp when not instrumenting | Martin Möhrmann |
| 2016-09-08 | runtime: remove maxstring | Martin Möhrmann |
| 2016-08-30 | cmd/compile: improve string iteration performance | Martin Möhrmann |