aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo
AgeCommit message (Expand)Author
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-05-10runtime/cgo,cmd/internal/obj/ppc64: fix signals with cgoLynn Boger
2021-04-28cmd/dist,runtime: support cgo on openbsd/mips64Joel Sing
2021-04-23runtime: add windows/arm64 cgo-linking codeRuss Cox
2021-04-15runtime: unify C->Go ABI transitionsAustin Clements
2021-04-15runtime,runtime/cgo: save all necessary registers on entry to Go on WindowsAustin Clements
2021-04-13all: simplify the spelling of LinuxBrad Fitzpatrick
2021-04-08runtime/cgo: clarify Handle documentationIan Lance Taylor
2021-04-06runtime/cgo: add Handle for managing (c)go pointersChangkun Ou
2021-02-23runtime/cgo: use correct lean and mean macroJason A. Donenfeld
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-18runtime/cgo: add cast in C code to avoid C compiler warningIan Lance Taylor
2021-02-05[dev.regabi] runtime/cgo: call setg_gcc in crosscall_amd64Cherry Zhang
2020-12-26runtime/cgo: fix Android build with NDK 22Elias Naur
2020-12-07runtime/cgo: fix building on muslTonis Tiigi
2020-11-03cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64Joel Sing
2020-11-02cmd/link: avoid exporting all symbols on windows buildmode=pieQuim Muntal
2020-10-28runtime: set up TLS without cgo on darwin/arm64Cherry Zhang
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-23syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan
2020-10-17runtime/cgo: fix build tag placement vet warningCherry Zhang
2020-10-17runtime/cgo: build iOS-specific code only on iOSCherry Zhang
2020-10-16internal/poll, net, syscall: use accept4 on illumosTobias Klauser
2020-10-06runtime/cgo: only build xx_cgo_panicmem on iOSCherry Zhang
2020-10-03misc/ios: add support for running programs on the iOS simulatorElias Naur
2020-09-28runtime: netbsd-arm64 fixesBenny Siegert
2020-05-09runtime: fix dead link in gcc_androd.c fileAlberto Donizetti
2020-04-08all: remove darwin/386 build-tags and filesAustin Clements
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-04-08all: remove darwin/arm build-tags and filesAustin Clements
2020-04-08runtime: fix infinite callstack of cgo on arm64Xiangdong Ji
2020-02-24runtime/cgo: fix unsetenv wrapperKeith Randall
2019-11-05runtime/cgo: add -Wno-nullability-completeness on DarwinIan Lance Taylor
2019-10-28cmd/nm, runtime/cgo: add cgo support for freebsd/arm64Tobias Klauser
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-06-23runtime/cgo: on Solaris link against -lxnetIan Lance Taylor
2019-04-29cmd,runtime: enable cgo for openbsd/arm64Joel Sing
2019-04-29runtime/cgo: ignore missing Info.plist files on iOSElias Naur
2019-04-20all: add start of netbsd/arm64 supportMaya Rashish
2019-04-18runtime/cgo: declare variable setg_gcc as staticerifan01
2019-04-08runtime,runtime/cgo: set up TLS storage for Android Q without cgoElias Naur
2019-04-02runtime/cgo: look for android_get_device_api_level in libc.soElias Naur
2019-03-29runtime/cgo: use free TLS slot on Android QElias Naur
2019-03-29cmd/link/ld,cmd/internal/obj,runtime: make the Android TLS offset dynamicElias Naur
2019-03-28runtime/cgo: remove threadentry functions specialized for androidElias Naur
2019-03-27runtime: create library startup for aix/ppc64Clément Chigot
2019-03-19runtime/cgo: correct cgo_export directives in callbacks_aix.goClément Chigot
2019-03-19cmd, runtime: fix C trampolines on aix/ppc64Clément Chigot
2019-03-08cmd/cgo: add missing parameter list for function _cgo_wait_runtime_init_donePhilipp Stephani
2019-03-06runtime/cgo: add port for aix/ppc64Clément Chigot