| Age | Commit message (Expand) | Author |
| 2022-06-22 | cmd/go, cmd/link: support failure to create _cgo_import.go | Ian Lance Taylor |
| 2022-06-22 | cmd/cgo: dont override declared struct type | kkHAIKE |
| 2022-06-13 | cmd/cgo: remove -fsanitize=hwaddress hardware tags | Ian Lance Taylor |
| 2022-06-09 | cmd/cgo: recognize clang 14 DWARF type namesgo1.19beta1 | Dmitri Goutnik |
| 2022-05-20 | cmd/cgo: allow DW_TAG_variable's with no name | Alex Brachet |
| 2022-05-17 | all: fix spelling | John Bampton |
| 2022-05-08 | cmd/cgo: add line info for return statements | Patrick Pokatilo |
| 2022-05-02 | all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into master | Russ Cox |
| 2022-05-02 | all: use os/exec instead of internal/execabs | 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-11 | all: gofmt main repo | Russ Cox |
| 2022-04-08 | cmd/go: cgo export header to be compatible with MSVC complex types | qmuntal |
| 2022-04-03 | cmd/cgo: retain original file paths in godefs generated comment | Tobias Klauser |
| 2022-04-01 | all: remove trailing blank doc comment lines | Russ Cox |
| 2022-03-31 | cmd/cgo: use size_t instead of __SIZE_TYPE__ | qmuntal |
| 2022-03-31 | cmd/go: add comments to C.* special functions | qmuntal |
| 2021-10-27 | cmd: move internal/str back to cmd/go | Russ Cox |
| 2021-10-08 | cmd/cgo: use "!compiler_bootstrap" tag instead of "go1.18" | Matthew Dempsky |
| 2021-10-07 | cmd/cgo: update to handle ast.IndexListExpr | Matthew Dempsky |
| 2021-09-22 | cmd/cgo: add go:notinheap annotation to Windows handle types | Elias Naur |
| 2021-09-16 | cmd/cgo: for godefs, don't let field prefix removal cause duplicates | Ian Lance Taylor |
| 2021-09-16 | cmd/cgo: add missing tab in exports for a result of void | Leonard Wang |
| 2021-09-09 | cmd/cgo, runtime/cgo: avoid GCC/clang conversion warnings | Ian Lance Taylor |
| 2021-08-16 | cmd/cgo: fix unused parameter warnings in generated _cgo_main.c | Hans |
| 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-06-01 | cmd/link, cmd/cgo: support -flto in CFLAGS | Ian Lance Taylor |
| 2021-04-16 | internal/buildcfg: move build configuration out of cmd/internal/objabi | Russ Cox |
| 2021-04-13 | cmd/cgo: document generated cgo directives | Austin Clements |
| 2021-04-12 | cmd/cgo: throw if C.malloc returns NULL in C.CString or C.CBytes | Tobias Klauser |
| 2021-04-12 | cmd/cgo: use tabs to indent _cgoPREFIX_Cfunc__CMalloc function body | Tobias Klauser |
| 2021-04-06 | runtime/cgo: add Handle for managing (c)go pointers | Changkun Ou |
| 2021-04-05 | cmd/cgo: pass end position info for C function arguments. | wolf1996 |
| 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 |
| 2021-01-21 | all: introduce and use internal/execabs | Roland Shoemaker |
| 2021-01-21 | cmd/cgo: report exec errors a bit more clearly | Russ Cox |
| 2021-01-14 | cmd/dist, cmd/go: pass -arch for C compilation on Darwin | Cherry Zhang |
| 2021-01-14 | cmd/cgo: remove unnecessary space in cgo export header | Quim Muntal |
| 2020-11-20 | cmd/cgo, cmd/internal/pkgpath: support gofrontend mangler v3 | Ian Lance Taylor |
| 2020-11-13 | cmd/cgo: fix initialization of empty argument types | Austin Clements |
| 2020-11-12 | cmd/go, cmd/cgo: don't let bogus symbol set cgo_ldflag | Ian Lance Taylor |
| 2020-10-31 | cmd/cgo: add -trimpath flag allowing paths to be rewritten in outputs | Michael Matloob |
| 2020-10-26 | runtime,cmd/cgo: simplify C -> Go call path | Austin Clements |
| 2020-10-22 | cmd/cgo: avoid exporting all symbols on windows buildmode=c-shared | Quim Muntal |
| 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-23 | all: add GOOS=ios | Cherry Zhang |
| 2020-09-16 | cmd/cgo: use go:notinheap for anonymous structs | Keith Randall |