| Age | Commit message (Expand) | Author |
| 2023-04-04 | runtime/cgo: use pthread_attr_get_np on Illumos | Cherry Mui |
| 2023-04-03 | runtime: cleanup PPC64/linux runtime.sigtramp | Paul E. Murphy |
| 2023-04-03 | Revert "Revert "runtime: consolidate function descriptor definitions on PPC64"" | Cherry Mui |
| 2023-04-03 | runtime/cgo: store M for C-created thread in pthread key | doujiang24 |
| 2023-03-31 | Revert "runtime/cgo: store M for C-created thread in pthread key" | Cherry Mui |
| 2023-03-31 | Revert "runtime: consolidate function descriptor definitions on PPC64" | Cherry Mui |
| 2023-03-31 | Revert "runtime: get a better g0 stack bound in needm" | Cherry Mui |
| 2023-03-30 | runtime: get a better g0 stack bound in needm | Cherry Mui |
| 2023-03-29 | runtime: save/restore callee-saved registers in loong64's sigtramp | Guoqi Chen |
| 2023-03-27 | runtime: consolidate function descriptor definitions on PPC64 | Paul E. Murphy |
| 2023-03-24 | runtime/cgo: store M for C-created thread in pthread key | doujiang24 |
| 2023-03-18 | runtime: provide and use a GO_PPC64X_HAS_FUNCDESC define | Joel Sing |
| 2023-03-14 | runtime,runtime/cgo: fix tsan/pprof/cgo issues | Paul E. Murphy |
| 2023-03-08 | runtime/cgo: add tsan sync for traceback function | Ian Lance Taylor |
| 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 |