| Age | Commit message (Expand) | Author |
| 2024-01-25 | all: prealloc slice with possible minimum capabilities | Shulhan |
| 2023-08-30 | cmd/cgo: only write _cgo_flags for gccgo | Ian Lance Taylor |
| 2023-08-25 | cmd/cgo: add #cgo noescape/nocallback annotations | doujiang24 |
| 2023-06-07 | cmd/cgo: error out if the source path used in line directives would contain a... | Bryan C. Mills |
| 2022-10-29 | cmd/go, cmd/cgo: support older versions of gccgo that lack cgo.Incomplete | Ian Lance Taylor |
| 2022-09-20 | all: replace package ioutil with os and io in src | Andy Pan |
| 2022-09-01 | cmd/go: support long commands in asm and cgo | Daniel Martí |
| 2022-08-28 | cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheap | Cuong Manh Le |
| 2022-05-02 | all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into master | Russ Cox |
| 2022-05-02 | cmd/cgo: configure cgo tool for loong64 | Xiaodong Liu |
| 2022-04-29 | [dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256 | Russ Cox |
| 2022-04-03 | cmd/cgo: retain original file paths in godefs generated comment | Tobias Klauser |
| 2021-08-16 | cmd: support space and quotes in CC and CXX | Jay Conrod |
| 2021-06-28 | cmd/cgo: fix 'see gmp.go' to 'see doc.go' | Koichi Shiraishi |
| 2021-04-16 | internal/buildcfg: move build configuration out of cmd/internal/objabi | Russ Cox |
| 2021-03-17 | cmd/cgo: check whether C compiler exists | Andrey Bokhanko |
| 2021-02-24 | cmd/go, cmd/cgo: pass -mfp32 and -mhard/soft-float to MIPS GCC | YunQiang Su |
| 2020-10-31 | cmd/cgo: add -trimpath flag allowing paths to be rewritten in outputs | Michael Matloob |
| 2020-10-08 | cmd/cgo: add more architectures to size maps | Ian Lance Taylor |
| 2020-10-05 | cmd/cgo: split gofrontend mangling checks into cmd/internal/pkgpath | Ian Lance Taylor |
| 2020-09-16 | cmd/cgo: use go:notinheap for anonymous structs | Keith Randall |
| 2019-03-07 | cmd/cgo: use explicit type for arg with bad pointer typedef | Ian Lance Taylor |
| 2019-03-06 | cmd/cgo: simplify and fix handling of untyped constants | Rémy Oudompheng |
| 2018-12-05 | cmd/cgo: reject names that are likely to be mangled C name | Hiroshi Ioka |
| 2018-12-03 | cmd/cgo: use a plausible position for typedef error messages | Ian Lance Taylor |
| 2018-11-29 | cmd/cgo: recognize untyped constants defined in different files | Ian Lance Taylor |
| 2018-11-16 | cmd/cgo: recognized untyped Go constants as untyped constants | Ian Lance Taylor |
| 2018-11-02 | cmd/cgo: don't update each call in place | Ian Lance Taylor |
| 2018-11-01 | cmd/cgo: rewrite pointer checking to use more function literals | Ian Lance Taylor |
| 2018-10-26 | cmd/cgo: handle new-style gccgo packagepath mangling | Than McIntosh |
| 2018-08-01 | cmd/cgo: don't give inconsistent typedef error for cgo-defined types | Ian Lance Taylor |
| 2018-07-18 | cmd/cgo: don't report inconsistency error for incomplete typedef | Ian Lance Taylor |
| 2018-07-12 | cmd/cgo: fix cgo bad typedefs | Keith Randall |
| 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 |