aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/test
AgeCommit message (Expand)Author
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
2019-03-20cmd/dist, misc/cgo: enable tests for aix/ppc64Clément Chigot
2019-03-18cmd/cgo: use C exact-width integer types to represent Go typesPhilipp Stephani
2019-03-07misc: fix typos in various docsalkesh26
2019-03-06cmd/cgo: simplify and fix handling of untyped constantsRémy Oudompheng
2019-03-01misc/cgo/test: set PWD when executing 'go test' in an alternate GOPATHBryan C. Mills
2019-02-27misc/cgo/test: skip TestCrossPackageTests on AndroidBryan C. Mills
2019-02-26misc/cgo: skip cgotest.TestCrossPackageTests on iOS and set PWDBryan C. Mills
2019-02-24misc/cgo/test: fix tests in module modeBryan C. Mills
2019-02-04cmd/cgo: don't copy a simple variable x in &x[0]Ian Lance Taylor
2019-01-18cmd/cgo: don't replace newlines with semicolons in expressionsIan Lance Taylor
2019-01-15cmd/cgo: don't replace newlines with semicolons in composite literalsIan Lance Taylor
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-12-22cmd/cgo: don't let inserted /*line*/ become a // commentIan Lance Taylor
2018-12-19cmd/cgo: ensure the command passed to run retains a trailing dashIan Lance Taylor
2018-12-15cmd/fix,cmd/cgo,misc/cgo: map the EGLDisplay C type to uintptr in GoElias Naur
2018-12-11cmd/cgo: preserve type information across loadDWARF loopIan Lance Taylor
2018-11-29cmd/cgo: use field alignment when setting field offsetIan Lance Taylor
2018-11-29cmd/cgo: recognize untyped constants defined in different filesIan Lance Taylor