aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/testplugin/src
AgeCommit message (Expand)Author
2019-02-24misc/cgo/testplugin: convert test.bash to Go and fix in module modeBryan C. Mills
2018-09-05misc/cgo/testplugin: disable DWARF tests on darwinAlessandro Arzilli
2018-09-04cmd/link: move dwarf part of DWARF generation before type name manglingAlessandro Arzilli
2018-06-11runtime: restore r2 when restoring state from gobuf in gogo on ppc64xLynn Boger
2018-03-15runtime: identify special functions by flag instead of addressKeith Randall
2017-10-26cmd/link, plugin: always encode pathDavid 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-09runtime, plugin: error not throw on duplicate openDavid Crawshaw
2017-09-01cmd/go: pass plugin package name to compile -pDavid 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-12-14cmd/link: do not export plugin C symbolsDavid Crawshaw
2016-12-10cmd/link: limit darwin dynlink symbol exportsDavid Crawshaw
2016-11-16cmd/link: handle R_GOTPCREL separately on darwinDavid Crawshaw
2016-11-15cmd/go: use build ID as plugin symbol prefixDavid Crawshaw
2016-11-15cmd/link, runtime, plugin: versioningDavid Crawshaw
2016-11-03cmd/compile: write type symbols referenced in ptabsDavid 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