| Age | Commit message (Expand) | Author |
| 2026-02-04 | cmd/cgo: use objdir consistently, create it as needed | Ian Lance Taylor |
| 2025-11-11 | std,cmd: go fix -any std cmd | Alan Donovan |
| 2025-11-03 | cmd/cgo: use the export'ed file/line in error messages | Ariel Otilibili |
| 2025-09-09 | cmd/cgo: run gcc to get errors and debug info in parallel | matloob |
| 2025-08-29 | cmd/cgo: move typedefs and typedefList out of Package | matloob |
| 2025-02-13 | cmd: use cmd/internal/hash.New32 and Sum32 only | Russ Cox |
| 2024-10-14 | cmd/cgo,cmd/go: preallocate slices if they have known fixed capacities | apocelipes |
| 2024-09-13 | cmd: make use of maps.{Copy, Clone} | Jes Cok |
| 2024-09-04 | cmd: use 16 bytes hash when possible | Cuong Manh Le |
| 2024-09-04 | cmd: do not use notsha256 | Cuong Manh Le |
| 2024-09-03 | cmd/cgo: parallelize loadDefines calls | Michael Podtserkovskii |
| 2024-07-23 | cmd/cgo: error on multiple incompatible function declarations | Keith Randall |
| 2024-07-03 | cmd/cgo: read CGO_LDFLAGS environment variable | Ian Lance Taylor |
| 2024-06-21 | cmd/internal: separate counter package from telemetry package | Michael Matloob |
| 2024-06-13 | cmd/go: call telemetry.MaybeChild at start of go command | Michael Matloob |
| 2024-05-14 | cmd: add telemetry for commands in cmd | Michael Matloob |
| 2024-05-13 | cmd/cgo, cmd/go: add cgo -ldflags option, use it in cmd/go | Ian Lance Taylor |
| 2024-04-15 | cmd/cgo: create -objdir if not exist | Michael Podtserkovskii |
| 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 |