| Age | Commit message (Expand) | Author |
| 2026-03-18 | cmd/internal/objabi: implement GCC-compatible response file parsing | Michael Podtserkovskii |
| 2026-03-18 | cmd/link: support loading R_LARCH_GOT64_PC_{LO12, HI20} relocs on loong64 | Guoqi Chen |
| 2026-02-27 | cmd/link, cmd/internal: remove the R_JMPLOONG64 relocation of loong64 | limeidan |
| 2025-11-21 | cmd/internal/objabi: remove -V=goexperiment internal special case | Dmitri Shuralyov |
| 2025-11-20 | cmd/link: support loading R_LARCH_PCREL20_S2 and R_LARCH_CALL36 relocs | WANG Xuerui |
| 2025-11-11 | std,cmd: go fix -any std cmd | Alan Donovan |
| 2025-10-29 | internal/itoa, internal/runtime/strconv: delete | Russ Cox |
| 2025-09-15 | all: replace strings.Split with strings.SplitSeq | 1911860538 |
| 2025-08-21 | cmd/internal/objabi,cmd/link: add support for additional riscv64 relocations | Joel Sing |
| 2025-08-12 | internal/runtime/gc/scan: import scan kernel from gclab [green tea] | Michael Anthony Knyszek |
| 2025-07-28 | internal/runtime/syscall/windows: factor out code from runtime | qmuntal |
| 2025-07-24 | internal/runtime/syscall: rename to internal/runtime/syscall/linux | qmuntal |
| 2025-07-22 | cmd/internal/objabi: remove redundant word in comment | cuishuang |
| 2025-05-21 | internal/runtime/cgroup: add line-by-line reader using a single scratch buffer | Michael Pratt |
| 2025-05-19 | runtime: move atoi to internal/runtime/strconv | Michael Pratt |
| 2025-05-08 | runtime: schedule cleanups across multiple goroutines | Michael Anthony Knyszek |
| 2025-04-30 | cmd/go, cmd/internal/objabi: detect "devel" version by substring | Dmitri Shuralyov |
| 2025-04-23 | runtime: move sizeclass defs to new package internal/runtime/gc | Michael Anthony Knyszek |
| 2025-04-16 | all: use strings.ReplaceAll where applicable | Marcel Meyer |
| 2025-04-13 | cmd: fix DWARF gen bug with packages that use assembly | Than McIntosh |
| 2025-03-24 | runtime: rename runfinq to runFinalizersAndCleanups | Michael Pratt |
| 2025-03-11 | runtime/internal: clean up completely | Jes Cok |
| 2025-03-06 | runtime: explicitly disable async preempt for internal/runtime | Andy Pan |
| 2025-02-22 | cmd/internal/objabi,cmd/link/internal/sym: add SDWARFADDR symbol type | Than McIntosh |
| 2025-02-22 | cmd/internal/objabi: add new R_DWTXTADDR_* relocation types | Than McIntosh |
| 2025-02-22 | cmd/link, cmd/internal/objabi: remove R_DWARFFILEREF relocation type | Than McIntosh |
| 2025-02-13 | cmd/link,cmd/internal: add R_GOT_PCREL_ITYPE_RELOC for riscv64 | Meng Zhuo |
| 2025-02-03 | all: run gofmt | Ian Lance Taylor |
| 2024-12-06 | cmd/internal/objabi, internal/runtime: increase nosplit limit on OpenBSD | Damien Neil |
| 2024-11-18 | internal/sync: move sync.Mutex implementation into new package | Michael Anthony Knyszek |
| 2024-11-07 | cmd/internal/objabi, cmd/link: introduce SymKind helper methods | Russ Cox |
| 2024-11-07 | cmd/internal/objabi, cmd/link: add FIPS symbol kinds | Russ Cox |
| 2024-10-14 | all: wire up swisstable maps | Michael Pratt |
| 2024-09-06 | cmd/internal/objabi: use sync.OnceValue | Kir Kolyshkin |
| 2024-09-04 | all: fix printf(var) mistakes detected by latest printf checker | Alan Donovan |
| 2024-08-19 | all: remove duplicated words in comments | Oleksandr Redko |
| 2024-08-06 | cmd/internal/objabi, cmd/link/internal: add new relocations used in internal ... | limeidan |
| 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-07-22 | cmd/compile: don't inline runtime functions in -d=checkptr build | Cherry Mui |
| 2024-05-23 | runtime: move exit hooks into internal/runtime/exithook | Russ Cox |
| 2024-05-21 | runtime: increase profiling stack depth to 128 | Felix Geisendörfer |
| 2024-05-17 | runtime: make use of stringslite.{HasPrefix, HasSuffix} | Jes Cok |
| 2024-05-13 | internal/chacha8rand: use internal/byteorder | Mateusz Poliwczak |
| 2024-04-02 | all: use kind* of abi | qiulaidongfeng |
| 2024-03-26 | runtime: fix the failures from longtest builders | Andy Pan |
| 2024-03-25 | runtime: migrate internal/atomic to internal/runtime | Andy Pan |
| 2024-02-27 | cmd/internal, cmd/link: unify the relocation naming style of loong64 | limeidan |
| 2024-02-21 | runtime: migrate internal/syscall to internal/runtime | Andy Pan |
| 2023-12-06 | iter, runtime: add coroutine support | Russ Cox |