aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgocall.go
AgeCommit message (Expand)Author
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-21all: use cannot instead of can notJosh Bleecher Snyder
2016-02-19runtime: skip cgo check for non-pointer slice elementsIan Lance Taylor
2016-01-27runtime: handle kindString in cgoCheckArgIan Lance Taylor
2016-01-13runtime: allow for C pointers between arena_start and arena_used in cgo checkRuss Cox
2016-01-13runtime: arrange to show a few local variables when cgoCheckUnknownPointer pa...Russ Cox
2016-01-08cmd/cgo, runtime: recognize unsafe.Pointer(&s[0]) in cgo pointer checksIan Lance Taylor
2015-11-19cmd/cgo, runtime: exported Go functions can't return a Go pointerIan Lance Taylor
2015-11-16runtime: add optional expensive check for invalid cgo pointer passingIan Lance Taylor
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-11-11runtime: mark cgo callback results as written for msanIan Lance Taylor
2015-11-10cmd/cgo, runtime: add checks for passing pointers from Go to CIan Lance Taylor
2015-10-18runtime: add a constant for the smallest possible stack frameMichael Hudson-Doyle
2015-06-29runtime: store syscall parameters in m not on stackAlex Brainman
2015-06-19runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocallAlex Brainman
2015-06-18runtime: remove cgocall and asmcgocallAlex Brainman
2015-04-17runtime: delete cgo_allocateRuss Cox
2015-04-14runtime: make cgocallback wait on package initDavid Crawshaw
2015-04-08runtime: linux/arm64 cgo supportShenghou Ma
2015-03-24runtime: initialize extra M for cgo during mstartDavid Crawshaw
2015-02-02cmd/6g, liblink, runtime: support saving base pointersAustin Clements
2015-01-07cmd/cgo, runtime/cgo: support ppc64Austin Clements
2015-01-06reflect: add write barriersRuss Cox
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox
2014-11-11[dev.cc] runtime/cgo: convert from C to GoRuss Cox
2014-09-24runtime: keep g->syscallsp consistent after cgo->Go callbacksHector Martin Cantero
2014-09-08runtime: mark endcgo go:nosplitRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox