aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/testplugin/plugin_test.go
AgeCommit message (Expand)Author
2022-02-07[release-branch.go1.16] cmd/link: force eager binding when using plugins on d...Cherry Mui
2021-03-25[release-branch.go1.16] cmd/compile, cmd/link: dynamically export writable st...Cherry Zhang
2021-03-01[release-branch.go1.16] cmd/link: handle types as converted to interface when...Cherry 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