| Age | Commit message (Expand) | Author |
| 2023-07-21 | cmd/cgo/internal/testshared: skip in short mode and not on builders | Cherry Mui |
| 2023-07-18 | all: fix typos | Jes Cok |
| 2023-06-16 | cmd/cgo/internal/testshared: disable gccgo tests on PPC64 | Paul E. Murphy |
| 2023-06-16 | cmd/cgo/internal/testshared: strip newline from gccgo -dumpversion | Paul E. Murphy |
| 2023-06-14 | all: fix spelling errors | Alexander Yastrebov |
| 2023-06-09 | cmd/link: mangle certain instantiated function name in plugin mode | Cherry Mui |
| 2023-06-09 | all: fix function names in comments | cui fliter |
| 2023-06-07 | cmd/cgo: error out if the source path used in line directives would contain a... | Bryan C. Mills |
| 2023-06-06 | cmd/go,cmd/cgo: in _cgo_flags use one line per flag | Ian Lance Taylor |
| 2023-06-01 | cmd/cgo/internal/testerrors: pass if GOEXPERIMENT=cgocheck2 is set | Austin Clements |
| 2023-05-30 | cmd/cgo: rewrite pointer passing rules in terms of pinning | Michael Anthony Knyszek |
| 2023-05-22 | cmd/cgo/internal: skip in tests, not in TestMain | Austin Clements |
| 2023-05-22 | cmd/cgo: merge overlayDir into one package | Austin Clements |
| 2023-05-22 | cmd/cgo/internal/testcshared: drop bespoke host test support | Austin Clements |
| 2023-05-22 | cmd/cgo: recognize unsafe.{StringData,SliceData} | Ian Lance Taylor |
| 2023-05-19 | runtime: implement Pinner API for object pinning | Sven Anderson |
| 2023-05-19 | cmd/cgo/internal/testcarchive: fix nocgo and no-c-archive builds | Austin Clements |
| 2023-05-19 | cmd/cgo/internal/testsovar: merge into testso | Austin Clements |
| 2023-05-19 | cmd/cgo/internal/testtls: cleanup and support more arches | Austin Clements |
| 2023-05-19 | cmd/cgo/internal/testtls: build and run everywhere | Austin Clements |
| 2023-05-19 | cmd/dist: refine test conditions and enable more cgo tests on Android, iOS | Austin Clements |
| 2023-05-18 | cmd/cgo/internal/test: fix TestThreadLock | Austin Clements |
| 2023-05-17 | runtime/cgo: store M for C-created thread in pthread key | Cherry Mui |
| 2023-05-15 | cmd/cgo: enable test with non-sensible build tag | Austin Clements |
| 2023-05-12 | cmd/cgo/internal/testcarchive: build on all platforms | Austin Clements |
| 2023-05-12 | cmd/cgo/internal/testsanitizers: build on all platforms | Austin Clements |
| 2023-05-12 | cmd/dist: drop host test support | Austin Clements |
| 2023-05-12 | misc/swig: move tests to cmd/cgo/internal | Austin Clements |
| 2023-05-12 | misc/cgo: move registerCgoTests tests to cmd/cgo/internal | Austin Clements |
| 2023-05-12 | misc/cgo: move easy tests to cmd/cgo/internal | Austin Clements |
| 2023-05-02 | cmd/cgo: reject attempts to declare methods on C types | Alan Donovan |
| 2022-11-30 | cmd/cgo: walk {FuncType,TypeSpec}.TypeParams fields | Matthew Dempsky |
| 2022-11-18 | all: add missing periods in comments | cui fliter |
| 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-10-04 | cmd/cgo, cmd/compile, cmd/link: remove old style build tags | Russ Cox |
| 2022-09-30 | Revert "cmd/cgo, cmd/compile, cmd/link: remove old style build tags" | Than McIntosh |
| 2022-09-30 | cmd/cgo, cmd/compile, cmd/link: remove old style build tags | Tobias Klauser |
| 2022-09-29 | cmd/cgo: use strings.TrimSuffix | cuiweixie |
| 2022-09-29 | cmd/cgo: delete unused code | cuiweixie |
| 2022-09-29 | cmd/cgo: use strings.Contains instead of strings.Index | cuiweixie |
| 2022-09-27 | all: replace [0-9] with \d in regexps | TomCao New Macbook Pro |
| 2022-09-20 | cmd/cgo: mention //go:build line in godoc | Tobias Klauser |
| 2022-09-20 | all: replace package ioutil with os and io in src | Andy Pan |
| 2022-09-08 | cmd/cgo: use strings.Builder | cuiweixie |
| 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-08-23 | all: use go/parser.SkipObjectResolution in more places | Daniel Martà |
| 2022-07-20 | cmd/cgo: allow cgo to pass strings or []bytes bigger than 1<<30 | Keith Randall |
| 2022-06-25 | cmd/go: prepend builtin prolog when checking for preamble errors | qmuntal |