| Age | Commit message (Expand) | Author |
| 2020-10-06 | runtime: use sigaltstack on macOS/ARM64 | Cherry Zhang |
| 2020-10-05 | cmd/compile: export notinheap annotation to object file | Keith Randall |
| 2020-09-23 | all: add GOOS=ios | Cherry Zhang |
| 2020-09-01 | cmd/cgo: document #include <> search path behaviour | KJ Tsanaktsidis |
| 2020-07-31 | cmd/cgo: fix mangling of enum and union types | Matthew Dempsky |
| 2020-06-26 | cmd/cgo: prevent redeclaration of _Ctype_void when C.void is used | Matthew Dempsky |
| 2020-05-31 | cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in Go | Elias Naur |
| 2020-05-01 | cmd/cgo: use type aliases for #define type macros | Matthew Dempsky |
| 2020-04-14 | cmd/cgo: use consistent tag for a particular struct | Ian Lance Taylor |
| 2020-04-08 | all: remove scattered remnants of darwin/386 | Austin Clements |
| 2020-04-08 | all: remove scattered remnants of darwin/arm | Austin Clements |
| 2020-03-04 | misc/cgo/test: fix sigaltstack test on AIX | Clément Chigot |
| 2020-01-24 | cmd/go: fix cgo test when min macOS version is set | Jay Conrod |
| 2020-01-10 | misc/cgo/test: re-enable darwin cgo tests in race mode | Tobias Klauser |
| 2019-12-20 | misc/cgo/test: tweak to pass with GCC 10 | Ian Lance Taylor |
| 2019-11-25 | misc: remove use of relative directories in overlayDir functions | Bryan C. Mills |
| 2019-11-11 | misc: ensure that test overlay directories are writable | Bryan C. Mills |
| 2019-10-05 | cmd/cgo: build unique C type cache keys from parent names | Tai |
| 2019-10-02 | cmd/cgo: optimize cgoCheckPointer call | Egon Elbre |
| 2019-09-25 | misc, runtime, test: extra tests and benchmarks for defer | Dan Scales |
| 2019-09-06 | misc/cgo/test: use __atomic intrinsics instead of __sync | Ian Lance Taylor |
| 2019-09-06 | test: tweak test to avoid unpreemptible loop with gccgo | Than McIntosh |
| 2019-06-25 | misc/cgo/test: use char, not int, so test works on big-endian systems | Ian Lance Taylor |
| 2019-06-24 | cmd/cgo: fix inappropriate array copy | kawakami |
| 2019-06-05 | misc/cgo/test: add test for issue 31093 | Ian Lance Taylor |
| 2019-06-05 | cmd/cgo: roll back "use C exact-width integer types to represent Go types" | Ian Lance Taylor |
| 2019-05-22 | misc/cgo/test: consolidate tests into fewer cgo source files | Russ Cox |
| 2019-05-07 | cmd/cgo: fix unexpected semicolon in rewritten line | Russ Cox |
| 2019-04-30 | all: add new GOOS=illumos, split out of GOOS=solaris | Joshua M. Clulow |
| 2019-04-08 | misc/cgo/test: skip Setgid test on Android | Elias Naur |
| 2019-03-29 | cmd/link: permit duplicate weak symbols | Joel Sing |
| 2019-03-25 | cmd/compile: use existing instructions instead of nops for inline marks | Keith Randall |
| 2019-03-20 | cmd/dist, misc/cgo: enable tests for aix/ppc64 | Clément Chigot |
| 2019-03-18 | cmd/cgo: use C exact-width integer types to represent Go types | Philipp Stephani |
| 2019-03-07 | misc: fix typos in various docs | alkesh26 |
| 2019-03-06 | cmd/cgo: simplify and fix handling of untyped constants | Rémy Oudompheng |
| 2019-03-01 | misc/cgo/test: set PWD when executing 'go test' in an alternate GOPATH | Bryan C. Mills |
| 2019-02-27 | misc/cgo/test: skip TestCrossPackageTests on Android | Bryan C. Mills |
| 2019-02-26 | misc/cgo: skip cgotest.TestCrossPackageTests on iOS and set PWD | Bryan C. Mills |
| 2019-02-24 | misc/cgo/test: fix tests in module mode | Bryan C. Mills |
| 2019-02-04 | cmd/cgo: don't copy a simple variable x in &x[0] | Ian Lance Taylor |
| 2019-01-18 | cmd/cgo: don't replace newlines with semicolons in expressions | Ian Lance Taylor |
| 2019-01-15 | cmd/cgo: don't replace newlines with semicolons in composite literals | Ian Lance Taylor |
| 2018-12-28 | cmd/compile,runtime: redo mid-stack inlining tracebacks | Keith Randall |
| 2018-12-22 | cmd/cgo: don't let inserted /*line*/ become a // comment | Ian Lance Taylor |
| 2018-12-19 | cmd/cgo: ensure the command passed to run retains a trailing dash | Ian Lance Taylor |
| 2018-12-15 | cmd/fix,cmd/cgo,misc/cgo: map the EGLDisplay C type to uintptr in Go | Elias Naur |
| 2018-12-11 | cmd/cgo: preserve type information across loadDWARF loop | Ian Lance Taylor |
| 2018-11-29 | cmd/cgo: use field alignment when setting field offset | Ian Lance Taylor |
| 2018-11-29 | cmd/cgo: recognize untyped constants defined in different files | Ian Lance Taylor |