aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo
AgeCommit message (Expand)Author
2021-02-18[release-branch.go1.16] runtime/cgo: add cast in C code to avoid C compiler w...Ian Lance Taylor
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
2018-12-18runtime,cmd/dist,cmd/link: add cgo support on openbsd/armJoel Sing
2018-11-12runtime/cgo: added missing includes for errno.h to the windows gcc stubs.Ali Rizvi-Santiago
2018-11-12runtime: avoid variable/function alias on runtime._cgo_panic_internalAustin Clements
2018-10-10runtime/cgo: annotate unused variable with __attribute__((unused))Muhammad Falak R Wani
2018-10-03all: this big patch remove whitespace from assembly filesZhou Peng
2018-07-10runtime/cgo: Add initial NetBSD Thread Sanitizer supportKamil Rytarowski
2018-07-04runtime: support capturing C backtrace from signal handler on darwin/amd64Nikhil Benesch
2018-07-02runtime: query thread stack size from OS on WindowsAustin Clements
2018-07-02runtime: initialize g0 stack bounds on Windows to full stackAustin Clements
2018-05-16runtime/cgo: use size_t in sizeof result comparisonAlberto Donizetti
2018-05-08runtime: add js/wasm architectureRichard Musiol
2018-05-02runtime: enable memory sanitizer on arm64Fangming.Fang