| Age | Commit message (Expand) | Author |
| 2021-06-17 | [dev.typeparams] runtime,runtime/internal/sys: remove unused BigEndian | Michael Anthony Knyszek |
| 2021-06-17 | [dev.typeparams] runtime/internal/sys: replace BigEndian with goarch.BigEndia... | 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] runtime: replace uses of runtime/internal/sys.PtrSize with i... | 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-06-02 | runtime: fix formatting | Keith Randall |
| 2021-05-13 | all: add //go:build lines to assembly files | Tobias Klauser |
| 2021-05-12 | runtime/internal/atomic: add LSE atomics instructions to arm64 | Jonathan Swinney |
| 2021-04-12 | runtime: using wyhash for memhashFallback on 64bit platform | Meng Zhuo |
| 2021-04-08 | runtime: drop haveexperiment, sys.GOEXPERIMENT | Austin Clements |
| 2021-04-05 | runtime: extend internal atomics to comply with sync/atomic | Ruslan Andreev |
| 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-11-05 | cmd/compile: improve atomic swap intrinsics on arm64 | Jonathan Swinney |
| 2020-10-23 | runtime/internal/atomic: add 32-bit And/Or | Michael Pratt |
| 2020-10-21 | cmd/compiler,cmd/go,sync: add internal {LoadAcq,StoreRel}64 on ppc64 | Paul E. Murphy |
| 2020-10-16 | runtime/internal/atomic: panic nicely on unaligned 64-bit atomics | Austin Clements |
| 2020-10-16 | runtime/internal/atomic: drop package prefixes | Austin Clements |
| 2020-09-23 | all: add GOOS=ios | Cherry Zhang |
| 2020-08-24 | runtime: add test for StorepNoWB param leaking | Cuong Manh Le |
| 2020-08-23 | runtime: implement StorepNoWB for wasm in assembly | Keith Randall |
| 2020-04-03 | runtime: eliminate redundant load in Xchg and Xadd on arm64 | Xiangdong Ji |
| 2020-03-15 | cmd/asm,cmd/internal/obj/riscv: add atomic memory operation instructions | Joel Sing |
| 2020-03-15 | cmd/asm,cmd/internal/obj/riscv: add LR/SC instructions | Joel Sing |
| 2020-03-15 | cmd/internal/obj/riscv: add FENCE instruction | Joel Sing |
| 2020-01-19 | runtime: add support for linux/riscv64 | Joel Sing |
| 2019-11-11 | cmd/compile, runtime: intrinsify atomic And8 and Or8 on s390x | Michael Munday |
| 2019-11-08 | runtime: copy some functions from math/bits to runtime/internal/sys | David Chase |
| 2019-11-01 | [dev.link] all: merge branch 'master' into dev.link | Than McIntosh |
| 2019-10-31 | runtime/internal/atomic: add tests for And8 and Or8 | Michael Munday |
| 2019-10-29 | runtime/internal/atomic: add Store8 | Austin Clements |
| 2019-10-21 | [dev.link] cmd/link: do not put static symbols into name lookup table | Cherry Zhang |
| 2019-10-10 | all: remove nacl (part 3, more amd64p32) | Brad Fitzpatrick |
| 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-06-06 | runtime/internal/atomic: remove erroneous ABI wrappers | Austin Clements |
| 2019-06-06 | runtime/internal/atomic: export more ABI0 wrappers | Austin Clements |
| 2019-06-06 | runtime: mark all Go symbols called from assembly in other packages | Austin Clements |
| 2019-06-06 | cmd/compile, runtime: make atomic loads/stores sequentially consistent on s390x | Michael Munday |
| 2019-05-22 | all: shorten some tests | Russ Cox |
| 2019-05-03 | cmd/compile,runtime/internal/atomic: add Load8 | Austin Clements |
| 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-04-17 | runtime/internal/atomic: remove bad go:noescape annotations on Loadp | Matthew Dempsky |