| Age | Commit message (Expand) | Author |
| 2023-05-12 | misc/cgo: move registerCgoTests tests to cmd/cgo/internal | Austin Clements |
| 2021-02-19 | runtime: unify asmcgocall and systemstack traceback setup | Russ Cox |
| 2020-10-26 | runtime,cmd/cgo: simplify C -> Go call path | Austin Clements |
| 2019-03-25 | cmd/compile: use existing instructions instead of nops for inline marks | Keith Randall |
| 2019-02-24 | misc/cgo/test: fix tests in module mode | Bryan C. Mills |
| 2018-12-28 | cmd/compile,runtime: redo mid-stack inlining tracebacks | Keith Randall |
| 2018-10-06 | all: fix a bunch of misspellings | Igor Zhilianin |
| 2016-10-19 | cmd/cgo: always use a function literal for pointer checking | Ian Lance Taylor |
| 2015-11-29 | cmd/cgo: make the char * pointer in GoString const | Ian Lance Taylor |
| 2015-11-19 | cmd/cgo, runtime: exported Go functions can't return a Go pointer | Ian Lance Taylor |
| 2015-11-10 | cmd/cgo, runtime: add checks for passing pointers from Go to C | Ian Lance Taylor |
| 2015-10-13 | misc/cgo/test: fix go vet warnings | Ian Lance Taylor |
| 2015-06-19 | runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocall | Alex Brainman |
| 2015-04-17 | runtime: delete cgo_allocate | Russ Cox |
| 2015-01-06 | misc/cgo: disable TestAllocateFromC in wbshadow mode | Russ Cox |
| 2015-01-06 | reflect: add write barriers | Russ Cox |
| 2014-12-24 | misc/cgo/test: get rid of the backdoor package | Shenghou Ma |
| 2014-09-25 | cgo: adjust return value location to account for stack copies. | Keith Randall |
| 2014-09-16 | runtime: remove untyped allocation of ParFor | Russ Cox |
| 2014-09-05 | runtime: use reflect.call during panic instead of newstackcall | Russ Cox |
| 2014-09-04 | runtime: refactor/fix asmcgocall/asmcgocall_errno | Russ Cox |
| 2014-09-03 | cmd/cgo, runtime: write cgo stub wrappers in Go, not C | Russ Cox |
| 2013-10-09 | runtime/cgo: mark callback functions as NOSPLIT | Ian Lance Taylor |
| 2013-08-05 | runtime: Use old reflect.call implementation from cgo. | Keith Randall |
| 2013-08-02 | runtime: reimplement reflect.call to not use stack splitting. | Keith Randall |
| 2013-07-29 | runtime: do not split stacks in syscall status | Dmitriy Vyukov |
| 2013-07-25 | cmd/cgo: gccgo fixes | Ian Lance Taylor |
| 2013-07-22 | misc/cgo/test: add test for cgo callbacks with different amount of stack spac... | Dmitriy Vyukov |
| 2013-06-12 | runtime: add lr, ctxt, ret to Gobuf | Russ Cox |
| 2013-03-26 | runtime: ensure forward progress when unwinding an arm stack frame | Carl Shapiro |
| 2013-03-25 | runtime: store asmcgocall return PC where the ARM unwind expects it | Carl Shapiro |
| 2012-10-30 | gofmt: apply gofmt -w src misc | Robert Griesemer |
| 2012-03-06 | misc/cgo: re-enable some tests | Russ Cox |
| 2012-01-24 | test: Add the usual Copyright notice. | Olivier Duperray |
| 2011-08-30 | cgo: fix GoBytes | Gustavo Niemeyer |
| 2011-05-02 | misc/cgo/test: run tests | Russ Cox |
| 2011-03-22 | go/printer, gofmt: simplify struct formatting and respect line breaks | Robert Griesemer |
| 2011-03-07 | runtime: scheduler, cgo reorganization | Russ Cox |