aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo.go
AgeCommit message (Expand)Author
2017-03-24runtime: access _cgo_yield indirectlyCherry Zhang
2017-03-08runtime: poll libc to deliver signals under TSANBryan C. Mills
2016-05-25cmd/cgo, runtime, runtime/cgo: TSAN support for mallocIan Lance Taylor
2016-04-29cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor
2016-04-01runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-06-15cmd/cgo: make sure pointers passed to C escape to heapRuss Cox
2015-04-03runtime: initialize shared library at library-load timeSrdjan Petrovic
2015-03-26runtime, runtime/cgo: make needextram a boolDavid Crawshaw
2014-11-11[dev.cc] runtime/cgo: convert from C to GoRuss Cox