aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/test/test.go
AgeCommit message (Expand)Author
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-01cmd/cgo: use type aliases for #define type macrosMatthew Dempsky
2019-12-20misc/cgo/test: tweak to pass with GCC 10Ian Lance Taylor
2019-10-02cmd/cgo: optimize cgoCheckPointer callEgon Elbre
2019-09-25misc, runtime, test: extra tests and benchmarks for deferDan Scales
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