aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo
AgeCommit message (Expand)Author
2021-12-15runtime/cgo: fix signature of crosscall_amd64 in commentMoZhonghua
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-20runtime/cgo: add example of Handle with void* parameterAlan Donovan
2021-11-03cmd/asm,cmd/compile,runtime: stop using X3 (aka GP) on riscv64Joel Sing
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-09-17runtime/cgo: save and restore X3 (aka GP) for crosscall1 on riscv64Joel Sing
2021-09-09cmd/cgo, runtime/cgo: avoid GCC/clang conversion warningsIan Lance Taylor
2021-08-09runtime/cgo: when using msan explicitly unpoison cgoCallersIan Lance Taylor
2021-05-17runtime/cgo: fix crosscall2 on ppc64xLynn Boger
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