| Age | Commit message (Expand) | Author |
| 2019-11-05 | runtime/cgo: add -Wno-nullability-completeness on Darwin | Ian Lance Taylor |
| 2019-10-28 | cmd/nm, runtime/cgo: add cgo support for freebsd/arm64 | Tobias Klauser |
| 2019-10-09 | all: remove the nacl port (part 2, amd64p32 + toolchain) | Brad Fitzpatrick |
| 2019-06-23 | runtime/cgo: on Solaris link against -lxnet | Ian Lance Taylor |
| 2019-04-29 | cmd,runtime: enable cgo for openbsd/arm64 | Joel Sing |
| 2019-04-29 | runtime/cgo: ignore missing Info.plist files on iOS | Elias Naur |
| 2019-04-20 | all: add start of netbsd/arm64 support | Maya Rashish |
| 2019-04-18 | runtime/cgo: declare variable setg_gcc as static | erifan01 |
| 2019-04-08 | runtime,runtime/cgo: set up TLS storage for Android Q without cgo | Elias Naur |
| 2019-04-02 | runtime/cgo: look for android_get_device_api_level in libc.so | Elias Naur |
| 2019-03-29 | runtime/cgo: use free TLS slot on Android Q | Elias Naur |
| 2019-03-29 | cmd/link/ld,cmd/internal/obj,runtime: make the Android TLS offset dynamic | Elias Naur |
| 2019-03-28 | runtime/cgo: remove threadentry functions specialized for android | Elias Naur |
| 2019-03-27 | runtime: create library startup for aix/ppc64 | Clément Chigot |
| 2019-03-19 | runtime/cgo: correct cgo_export directives in callbacks_aix.go | Clément Chigot |
| 2019-03-19 | cmd, runtime: fix C trampolines on aix/ppc64 | Clément Chigot |
| 2019-03-08 | cmd/cgo: add missing parameter list for function _cgo_wait_runtime_init_done | Philipp Stephani |
| 2019-03-06 | runtime/cgo: add port for aix/ppc64 | Clément Chigot |
| 2018-12-18 | runtime,cmd/dist,cmd/link: add cgo support on openbsd/arm | Joel Sing |
| 2018-11-12 | runtime/cgo: added missing includes for errno.h to the windows gcc stubs. | Ali Rizvi-Santiago |
| 2018-11-12 | runtime: avoid variable/function alias on runtime._cgo_panic_internal | Austin Clements |
| 2018-10-10 | runtime/cgo: annotate unused variable with __attribute__((unused)) | Muhammad Falak R Wani |
| 2018-10-03 | all: this big patch remove whitespace from assembly files | Zhou Peng |
| 2018-07-10 | runtime/cgo: Add initial NetBSD Thread Sanitizer support | Kamil Rytarowski |
| 2018-07-04 | runtime: support capturing C backtrace from signal handler on darwin/amd64 | Nikhil Benesch |
| 2018-07-02 | runtime: query thread stack size from OS on Windows | Austin Clements |
| 2018-07-02 | runtime: initialize g0 stack bounds on Windows to full stack | Austin Clements |
| 2018-05-16 | runtime/cgo: use size_t in sizeof result comparison | Alberto Donizetti |
| 2018-05-08 | runtime: add js/wasm architecture | Richard Musiol |
| 2018-05-02 | runtime: enable memory sanitizer on arm64 | Fangming.Fang |
| 2018-04-27 | cmd/compile: add softfloat support to mips64{,le} | Milan Knezevic |
| 2018-04-11 | runtime: use fixed TLS offsets on darwin/amd64 and darwin/386 | Keith Randall |
| 2018-04-10 | Revert "runtime: use fixed TLS offsets on darwin/amd64 and darwin/386" | Keith Randall |
| 2018-04-10 | misc/ios,runtime/cgo: remove SIGINT handshake for the iOS exec wrapper | Elias Naur |
| 2018-04-10 | runtime: use fixed TLS offsets on darwin/amd64 and darwin/386 | Keith Randall |
| 2018-03-21 | all: enable c-shared/c-archive support for freebsd/amd64 | Tim Wright |
| 2018-03-07 | runtime/cgo: make sure nil is undefined before defining it | Elias Naur |
| 2018-02-12 | runtime: use NOFRAME on mips and mips64 | Austin Clements |
| 2018-02-12 | runtime: use NOFRAME on arm64 | Austin Clements |
| 2018-02-12 | runtime, sync/atomic: use NOFRAME on arm | Austin Clements |
| 2017-11-30 | runtime/cgo, math: don't use FP instructions for soft-float mips{,le} | Vladimir Stefanovic |
| 2017-10-18 | runtime: separate error result for mmap | Austin Clements |
| 2017-10-16 | runtime/cgo: declare crosscall2 frame using TEXT for amd64 and 386 | Alessandro Arzilli |
| 2017-10-11 | runtime: make it possible to exit Go-created threads | Austin Clements |
| 2017-10-10 | runtime: fix cgo export of panicmem on ios | Elias Naur |
| 2017-10-05 | cmd/go, runtime/cgo: rewrite darwin/arm panicmem setup to avoid init function | Russ Cox |
| 2017-08-16 | runtime/cgo: defeat inlining in x_cgo_yield | Bryan C. Mills |
| 2017-08-11 | runtime/cgo: make code robust | Hiroshi Ioka |
| 2017-08-11 | runtime/cgo: update comments | Hiroshi Ioka |
| 2017-06-21 | runtime/cgo: fix typos | Hiroshi Ioka |