aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/test
AgeCommit message (Expand)Author
2021-05-17syscall: some containers may fail syscall.TestSetuidEtcAndrew G. Morgan
2021-04-23misc/cgo/test: do not redeclare exported Go functionsRuss Cox
2021-04-13all: simplify the spelling of LinuxBrad Fitzpatrick
2021-04-10all: fix spellingsNaman Gera
2021-04-09reflect: panic on New of go:notinheap typeIan Lance Taylor
2021-04-06runtime/cgo: add Handle for managing (c)go pointersChangkun Ou
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
2021-02-23all: use more precise build tagsTamir Duberstein
2021-02-19runtime: unify asmcgocall and systemstack traceback setupRuss Cox
2020-12-30misc/cgo/test: enable TestCrossPackageTests on darwin/arm64Cherry Zhang
2020-11-13cmd/cgo: fix initialization of empty argument typesAustin Clements
2020-11-11syscall: improve TestSetuidEtc() /proc/ parsing against racesAndrew G. Morgan
2020-11-03cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64Joel Sing
2020-10-27misc/cgo/test: test C.enum_*HowJMay
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-23syscall: support POSIX semantics for Linux syscallsAndrew G. Morgan
2020-10-20cmd/link: support cgo internal/linking on darwin/arm64Cherry Zhang
2020-10-14cmd/link: support PIE internal linking on darwin/amd64Cherry Zhang
2020-10-06runtime: use sigaltstack on macOS/ARM64Cherry Zhang
2020-10-05cmd/compile: export notinheap annotation to object fileKeith Randall
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-01cmd/cgo: document #include <> search path behaviourKJ Tsanaktsidis
2020-07-31cmd/cgo: fix mangling of enum and union typesMatthew Dempsky
2020-06-26cmd/cgo: prevent redeclaration of _Ctype_void when C.void is usedMatthew Dempsky
2020-05-31cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in GoElias Naur
2020-05-01cmd/cgo: use type aliases for #define type macrosMatthew Dempsky
2020-04-14cmd/cgo: use consistent tag for a particular structIan Lance Taylor
2020-04-08all: remove scattered remnants of darwin/386Austin Clements
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-03-04misc/cgo/test: fix sigaltstack test on AIXClément Chigot
2020-01-24cmd/go: fix cgo test when min macOS version is setJay Conrod
2020-01-10misc/cgo/test: re-enable darwin cgo tests in race modeTobias Klauser
2019-12-20misc/cgo/test: tweak to pass with GCC 10Ian Lance Taylor
2019-11-25misc: remove use of relative directories in overlayDir functionsBryan C. Mills
2019-11-11misc: ensure that test overlay directories are writableBryan C. Mills
2019-10-05cmd/cgo: build unique C type cache keys from parent namesTai
2019-10-02cmd/cgo: optimize cgoCheckPointer callEgon Elbre
2019-09-25misc, runtime, test: extra tests and benchmarks for deferDan Scales
2019-09-06misc/cgo/test: use __atomic intrinsics instead of __syncIan Lance Taylor
2019-09-06test: tweak test to avoid unpreemptible loop with gccgoThan McIntosh
2019-06-25misc/cgo/test: use char, not int, so test works on big-endian systemsIan Lance Taylor
2019-06-24cmd/cgo: fix inappropriate array copykawakami
2019-06-05misc/cgo/test: add test for issue 31093Ian Lance Taylor
2019-06-05cmd/cgo: roll back "use C exact-width integer types to represent Go types"Ian Lance Taylor
2019-05-22misc/cgo/test: consolidate tests into fewer cgo source filesRuss Cox
2019-05-07cmd/cgo: fix unexpected semicolon in rewritten lineRuss Cox
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-08misc/cgo/test: skip Setgid test on AndroidElias Naur
2019-03-29cmd/link: permit duplicate weak symbolsJoel Sing
2019-03-25cmd/compile: use existing instructions instead of nops for inline marksKeith Randall