aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/testplugin/plugin_test.go
AgeCommit message (Expand)Author
2022-07-22cmd/compile: make jump table symbol localCherry Mui
2022-05-19misc/cgo/testplugin: set the package name in TestIssue19534Bryan C. Mills
2022-05-19misc/cgo: invoke "go" from $GOROOT/bin instead of $PATHBryan C. Mills
2022-05-17test,misc: fix builders that do not support pluginCuong Manh Le
2022-03-16cmd/link: mark unexported methods for pluginsCherry Mui
2021-12-17cmd/link: force eager binding when using plugins on darwinCherry Mui
2021-12-07misc/cgo/testplugin: remove skip in TestIssue25756pieDmitri Shuralyov
2021-05-20misc/cgo/testplugin: skip TestIssue25756pie on darwin/arm64 builderDmitri Shuralyov
2021-05-17runtime/cgo: fix crosscall2 on ppc64xLynn Boger
2021-04-13runtime, cgo/test: improve debugging outputDavid Chase
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
2021-03-16cmd/compile, cmd/link: dynamically export writable static tmpsCherry Zhang
2021-02-26cmd/link: handle types as converted to interface when dynlinkCherry Zhang
2020-11-13cmd/compile: mark plugin-exported types as used in interfaceCherry Zhang
2020-06-01misc/cgo/testplugin: fix typo in commentCherry Zhang
2019-11-20misc/cgo/testplugin: avoid writing to GOROOTBryan C. Mills
2019-11-11cmd/go: remove -w workaround for -buildmode=plugin on DarwinThan McIntosh
2019-05-16misc/cgo: disable testcarchive, testplugin during -short test (including all....Russ Cox
2019-03-01misc/cgo/testplugin: let TestMain run deferred functionsIan Lance Taylor
2019-02-26misc/cgo: skip cgotest.TestCrossPackageTests on iOS and set PWDBryan C. Mills
2019-02-24misc/cgo/testplugin: convert test.bash to Go and fix in module modeBryan C. Mills