aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/testplugin/test.bash
AgeCommit message (Expand)Author
2018-03-29[release-branch.go1.10] runtime: identify special functions by flag instead o...Keith Randall
2017-12-06misc/cgo/testplugin: unskip testRuss Cox
2017-11-03cmd/go: cache successful test resultsRuss Cox
2017-10-26cmd/link, plugin: always encode pathDavid Crawshaw
2017-10-21misc/cgo/testplugin: speed up testsDavid Crawshaw
2017-10-13cmd/link, runtime: put hasmain bit in moduledataDavid Crawshaw
2017-10-05cmd/link: type symbol name mangling for pluginsDavid Crawshaw
2017-10-04cmd/link: support -X values for main.* in pluginsDavid Crawshaw
2017-09-29misc/cgo/testplugin: add test for issue 18584David Crawshaw
2017-09-10misc/cgo/testplugin: pass GO_GCFLAGSDavid Crawshaw
2017-09-10cmd/go, cmd/link, cmd/dist: re-enable plugin mode on darwin/amd64Hiroshi Ioka
2017-09-09runtime, plugin: error not throw on duplicate openDavid Crawshaw
2017-09-09cmd/go: add source file contents to plugin hashDavid Crawshaw
2017-04-26plugin: resolve plugin import path issueTodd Neal
2017-01-17runtime: for plugins, don't add duplicate itabsKeith Randall
2017-01-13misc/cgo/testplugin: test that types and itabs are uniqueKeith Randall
2016-11-15cmd/go: use build ID as plugin symbol prefixDavid Crawshaw
2016-11-15cmd/link, runtime, plugin: versioningDavid Crawshaw
2016-11-01cmd/link: support plugins with no exported symbolsDavid Crawshaw
2016-10-31cmd/link, plugin: use full plugin path for symbolsDavid Crawshaw
2016-09-16misc/cgo/testplugin: add test of -buildmode=pluginDavid Crawshaw