| Age | Commit message (Expand) | Author |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |
| 2014-09-06 | runtime/cgo: use just #include "textflag.h" | Russ Cox |
| 2014-09-05 | runtime: convert panic/recover to Go | Keith Randall |
| 2014-08-30 | runtime: translate env*.c to Go | Russ Cox |
| 2014-08-07 | runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGC | Dmitriy Vyukov |
| 2014-07-03 | runtime/cgo: replace fprintf(stderr, ...) with fatalf(...) for linux/android | David Crawshaw |
| 2014-07-03 | runtime/cgo: revert use of undefined logging function | David Crawshaw |
| 2014-07-03 | cmd/go, cmd/ld, runtime, os/user: TLS emulation for android | David Crawshaw |
| 2014-06-30 | runtime: update arm comments now register m is gone | David Crawshaw |
| 2014-06-26 | all: remove 'extern register M *m' from runtime | Russ Cox |
| 2014-02-25 | all: nacl import round 2 | Russ Cox |
| 2014-02-07 | runtime/cgo: fix build on freebsd/arm | Mikio Hara |
| 2014-01-22 | runtime: fix and improve CPU profiling | Dmitriy Vyukov |
| 2013-12-24 | runtime/cgo: include <signal.h> to fix build | Ian Lance Taylor |
| 2013-12-24 | runtime/cgo: always set signal mask before calling pthread_create | Ian Lance Taylor |
| 2013-12-22 | cgo/runtime: replace sigprocmask with pthread_sigmask. | S.Çağlar Onur |
| 2013-10-09 | runtime/cgo: mark callback functions as NOSPLIT | Ian Lance Taylor |
| 2013-10-08 | cmd/go, runtime: express armv5t architecture constraint differently | Carl Shapiro |
| 2013-09-16 | cmd/cgo: allow C.malloc(0) always | Russ Cox |
| 2013-09-04 | cgo: enable cgo on dragonfly | Aulus Egnatius Varialus |
| 2013-08-14 | cmd/go, runtime/cgo: explicitly target ARMv5T | Carl Shapiro |
| 2013-08-14 | runtime/cgo: use old-style indirect call on arm | Russ Cox |
| 2013-08-14 | runtime: Fix build on older ARM | Elias Naur |
| 2013-08-14 | runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex... | Elias Naur |
| 2013-08-12 | all: change textflags from numbers to symbols. | Keith Randall |
| 2013-05-30 | cmd/5a, cmd/dist, runtime: support m/g in the assembler, drop support for R9/R10 | Shenghou Ma |
| 2013-05-22 | runtime: detect deadlocks in programs using cgo | Dmitriy Vyukov |
| 2013-05-03 | runtime/cgo: fix build for ARM | Shenghou Ma |
| 2013-05-03 | cmd/ld: add .note.GNU-stack section for external linking | Shenghou Ma |
| 2013-05-01 | runtime/cgo: export symbols in both internal and external link mode | Ian Lance Taylor |
| 2013-03-25 | runtime: pass setmg function to cgo_init | Russ Cox |
| 2013-03-23 | runtime/cgo, go/build: re-enable cgo for FreeBSD/ARM. | Shenghou Ma |
| 2013-03-11 | cmd/ld, runtime/cgo: allow a symbol to be both cgo_export and cgo_import. | Shenghou Ma |
| 2013-03-07 | cmd/ld: host linking support for linux/amd64 | Russ Cox |
| 2013-03-01 | runtime/cgo: fix arm build, re-enable test | Russ Cox |
| 2013-03-01 | runtime/cgo: fix crosscall2 on arm | Russ Cox |
| 2013-02-28 | runtime/cgo: make crosscall2 5a/6a/8a-assembled | Russ Cox |
| 2013-03-01 | runtime/cgo: fix arm build | Russ Cox |
| 2013-02-28 | runtime/cgo: move common symbol overrides into 6c-compiled code | Russ Cox |
| 2013-02-28 | runtime/cgo: make symbol naming consistent | Russ Cox |
| 2013-02-26 | all: clean up C function prototypes | Anthony Martin |
| 2013-02-25 | runtime/cgo: fix deadlock involving signals on darwin | Dmitriy Vyukov |
| 2013-02-13 | go/build, runtime/cgo: cgo support for NetBSD/ARM | Shenghou Ma |
| 2012-12-21 | cgo: enable cgo on openbsd | Joel Sing |
| 2012-11-18 | runtime/cgo: enable warnings and treat as errors | Dave Cheney |
| 2012-11-18 | runtime/cgo: fix compilation on Windows with CFLAGS -Wall -Werror | Shenghou Ma |
| 2012-11-14 | runtime/cgo: include <string.h> as needed so that strerror is declared | Ian Lance Taylor |
| 2012-11-10 | runtime, runtime/cgo: track memory allocated by non-Go code | Ian Lance Taylor |
| 2012-11-03 | runtime/cgo, go/build: cgo support for FreeBSD/ARM | Shenghou Ma |
| 2012-07-29 | runtime/cgo: fix netbsd build | Benny Siegert |