| Age | Commit message (Expand) | Author |
| 2017-06-06 | runtime: intercept munmap as we do mmap | Ian Lance Taylor |
| 2017-06-05 | runtime: save and restore CR for ppc64le | Ian Lance Taylor |
| 2017-05-26 | runtime/cgo: add TSAN annotations for C sigaction call | Bryan C. Mills |
| 2017-05-26 | cmd/cgo, runtime/cgo: add docs for TSAN interaction | Ian Lance Taylor |
| 2017-04-12 | runtime/cgo: actually remove gcc_libinit_openbsd.c | Joel Sing |
| 2017-04-11 | cmd/link,runtime/cgo: enable PT_TLS generation on OpenBSD | Joel Sing |
| 2017-03-27 | runtime/cgo: CFRelease result from CFBundleCopyResourceURL | Elias Naur |
| 2017-03-27 | runtime/cgo: raise the thread-local storage slot search limit on Android | Elias Naur |
| 2017-03-09 | runtime/cgo: return correct sa_flags | Bryan C. Mills |
| 2017-03-08 | runtime: poll libc to deliver signals under TSAN | Bryan C. Mills |
| 2017-03-04 | misc/ios,cmd/go, runtime/cgo: fix iOS test harness (again) | Elias Naur |
| 2016-12-14 | runtime: add cgo support for GOARCH=mips{,le} | Vladimir Stefanovic |
| 2016-12-05 | runtime/cgo: retry pthread_create on EAGAIN for OpenBSD | Ian Lance Taylor |
| 2016-12-05 | runtime/cgo: retry pthread_create on EAGAIN | Ian Lance Taylor |
| 2016-11-23 | runtime/cgo: save correct floating point registers on s390x | Michael Munday |
| 2016-11-16 | runtime/cgo: fixes for calling sigaction in C | Ian Lance Taylor |
| 2016-11-16 | runtime/cgo: use libc for sigaction syscalls when possible | Bryan C. Mills |
| 2016-11-04 | all: make copyright headers consistent with one space after period | Michael Munday |
| 2016-11-03 | runtime/cgo: correct type declaration for Windows | David Chase |
| 2016-10-28 | runtime/cgo: do not link threads lib by default on windows | Alex Brainman |
| 2016-10-24 | runtime/cgo: do not link math lib by default on windows | Alex Brainman |
| 2016-10-11 | runtime/cgo: do not explicitly link msvcrt.dll | Alex Brainman |
| 2016-09-28 | runtime, runtime/cgo: revert CL 18814; don't drop signal stack in new thread ... | Mikio Hara |
| 2016-09-09 | runtime/cgo: fix callback on big-endian MIPS64 | Cherry Zhang |
| 2016-08-30 | cmd/compile, runtime, etc: get rid of constant FP registers | Cherry Zhang |
| 2016-08-23 | runtime/cgo: add tsan acquire/release around setenv/unsetenv | Ian Lance Taylor |
| 2016-06-08 | runtime/cgo: restore the g pointer correctly in crosscall_s390x | Michael Munday |
| 2016-06-03 | runtime/cgo: add TSAN locks around mmap call | Ian Lance Taylor |
| 2016-06-02 | runtime/cgo: avoid races on cgo_context_function | Ian Lance Taylor |
| 2016-05-31 | runtime: pass signal context to cgo traceback function | Ian Lance Taylor |
| 2016-05-31 | runtime/cgo: add TSAN acquire/release calls | Ian Lance Taylor |
| 2016-05-25 | cmd/cgo, runtime, runtime/cgo: TSAN support for malloc | Ian Lance Taylor |
| 2016-05-25 | runtime,runtime/cgo: save callee-saved FP register on arm | Elias Naur |
| 2016-05-19 | runtime/cgo: make cgo work with openbsd ABI changes | Joel Sing |
| 2016-05-04 | runtime/cgo: add context argument to crosscall2 on mips64 | Cherry Zhang |
| 2016-05-02 | all: make copyright headers consistent with one space after period | Emmanuel Odeke |
| 2016-05-01 | runtime/cgo: add linux/mips64x cgo support | Cherry Zhang |
| 2016-04-30 | runtime: fix cgocallback_gofunc on ppc64x | Michael Munday |
| 2016-04-29 | cmd/cgo, runtime, runtime/cgo: use cgo context function | Ian Lance Taylor |
| 2016-04-27 | cmd/link: remove absolute address for c-archive on darwin/arm | Cherry Zhang |
| 2016-04-22 | runtime/cgo: use normal libinit on PPC GNU/Linux | Ian Lance Taylor |
| 2016-04-12 | runtime/cgo: add s390x support | Michael Munday |
| 2016-04-04 | cmd/go: fix -buildmode=c-archive should work on windows | Christopher Nelson |
| 2016-04-01 | runtime/cgo: only build _cgo_callers if x_cgo_callers is defined | Ian Lance Taylor |
| 2016-04-01 | runtime: support symbolic backtrace of C code in a cgo crash | Ian Lance Taylor |
| 2016-03-25 | runtime, runtime/cgo: save callee-saved FP registers on arm64 | Shenghou Ma |
| 2016-03-25 | runtime/cgo: save callee-saved xmm registers on windows/amd64 | Shenghou Ma |
| 2016-03-24 | runtime/cgo: block signals to the iOS mach exception handler | Elias Naur |
| 2016-03-08 | cmd/go: ignore C files when CGO_ENABLED=0 | Russ Cox |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |