| Age | Commit message (Expand) | Author |
| 2023-02-18 | runtime/cgo: restore correct build tags for linux/mips* | Joel Sing |
| 2023-02-10 | cmd/cgo: add -fno-stack-protector to CFLAGS (again) | Than McIntosh |
| 2023-01-31 | runtime/cgo: remove APPLE macros on 386, arm, and ppc64 assembly files | Cherry Mui |
| 2023-01-31 | cmd/link: load host archive libc_nonshared.a for -fstack-protector | Than McIntosh |
| 2023-01-24 | runtime/cgo: use //go:build lines in C and assembly files | Tobias Klauser |
| 2023-01-24 | runtime: use explicit NOFRAME on windows/amd64 | qmuntal |
| 2023-01-23 | runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386 | qmuntal |
| 2022-12-05 | runtime/cgo: fix typo in gcc_loong64.S | Cherry Mui |
| 2022-12-05 | runtime/cgo: add .file directive to GNU assembly files | Cherry Mui |
| 2022-11-14 | runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/amd64 | qmuntal |
| 2022-10-14 | runtime: add msan support on freebsd/amd64 | Dmitri Goutnik |
| 2022-10-05 | runtime/cgo: let darwin pthread stacksize follow rlimit | Youlin Feng |
| 2022-09-28 | cmd/nm, runtime/cgo: add cgo support for freebsd/riscv64 | Mikael Urankar |
| 2022-08-28 | cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheap | Cuong Manh Le |
| 2022-08-08 | runtime/cgo: add -fno-stack-protector to CFLAGS | Ian Lance Taylor |
| 2022-07-26 | runtime/cgo: use frame address to set g0 stack bound | Cherry Mui |
| 2022-06-09 | runtime/cgo: retry _beginthread on EACCES | Michael Pratt |
| 2022-06-09 | runtime/cgo: merge bodies of cgo_sys_thread_start on windows | Michael Pratt |
| 2022-05-19 | runtime/cgo: add cgo function call support for loong64 | Xiaodong Liu |
| 2022-05-06 | runtime/cgo: remove memset in _cgo_sys_thread_start on linux | Tobias Klauser |
| 2022-05-03 | internal/poll, net, syscall: use accept4 on solaris | Tobias Klauser |
| 2022-04-22 | runtime/cgo: remove stdlib.h warning workaround on darwin | Bryan C. Mills |
| 2022-04-05 | all: separate doc comment from //go: directives | Russ Cox |
| 2022-03-30 | runtime: unify C->Go ABI transitions on arm64 | eric fang |
| 2022-03-29 | all: use new "unix" build tag where appropriate | Ian Lance Taylor |
| 2022-03-18 | runtime/cgo: remove memset in _cgo_sys_thread_start on freebsd/arm | Tobias Klauser |
| 2021-12-15 | runtime/cgo: fix signature of crosscall_amd64 in comment | MoZhonghua |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-11-20 | runtime/cgo: add example of Handle with void* parameter | Alan Donovan |
| 2021-11-03 | cmd/asm,cmd/compile,runtime: stop using X3 (aka GP) on riscv64 | Joel Sing |
| 2021-10-28 | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox |
| 2021-09-17 | runtime/cgo: save and restore X3 (aka GP) for crosscall1 on riscv64 | Joel Sing |
| 2021-09-09 | cmd/cgo, runtime/cgo: avoid GCC/clang conversion warnings | Ian Lance Taylor |
| 2021-08-09 | runtime/cgo: when using msan explicitly unpoison cgoCallers | Ian Lance Taylor |
| 2021-05-17 | runtime/cgo: fix crosscall2 on ppc64x | Lynn Boger |
| 2021-05-13 | all: add //go:build lines to assembly files | Tobias Klauser |
| 2021-05-10 | runtime/cgo,cmd/internal/obj/ppc64: fix signals with cgo | Lynn Boger |
| 2021-04-28 | cmd/dist,runtime: support cgo on openbsd/mips64 | Joel Sing |
| 2021-04-23 | runtime: add windows/arm64 cgo-linking code | Russ Cox |
| 2021-04-15 | runtime: unify C->Go ABI transitions | Austin Clements |
| 2021-04-15 | runtime,runtime/cgo: save all necessary registers on entry to Go on Windows | Austin Clements |
| 2021-04-13 | all: simplify the spelling of Linux | Brad Fitzpatrick |
| 2021-04-08 | runtime/cgo: clarify Handle documentation | Ian Lance Taylor |
| 2021-04-06 | runtime/cgo: add Handle for managing (c)go pointers | Changkun Ou |
| 2021-02-23 | runtime/cgo: use correct lean and mean macro | Jason A. Donenfeld |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 2021-02-18 | runtime/cgo: add cast in C code to avoid C compiler warning | Ian Lance Taylor |
| 2021-02-05 | [dev.regabi] runtime/cgo: call setg_gcc in crosscall_amd64 | Cherry Zhang |
| 2020-12-26 | runtime/cgo: fix Android build with NDK 22 | Elias Naur |
| 2020-12-07 | runtime/cgo: fix building on musl | Tonis Tiigi |