| Age | Commit message (Expand) | Author |
| 2020-10-16 | runtime/internal/atomic: drop package prefixes | Austin Clements |
| 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-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-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-04-17 | runtime/internal/atomic: remove bad go:noescape annotations on Loadp | Matthew Dempsky |
| 2019-04-16 | runtime/internal/atomic: fix s390x's StorepNoWB implementation | Matthew Dempsky |
| 2019-04-02 | runtime/internal/atomic: fix wasm's StorepNoWB implementation | Matthew Dempsky |
| 2018-10-23 | cmd/compile, runtime: add new lightweight atomics for ppc64x | Carlos Eduardo Seo |
| 2018-08-24 | runtime: replace sys.CacheLineSize by corresponding internal/cpu const and vars | Martin Möhrmann |
| 2018-06-21 | cmd/compile: improve atomic add intrinsics with ARMv8.1 new instruction | Wei Xiao |
| 2018-06-01 | all: update comment URLs from HTTP to HTTPS, where possible | Tim Cooper |
| 2018-05-08 | cmd/compile: add some generic composite type optimizations | Michael Munday |
| 2018-05-08 | runtime: add js/wasm architecture | Richard Musiol |
| 2018-05-03 | runtime/internal/atomic: improve ARM atomics | Cherry Zhang |
| 2018-05-03 | runtime: use native CAS and memory barrier on ARMv7 | Cherry Zhang |
| 2018-05-03 | sync/atomic: redirect many functions to runtime/internal/atomic | Cherry Zhang |
| 2018-04-18 | runtime/internal/atomic: don't use Cas in atomic.Load on ARM | Yuval Pavel Zholkover |
| 2018-03-27 | cmd/internal/obj/arm: add DMB instruction | Yuval Pavel Zholkover |
| 2018-03-22 | cmd/compile/internal/ppc64, runtime internal/atomic, sync/atomic: implement f... | Carlos Eduardo Seo |
| 2018-03-21 | runtime,sync/atomic: replace asm BYTEs with insts for x86 | isharipo |
| 2018-02-14 | runtime/internal/atomic: add early nil check on ARM | Cherry Zhang |
| 2018-02-14 | runtime/internal/atomic: unify sys_*_arm.s on non-linux | Cherry Zhang |
| 2018-02-13 | runtime: fix typo in comment | Yasuhiro Matsumoto |
| 2018-02-12 | runtime: use NOFRAME on mips and mips64 | Austin Clements |
| 2018-02-12 | runtime: fix silly frame sizes on arm and arm64 | Austin Clements |
| 2017-10-25 | runtime/internal/sys: use boolean constants for sys.BigEndian | Tobias Klauser |
| 2017-05-16 | cmd/internal/obj/mips: add support of LLV, SCV, NOOP instructions | Cherry Zhang |
| 2017-03-22 | runtime/internal/atomic: Remove unnecessary checks for GOARCH_ppc64 | Carlos Eduardo Seo |
| 2016-11-22 | runtime/internal/atomic: crash on unaligned 64-bit ops on 32-bit MIPS | Cherry Zhang |
| 2016-11-21 | runtime/internal/atomic: crash on unaligned 64-bit ops on 386 and ARM | Cherry Zhang |
| 2016-11-12 | runtime/internal/atomic: add TestUnaligned64 | Brad Fitzpatrick |
| 2016-11-03 | sync/atomic: add support for GOARCH=mips{,le} | Vladimir Stefanovic |
| 2016-11-03 | runtime/internal/atomic: add GOARCH=mips{,le} support | Vladimir Stefanovic |