aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgocall.go
AgeCommit message (Expand)Author
2021-08-12[dev.typeparams] all: merge master (46fd547) into dev.typeparamsMatthew Dempsky
2021-07-29runtime: avoid possible preemption when returning from Go to CIan Lance Taylor
2021-06-30[dev.typeparams] all: merge master (4711bf3) into dev.typeparamsMatthew Dempsky
2021-06-25runtime: make ncgocall a global counterTao Qingyun
2021-06-17[dev.typeparams] runtime: fix import sort order [generated]Michael Anthony Knyszek
2021-06-17[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek
2021-04-01runtime: fix uses of ABIInternal PCs in assemblyAustin Clements
2021-02-19runtime: document, clean up internal/sysRuss Cox
2020-11-03cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64Joel Sing
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-23syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan
2020-10-02runtime: update and tidy cgo callback descriptionAustin Clements
2020-08-27runtime: framepointers are no longer an experiment - hard code themKeith Randall
2020-08-17runtime: move checkmarks to a separate bitmapAustin Clements
2020-01-09runtime: protect against external code calling ExitProcessAustin Clements
2019-10-03runtime: use efaceOf where applicableMatthew Dempsky
2019-10-02cmd/cgo: optimize cgoCheckPointer callEgon Elbre
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-03-25runtime: remove kindNoPointersKeith Randall
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-09runtime: never call into race detector with retaken PNikhil Benesch
2018-08-29build: support frame-pointer for arm64Zheng Xu
2018-04-26runtime: remove the dummy arg of getcallerspCherry Zhang
2018-02-15runtime: eliminate most uses of mheap_.arena_*Austin Clements
2018-02-15runtime: split object finding out of heapBitsForObjectAustin Clements
2017-09-22runtime: don't call lockOSThread for every cgo callIan Lance Taylor
2017-09-15all: fix article typosKunpei Sakai
2017-08-29all: join some chained ifs to unindent codeDaniel Martí
2017-02-03runtime: handle SIGPIPE in c-archive and c-shared programsElias Naur
2017-01-25[dev.typealias] cmd/compile, reflect: fix struct field names for embedded byt...Russ Cox
2016-12-14runtime: add cgo support for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-30runtime: fix undead arguments in cgocallAustin Clements
2016-11-30runtime: use standard comment style in cgocallAustin Clements
2016-11-01runtime: access modules via a sliceDavid Crawshaw
2016-10-19cmd/cgo: always use a function literal for pointer checkingIan Lance Taylor
2016-09-30runtime: remove defer from standard cgo callDavid Crawshaw
2016-07-20runtime: add as many extra M's as neededIan Lance Taylor
2016-07-12runtime: add ctxt parameter to cgocallback called from GoIan Lance Taylor
2016-05-25cmd/cgo, runtime, runtime/cgo: TSAN support for mallocIan Lance Taylor
2016-05-07runtime: use entire address space on 32 bitElias Naur
2016-05-04runtime: add linux/mips64x cgo supportCherry Zhang
2016-04-30runtime: reclaim scan/dead bit in first wordAustin Clements
2016-04-30runtime: use morePointers and isPointer in more placesAustin Clements
2016-04-29cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor
2016-04-29[dev.garbage] runtime: restructure alloc and mark bitsRick Hudson
2016-04-06runtime: add s390x support (modified files only)Michael Munday
2016-04-01runtime: allocate mp.cgocallers earlierIan Lance Taylor
2016-04-01runtime: support symbolic backtrace of C code in a cgo crashIan Lance Taylor
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick