| Age | Commit message (Expand) | Author |
| 2018-07-09 | cmd/cgo: check function argument/return types for bad C pointer types | Keith Randall |
| 2018-07-05 | cmd/cgo: mark C result as written for msan | Ian Lance Taylor |
| 2018-06-13 | cmd/cgo: add import path to hash | Ian Lance Taylor |
| 2018-04-30 | cmd/cgo: add support for GOARCH=riscv64 | Tobias Klauser |
| 2018-03-26 | cmd/cgo: add support for GOARCH=sparc64 | Tobias Klauser |
| 2017-11-16 | cmd/cgo: modify source as text, not as AST | Russ Cox |
| 2017-10-06 | cmd/asm, cmd/cgo, cmd/compile, cmd/cover, cmd/link: use standard -V output | Russ Cox |
| 2017-09-19 | cmd/cgo: use a named type to indicate syntactic context | Bryan C. Mills |
| 2017-09-15 | all: fix article typos | Kunpei Sakai |
| 2017-09-01 | cmd/cgo: support large unsigned macro again | Hiroshi Ioka |
| 2017-08-30 | cmd/cgo: support niladic function-like macros | Hiroshi Ioka |
| 2017-08-14 | cmd/cgo: use first error position instead of last one | Hiroshi Ioka |
| 2017-05-17 | cmd/cgo: support large unsigned macros | Hiroshi Ioka |
| 2017-04-18 | cmd/cgo: read source files once | Alexander Menzhinsky |
| 2017-04-07 | cmd/cgo: support floating point #define macros | Hiroshi Ioka |
| 2016-11-03 | cmd/cgo: add support for GOARCH=mips{,le} | Vladimir Stefanovic |
| 2016-10-30 | cmd/cgo: add -srcdir option | Ian Lance Taylor |
| 2016-10-13 | cmd/cgo: use alias for unsafe rather than separate functions | Ian Lance Taylor |
| 2016-06-09 | cmd/cgo: fix use of unsafe argument in new deferred function | Ian Lance Taylor |
| 2016-06-03 | cmd/cgo: check pointers for deferred C calls at the right time | Ian Lance Taylor |
| 2016-05-03 | cmd/cgo: an approach to tsan that works with gcc | Michael Hudson-Doyle |
| 2016-04-08 | cmd/cgo: increase s390x int type size to 8 bytes | Michael Munday |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-03-01 | all: make copyright headers consistent with one space after period | Brad Fitzpatrick |
| 2015-11-12 | cmd/cgo: added support for GOARCH=mips64{,le} | Yao Zhang |
| 2015-11-10 | cmd/cgo, runtime: add checks for passing pointers from Go to C | Ian Lance Taylor |
| 2015-10-03 | cmd/cgo: remove support for CGOPKGPATH | Didier Spezia |
| 2015-06-26 | Fix several out of date references to 4g/5g/6g/8g/9g. | Aaron Jacobs |
| 2015-05-07 | cmd/cgo: add -exportheader option | Ian Lance Taylor |
| 2015-05-06 | cmd/cgo: readability improvements to generated _cgo_export.h | Ian Lance Taylor |
| 2015-04-18 | cmd/cgo: more robust detection of clang | Matthew Dempsky |
| 2015-03-18 | all: use "reports whether" in place of "returns true if(f)" | Josh Bleecher Snyder |
| 2015-03-16 | cmd/cgo: add support for GOARCH=arm64 | Aram Hăvărneanu |
| 2015-01-29 | cmd/cgo: add support for s390 and s390x | Dominik Vogt |
| 2015-01-07 | cmd/cgo: remove obsolete -cdefs flag | Matthew Dempsky |
| 2015-01-07 | cmd/cgo: update code and docs to reflect post-6c world | Matthew Dempsky |
| 2014-12-05 | all: power64 is now ppc64 | Russ Cox |
| 2014-11-14 | [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc | Russ Cox |
| 2014-11-11 | [dev.cc] cmd/cgo: generate only Go source files | Russ Cox |
| 2014-08-11 | [dev.power64] cmd/cgo: add {ppc,power}64{,le} to pointer and int size maps | Shenghou Ma |
| 2013-09-11 | cmd/cgo: replace C.malloc with our own wrapper | Russ Cox |
| 2013-08-13 | cmd/cgo: Add support for C function pointers | Alberto García Hierro |
| 2013-04-10 | cmd/cgo, cmd/go: remove #cgo directive parsing from cmd/cgo | Andrew Wilkins |
| 2013-04-09 | cmd/cgo: record CGO_LDFLAGS env var in _cgo_flags | Andrew Wilkins |
| 2013-03-06 | cmd/cgo: split cgo_export into cgo_export_static and cgo_export_dynamic | Russ Cox |
| 2013-03-04 | cmd/cgo: use explicit flag to emit dynamic linker path | Russ Cox |
| 2012-09-24 | build: make int 64 bits on amd64 | Russ Cox |
| 2012-09-24 | cmd/cgo: prepare for 64-bit ints | Russ Cox |
| 2012-09-18 | race: cmd/cgo changes | Dmitriy Vyukov |
| 2012-07-20 | cgo: add -gccgopkgpath option to match gccgo -fgo-pkgpath | Ian Lance Taylor |