aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/callbacks.go
AgeCommit message (Expand)Author
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2018-11-12runtime: avoid variable/function alias on runtime._cgo_panic_internalAustin Clements
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/cgo: only build _cgo_callers if x_cgo_callers is definedIan Lance Taylor
2016-04-01runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-07-22runtime/cgo: make compatible with race detectorRuss Cox
2015-04-17runtime: delete cgo_allocateRuss Cox
2015-04-03runtime: initialize shared library at library-load timeSrdjan Petrovic
2014-11-11[dev.cc] runtime/cgo: convert from C to GoRuss Cox