| Age | Commit message (Expand) | Author |
| 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-29 | runtime: iterate over set bits in adjustpointers | Josh Bleecher Snyder |
| 2018-04-18 | runtime/internal/atomic: don't use Cas in atomic.Load on ARM | Yuval Pavel Zholkover |
| 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-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 |
| 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-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 |
| 2017-03-16 | cmd/compile: intrinsics for math/bits.TrailingZerosX | Keith Randall |
| 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-07 | cmd/internal/sys, runtime/internal/sys: gofmt | Michael Munday |
| 2016-11-03 | runtime/internal/sys: add arch defs for GOARCH=mips{,le} | Vladimir Stefanovic |
| 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 |
| 2016-11-03 | runtime: fix s390x asm frame sizes | Josh Bleecher Snyder |
| 2016-10-25 | cmd, runtime: remove s390x 3 operand immediate logical ops | Michael Munday |
| 2016-09-13 | cmd/compile, runtime/internal/atomic: intrinsify And8, Or8 on ARM64 | Cherry Zhang |
| 2016-09-06 | runtime: don't hard-code physical page size | Austin Clements |
| 2016-09-06 | runtime: assume 64kB physical pages on ARM | Austin Clements |
| 2016-08-29 | runtime: insufficient padding in the `p` structure | Carlos Eduardo Seo |
| 2016-08-25 | cmd/compile: inline atomics from runtime/internal/atomic on amd64 | Keith Randall |
| 2016-08-25 | all: fix assembly vet issues | Josh Bleecher Snyder |
| 2016-08-23 | cmd/compile: clean up ctz ops | Keith Randall |
| 2016-08-22 | runtime: cull dead code | Josh Bleecher Snyder |
| 2016-07-14 | runtime/internal/atomic: fix assembly arg sizes | Josh Bleecher Snyder |
| 2016-06-30 | runtime/internal/sys: implement Ctz and Bswap in assembly for 386 | Austin Clements |
| 2016-06-28 | runtime/internal/atomic: Use power5 compatible instructions for ppc64 | Lynn Boger |
| 2016-05-05 | sync/atomic, runtime/internal/atomic: improve ppc64x atomics | Lynn Boger |
| 2016-05-04 | runtime/internal/atomic: fix vet warnings | Shenghou Ma |
| 2016-04-14 | runtime/internal/sys: better fallback algorithms for intrinsics | Keith Randall |
| 2016-04-13 | runtime/internal/atomic: rename Storep1 to StorepNoWB | Austin Clements |