- 332719f runtime: don't call lockOSThread for every cgo call by Ian Lance Taylor · 8 years ago
- 5a986ec all: fix article typos by Kunpei Sakai · 8 years ago
- fbc8973 all: join some chained ifs to unindent code by Daniel Martí · 8 years ago
- 78074f6 runtime: handle SIGPIPE in c-archive and c-shared programs by Elias Naur · 8 years ago
- 9bbb07d [dev.typealias] cmd/compile, reflect: fix struct field names for embedded byte, rune by Russ Cox · 8 years ago
- b909d01 runtime: add cgo support for GOARCH=mips{,le} by Vladimir Stefanovic · 8 years ago
- f6bff1d runtime: fix undead arguments in cgocall by Austin Clements · 8 years ago
- 3f0f24d runtime: use standard comment style in cgocall by Austin Clements · 8 years ago
- 54ec7b0 runtime: access modules via a slice by David Crawshaw · 8 years ago
- a16954b cmd/cgo: always use a function literal for pointer checking by Ian Lance Taylor · 8 years ago
- 4415021 runtime: remove defer from standard cgo call by David Crawshaw · 8 years ago
- 50048a4 runtime: add as many extra M's as needed by Ian Lance Taylor · 9 years ago
- b30814b runtime: add ctxt parameter to cgocallback called from Go by Ian Lance Taylor · 9 years ago
- a5d1a72 cmd/cgo, runtime, runtime/cgo: TSAN support for malloc by Ian Lance Taylor · 9 years ago
- e6ec820 runtime: use entire address space on 32 bit by Elias Naur · 9 years ago
- b6687c8 runtime: add linux/mips64x cgo support by Cherry Zhang · 9 years ago
- a20fd1f runtime: reclaim scan/dead bit in first word by Austin Clements · 9 years ago
- d5e3d08 runtime: use morePointers and isPointer in more places by Austin Clements · 9 years ago
- 5f9a870 cmd/cgo, runtime, runtime/cgo: use cgo context function by Ian Lance Taylor · 9 years ago
- 2063d5d [dev.garbage] runtime: restructure alloc and mark bits by Rick Hudson · 9 years ago
- 0f08dd2 runtime: add s390x support (modified files only) by Michael Munday · 9 years ago
- 59fc42b runtime: allocate mp.cgocallers earlier by Ian Lance Taylor · 9 years ago
- ea306ae runtime: support symbolic backtrace of C code in a cgo crash by Ian Lance Taylor · 9 years ago
- a03bdc3 runtime: eliminate unnecessary type conversions by Matthew Dempsky · 9 years ago
- 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
- 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
- e43c74a all: use cannot instead of can not by Josh Bleecher Snyder · 9 years ago
- c8e7b34 runtime: skip cgo check for non-pointer slice elements by Ian Lance Taylor · 9 years ago
- e970966 runtime: handle kindString in cgoCheckArg by Ian Lance Taylor · 9 years ago
- dd6753a runtime: allow for C pointers between arena_start and arena_used in cgo check by Russ Cox · 9 years ago
- 166cfd2 runtime: arrange to show a few local variables when cgoCheckUnknownPointer panics by Russ Cox · 9 years ago
- d91ec5b cmd/cgo, runtime: recognize unsafe.Pointer(&s[0]) in cgo pointer checks by Ian Lance Taylor · 9 years ago
- 0e2c635 cmd/cgo, runtime: exported Go functions can't return a Go pointer by Ian Lance Taylor · 9 years ago
- be1ef46 runtime: add optional expensive check for invalid cgo pointer passing by Ian Lance Taylor · 9 years ago
- 432cb66 runtime: break out system-specific constants into package sys by Michael Matloob · 9 years ago
- 8f3f2cc runtime: mark cgo callback results as written for msan by Ian Lance Taylor · 9 years ago
- 9dcc58c cmd/cgo, runtime: add checks for passing pointers from Go to C by Ian Lance Taylor · 9 years ago
- a485581 runtime: add a constant for the smallest possible stack frame by Michael Hudson-Doyle · 9 years ago
- 85d4d46 runtime: store syscall parameters in m not on stack by Alex Brainman · 10 years ago
- 9d968cb runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocall by Alex Brainman · 10 years ago
- 2858b73 runtime: remove cgocall and asmcgocall by Alex Brainman · 10 years ago
- 6a2b0c0 runtime: delete cgo_allocate by Russ Cox · 10 years ago
- 3b22ffc runtime: make cgocallback wait on package init by David Crawshaw · 10 years ago
- d0b62d8 runtime: linux/arm64 cgo support by Shenghou Ma · 10 years ago
- b8caed8 runtime: initialize extra M for cgo during mstart by David Crawshaw · 10 years ago
- 3c0fee1 cmd/6g, liblink, runtime: support saving base pointers by Austin Clements · 10 years ago
- af7ca8d cmd/cgo, runtime/cgo: support ppc64 by Austin Clements · 10 years ago
- df027ac reflect: add write barriers by Russ Cox · 10 years ago
- b2a950b runtime: rename gothrow to throw by Keith Randall · 10 years ago
- 656be31 [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack by Russ Cox · 10 years ago
- 9f99d53 [dev.cc] runtime/cgo: convert from C to Go by Russ Cox · 10 years ago
- 7283e08 runtime: keep g->syscallsp consistent after cgo->Go callbacks by Hector Martin Cantero · 11 years ago
- 5103500 runtime: mark endcgo go:nosplit by Russ Cox · 11 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/runtime/cgocall.go]
- 59dd20f runtime: fix windows syscalls for copying stacks by Russ Cox · 11 years ago
- 8473695 runtime: fix panic/wrapper/recover math by Russ Cox · 11 years ago
- f8f630f runtime: use reflect.call during panic instead of newstackcall by Russ Cox · 11 years ago
- f545b05 runtime: make more functions safe for Go by Russ Cox · 11 years ago
- c08d883 runtime: convert cgocall to Go by Dmitriy Vyukov · 11 years ago