| Age | Commit message (Expand) | Author |
| 2024-07-23 | runtime,internal: move runtime/internal/sys to internal/runtime/sys | David Chase |
| 2023-11-17 | all: add missing copyright header | Jes Cok |
| 2023-03-14 | runtime/internal/sys: remove 386 assembly code | Wayne Zuo |
| 2023-02-08 | runtime/internal/sys: remove Bswap{32|64} assembly for 386 | Wayne Zuo |
| 2022-11-18 | runtime,cmd/link: increase stack guard space when building with -race | Keith Randall |
| 2022-11-07 | runtime: fix a few function names on comments | cui fliter |
| 2022-10-18 | runtime: replace all uses of CtzXX with TrailingZerosXX | Youlin Feng |
| 2022-09-17 | runtime/internal/sys: make Len64 nosplit | Michael Anthony Knyszek |
| 2022-09-02 | cmd/compile: make runtime/internal/sys.NotInHeap intrinsic | Cuong Manh Le |
| 2022-08-19 | runtime: add and use runtime/internal/sys.NotInHeap | Cuong Manh Le |
| 2022-08-05 | cmd/dist: force stackGuardMultiplierDefault to 1 | Russ Cox |
| 2021-10-28 | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox |
| 2021-09-07 | cmd/compile: add prefetch intrinsic support | Ruslan Andreev |
| 2021-06-17 | [dev.typeparams] runtime/internal/sys: remove unused Goarch* and Goos* constants | Michael Anthony Knyszek |
| 2021-06-17 | [dev.typeparams] internal/goarch,internal/goos: rename Goos and Goarch constants | Michael Anthony Knyszek |
| 2021-06-17 | [dev.typeparams] runtime/internal/sys: replace ArchFamily and constants with ... | Michael Anthony Knyszek |
| 2021-06-17 | [dev.typeparams] runtime,runtime/internal/sys: remove unused BigEndian | Michael Anthony Knyszek |
| 2021-06-17 | [dev.typeparams] runtime/internal/sys: replace GOOS with goos.GOOS | Michael Anthony Knyszek |
| 2021-06-17 | [dev.typeparams] runtime/internal/sys: replace uses of GOARCH with goarch.GOARCH | Michael Anthony Knyszek |
| 2021-06-17 | [dev.typeparams] runtime/internal/sys: remove unused PtrSize | Michael Anthony Knyszek |
| 2021-06-17 | [dev.typeparams] internal/goarch,internal/goos: explode runtime/internal/sys ... | Michael Anthony Knyszek |
| 2021-06-02 | runtime/internal/sys: generate //go:build lines in gengoos.go | Tobias Klauser |
| 2021-04-08 | runtime: drop haveexperiment, sys.GOEXPERIMENT | Austin Clements |
| 2021-03-11 | cmd: move GOEXPERIMENT knob from make.bash to cmd/go | Matthew Dempsky |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 2021-02-19 | runtime: move sys.DefaultGoroot to runtime.defaultGOROOT | Russ Cox |
| 2021-02-19 | runtime: document, clean up internal/sys | Russ Cox |
| 2020-12-09 | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox |
| 2020-09-23 | all: add GOOS=ios | Cherry Zhang |
| 2020-01-19 | runtime: add support for linux/riscv64 | Joel Sing |
| 2019-11-08 | runtime: copy some functions from math/bits to runtime/internal/sys | David Chase |
| 2019-10-09 | all: remove the nacl port (part 2, amd64p32 + toolchain) | Brad Fitzpatrick |
| 2019-10-09 | all: remove the nacl port (part 1) | Brad Fitzpatrick |
| 2019-05-03 | runtime: remove sys.HugePageSize | Michael Anthony Knyszek |
| 2019-04-30 | all: add new GOOS=illumos, split out of GOOS=solaris | Joshua M. Clulow |
| 2019-01-09 | cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64 | Clément Chigot |
| 2018-11-05 | runtime/internal/sys: regenerate zgoos_*.go files | Tobias Klauser |
| 2018-09-28 | go/build, runtime/internal/sys: add GOOS=aix | Clément Chigot |
| 2018-08-24 | runtime: replace sys.CacheLineSize by corresponding internal/cpu const and vars | Martin Möhrmann |
| 2018-06-12 | runtime/internal/sys: rename Wasm to WASM | Richard Musiol |
| 2018-05-08 | runtime: add js/wasm architecture | Richard Musiol |
| 2018-04-29 | runtime: iterate over set bits in adjustpointers | Josh Bleecher Snyder |
| 2018-04-11 | go/build, runtime/internal/sys: reserve RISC-V arch names | Tobias Klauser |
| 2018-03-30 | go/build, go/types, cmd/dist: add js/wasm architecture | Richard Musiol |
| 2018-01-10 | all: use Fatalf instead of Fatal if format is given | Kunpei Sakai |
| 2018-01-09 | cmd/link: set runtime.GOROOT default during link | Russ Cox |
| 2017-10-25 | runtime/internal/sys: use boolean constants for sys.BigEndian | Tobias Klauser |
| 2017-08-30 | runtime/internal/sys: use standard generated code header | Marvin Stenger |
| 2017-08-08 | runtime, internal/cpu: change cache line size for arm64 to 64 bytes | Martin Möhrmann |
| 2017-03-16 | cmd/compile: intrinsics for math/bits.TrailingZerosX | Keith Randall |