aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/testplugin/plugin_test.go
AgeCommit message (Expand)Author
2022-04-04[release-branch.go1.17] cmd/link: mark unexported methods for pluginsCherry Mui
2022-02-07[release-branch.go1.17] cmd/link: force eager binding when using plugins on d...Cherry Mui
2021-12-06[release-branch.go1.17] misc/cgo/testplugin: skip TestIssue25756pie on darwin...Heschi Kreinick
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