summaryrefslogtreecommitdiff
path: root/src/runtime/cgo/callbacks.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/cgo, runtime, runtime/cgo: TSAN support for mallocIan Lance Taylor2016-05-251-12/+0
* cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor2016-04-291-2/+14
* runtime/cgo: only build _cgo_callers if x_cgo_callers is definedIan Lance Taylor2016-04-011-8/+0
* runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor2016-04-011-0/+8
* all: single space after period.Brad Fitzpatrick2016-03-021-3/+3
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* runtime/cgo: make compatible with race detectorRuss Cox2015-07-221-0/+1
* runtime: delete cgo_allocateRuss Cox2015-04-171-26/+0
* runtime: initialize shared library at library-load timeSrdjan Petrovic2015-04-031-0/+26
* [dev.cc] runtime/cgo: convert from C to GoRuss Cox2014-11-111-0/+95