aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo
AgeCommit message (Expand)Author
2019-11-22misc/cgo/testshared: make -v output less verboseBryan C. Mills
2019-11-22misc/cgo/testcshared: avoid writing to GOROOT in testsBryan C. Mills
2019-11-22misc/cgo/testcarchive: avoid writing to GOROOT in testsBryan C. Mills
2019-11-20misc/cgo/testplugin: avoid writing to GOROOTBryan C. Mills
2019-11-20misc/cgo/fortran: avoid writing to $PWDBryan C. Mills
2019-11-14cmd/link/internal/ld,misc/cgo/testcshared: don't -fuse-ld=gold on AndroidElias Naur
2019-11-13misc/cgo/testgodefs: convert test from bash to GoBryan C. Mills
2019-11-11misc: ensure that test overlay directories are writableBryan C. Mills
2019-11-11cmd/go: remove -w workaround for -buildmode=plugin on DarwinThan McIntosh
2019-11-04misc/cgo/testcarchive: add missing exit(0) in main7.cIan Lance Taylor
2019-11-02runtime: clear preemptStop in dropmIan Lance Taylor
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-08-31runtime: don't forward SIGPIPE on macOSElias Naur
2019-08-29Revert "runtime: don't forward SIGPIPE on macOS"Daniel Martí
2019-08-29runtime: don't forward SIGPIPE on macOSElias Naur
2019-07-15cmd/link: put shlib ".type" functions in internal ABIIan Lance Taylor
2019-07-12cmd/cgo: do not rewrite call if there are more args than parametersIan Lance Taylor
2019-07-09cmd/cgo: fix check for conversion of ptr to struct fieldGernot Vormayr
2019-06-27misc/cgo/errors: align code snippets in ptr_test.goBryan C. Mills
2019-06-26misc/cgo/errors: fix TestPointerChecks when GO111MODULE=onBryan C. Mills
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-06-03runtime: save/restore callee saved registers in arm64's sigtrampBen Shi
2019-05-31misc/cgo/errors: limit number of parallel executionsIan Lance Taylor
2019-05-30misc/cgo/errors: remove debugging printlnIan Lance Taylor
2019-05-22misc/cgo/test: consolidate tests into fewer cgo source filesRuss Cox
2019-05-21misc/cgo/errors: consolidate test workRuss Cox
2019-05-16misc/cgo: disable testcarchive, testplugin during -short test (including all....Russ Cox
2019-05-07cmd/cgo: fix unexpected semicolon in rewritten lineRuss Cox
2019-05-01misc/cgo/testcarchive: skip TestExtar on self-hosted iOSElias Naur
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-16misc/cgo/testcshared: support testing on self-hosted androidElias Naur
2019-04-08misc/cgo/testcshared: use adb exec-out instead of adb shellElias Naur
2019-04-08misc/cgo/test: skip Setgid test on AndroidElias Naur
2019-04-02misc/cgo/testcarchive: skip TestSignalForwardingExternal on darwin/amd64Ian Lance Taylor
2019-04-02runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64Clément Chigot
2019-03-29cmd/link: permit duplicate weak symbolsJoel Sing
2019-03-27misc/cgo: enable testso and testsovar on aix/ppc64Clément Chigot
2019-03-25cmd/compile: use existing instructions instead of nops for inline marksKeith Randall
2019-03-22cmd/compile, misc/cgo: fix fortran tests on aix/ppc64Clément Chigot
2019-03-22misc/cgo: gofmt testdata filesTobias Klauser
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-08misc/android: enable many more tests on GOOS=androidElias Naur