| Age | Commit message (Expand) | Author |
| 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 |
| 2023-12-05 | math/rand, math/rand/v2: use ChaCha8 for global rand | Russ Cox |
| 2023-11-21 | cmd/internal/obj,cmd/link: access global data via GOT in -dynlink mode on loo... | Guoqi Chen |
| 2023-10-13 | cmd/internal/objabi: add inverse of PathToPrefix | Michael Pratt |
| 2023-09-19 | cmd/internal/obj/riscv,cmd/link: rework riscv64 call relocations | Joel Sing |
| 2023-09-01 | cmd/internal/objabi: rename R_USEGENERICIFACEMETHOD to R_USENAMEDMETHOD. | Dominique Lefevre |
| 2023-08-23 | cmd/internal/obj/riscv,cmd/link: add support for internal cgo linking on riscv64 | Joel Sing |
| 2023-08-22 | cmd/internal/objabi,cmd/compile: move NoInstrumentPkgs and NoRacePkgs to PkgS... | Austin Clements |
| 2023-08-22 | cmd/internal/objabi: test runtime package list | Austin Clements |
| 2023-08-22 | cmd/compile,cmd/dist,cmd/go: compute -+ flag from package path | Austin Clements |
| 2023-08-22 | cmd/internal/objabi: generalize "is runtime package" check | Austin Clements |
| 2023-08-22 | cmd/asm,cmd/dist,cmd/go: remove asm -compiling-runtime flag | Austin Clements |
| 2023-08-10 | cmd/internal/objabi: add support for bisect.Matcher debug flags | Matthew Dempsky |
| 2023-08-03 | cmd/asm,cmd/internal/obj/riscv,cmd/link: improve TLS handling on riscv64 | Joel Sing |