aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/plugin.go
AgeCommit message (Expand)Author
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-06runtime: streamline moduledata.textAddrJosh Bleecher Snyder
2021-10-05cmd/link,runtime: remove functab relocationsJosh Bleecher Snyder
2021-09-27runtime: convert _func.entry to a methodJosh Bleecher Snyder
2021-04-13runtime, cgo/test: improve debugging outputDavid Chase
2017-09-09runtime, plugin: error not throw on duplicate openDavid Crawshaw
2017-08-15cmd/compile: set itab function pointers at compile timeKeith Randall
2017-08-15runtime: new itab lookup tableKeith Randall
2017-03-06runtime: avoid repeated findmoduledatap callsAustin Clements
2017-02-13cmd/compile: optimize non-empty-interface type conversionsKeith Randall
2017-01-17runtime: for plugins, don't add duplicate itabsKeith Randall
2016-12-14cmd/link: do not export plugin C symbolsDavid Crawshaw
2016-11-15cmd/link, runtime, plugin: versioningDavid Crawshaw
2016-11-01runtime: access modules via a sliceDavid Crawshaw
2016-10-31cmd/link, plugin: use full plugin path for symbolsDavid Crawshaw
2016-09-23runtime: check plugin-loaded moduledata addressesDavid Crawshaw
2016-09-16plugin: new package for loading pluginsDavid Crawshaw
2016-09-16cmd/link: -buildmode=plugin support for linuxDavid Crawshaw