aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/testplugin
AgeCommit message (Expand)Author
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-03-15all: run gofmtPrajwal Koirala
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-25misc: remove use of relative directories in overlayDir functionsBryan C. Mills
2019-11-20misc/cgo/testplugin: avoid writing to GOROOTBryan C. Mills
2019-11-11misc: ensure that test overlay directories are writableBryan 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-22misc/cgo: gofmt testdata filesTobias Klauser
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
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
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-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-09-01cmd/go: pass plugin package name to compile -pDavid Crawshaw
2017-04-26plugin: resolve plugin import path issueTodd Neal
2017-04-12plugin: properly handle recursively defined typesTodd 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