aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/cgo.go
AgeCommit message (Expand)Author
2020-10-16internal/poll, net, syscall: use accept4 on illumosTobias Klauser
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2019-11-05runtime/cgo: add -Wno-nullability-completeness on DarwinIan Lance Taylor
2019-06-23runtime/cgo: on Solaris link against -lxnetIan Lance Taylor
2019-03-27runtime: create library startup for aix/ppc64Clément Chigot
2016-10-28runtime/cgo: do not link threads lib by default on windowsAlex Brainman
2016-10-24runtime/cgo: do not link math lib by default on windowsAlex Brainman
2016-10-11runtime/cgo: do not explicitly link msvcrt.dllAlex Brainman
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-09-12runtime/cgo: explicitly link msvcrt on windowsShenghou Ma
2015-05-06runtime/cgo: add cgo support for solaris/amd64Aram Hăvărneanu
2015-04-16runtime/cgo: darwin/arm64 supportShenghou Ma
2015-02-25runtime/cgo: set the initial working directoryDavid Crawshaw
2015-02-06runtime/cgo: darwin/arm cgo supportShenghou Ma
2014-09-08liblink, runtime: diagnose and fix C code running on Go stackRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox