| Age | Commit message (Expand) | Author |
| 2025-12-08 | cmd/cgo: use doc link for cgo.Handle | Ariel Otilibili |
| 2025-11-03 | all: remove extra space in the comments | cuishuang |
| 2024-12-11 | cmd/cgo: use full prototype for main in C code | Ian Lance Taylor |
| 2024-10-01 | cmd/cgo: add srcdir & trimpath docs, sort options | Ian Lance Taylor |
| 2024-10-01 | cmd/cgo: document errno value semantics | Brian Palmer |
| 2024-08-16 | cmd/cgo: enable #cgo noescape/nocallback | doujiang24 |
| 2024-08-12 | cmd/cgo: clarify that strings and slices may contain C pointers | Ian Lance Taylor |
| 2024-07-31 | cmd/cgo: document workaround for C struct_stat function | Ian Lance Taylor |
| 2024-05-13 | cmd/cgo, cmd/go: add cgo -ldflags option, use it in cmd/go | Ian Lance Taylor |
| 2024-03-31 | cmd/cgo: update outdated docs about cgocheck2 | Kévin Dunglas |
| 2023-11-02 | cmd/cgo: disable #cgo noescape/nocallback until Go 1.23 | Russ Cox |
| 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-05-30 | cmd/cgo: rewrite pointer passing rules in terms of pinning | Michael Anthony Knyszek |
| 2023-05-12 | misc/cgo: move easy tests to cmd/cgo/internal | Austin Clements |
| 2022-11-16 | cmd/go: automatically disable cgo on systems with no C compiler | Russ Cox |
| 2022-10-29 | cmd/go, cmd/cgo: support older versions of gccgo that lack cgo.Incomplete | Ian Lance Taylor |
| 2022-09-20 | cmd/cgo: mention //go:build line in godoc | Tobias Klauser |
| 2022-06-22 | cmd/go, cmd/link: support failure to create _cgo_import.go | Ian Lance Taylor |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2021-04-06 | runtime/cgo: add Handle for managing (c)go pointers | Changkun Ou |
| 2020-10-26 | runtime,cmd/cgo: simplify C -> Go call path | Austin Clements |
| 2020-09-01 | cmd/cgo: document #include <> search path behaviour | KJ Tsanaktsidis |
| 2020-06-08 | all: replace usages of whitelist/blacklist and master/slave | Filippo Valsorda |
| 2020-05-31 | cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in Go | Elias Naur |
| 2019-10-20 | go/build: recognize '.sx' as equivalent of '.S' | Umang Parmar |
| 2019-10-20 | cmd/go: allow passing -U flag in cgo CFLAGS | Umang Parmar |
| 2019-06-05 | cmd/cgo: roll back "use C exact-width integer types to represent Go types" | Ian Lance Taylor |
| 2019-03-18 | cmd/cgo: use C exact-width integer types to represent Go types | Philipp Stephani |
| 2019-03-08 | cmd/cgo: add missing parameter list for function _cgo_wait_runtime_init_done | Philipp Stephani |
| 2018-12-19 | cmd/cgo,doc/go1.12.html: document breaking EGLDisplay change | Elias Naur |
| 2018-11-06 | cmd/compile/internal/gc: update cgo_import_dynamic for AIX | Clément Chigot |
| 2018-07-28 | cmd/cgo: document that #including source files in subdirectories is a bad idea | Russ Cox |
| 2018-07-16 | cmd/cgo: add note about bug writing C pointers to uninitialized C memory | Ian Lance Taylor |
| 2018-06-26 | cmd/cgo: mention character restrictions on #cgo lines | Ian Lance Taylor |
| 2018-06-13 | cgo: update documentation on calling C variadic functions | Sabin Mihai Rapan |
| 2018-02-26 | cmd/cgo: clarify implicit "cgo" build constraint | Rens Rikkerink |
| 2018-02-07 | cmd/go: accept only limited compiler and linker flags in #cgo directives | Russ Cox |
| 2018-01-17 | cmd/cgo: rewrite CFTypeRef and subytes on Darwin to uintptr | Keith Randall |
| 2017-12-08 | doc: add doc about C types that we map to uintptr instead of ptr | Keith Randall |
| 2017-11-17 | cmd/cgo: special case C ptr types to use uintptr | Keith Randall |
| 2017-11-15 | cmd/cgo: permit passing string values directly between Go and C | Ian Lance Taylor |
| 2017-11-06 | cmd/dist, cmd/cgo, cmd/go: allow per-goos/goarch default CC | Russ Cox |
| 2017-10-06 | cmd/asm, cmd/cgo, cmd/compile, cmd/cover, cmd/link: use standard -V output | Russ Cox |
| 2017-09-01 | cmd/cgo: support large unsigned macro again | Hiroshi Ioka |
| 2017-08-29 | cmd/cgo: update documentation on implementation details | Hiroshi Ioka |
| 2017-08-08 | cmd/cgo: document that structs and arrays don't work with //export | Ian Lance Taylor |
| 2017-06-09 | all: single space after period | Brad Fitzpatrick |
| 2016-10-30 | cmd/cgo: add -srcdir option | Ian Lance Taylor |
| 2016-10-24 | cmd/cgo: document C.malloc behavior | Russ Cox |