summaryrefslogtreecommitdiff
path: root/src/runtime/plugin.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-3/+3
* runtime: streamline moduledata.textAddrJosh Bleecher Snyder2021-10-061-1/+1
* cmd/link,runtime: remove functab relocationsJosh Bleecher Snyder2021-10-051-1/+1
* runtime: convert _func.entry to a methodJosh Bleecher Snyder2021-09-271-1/+1
* runtime, cgo/test: improve debugging outputDavid Chase2021-04-131-1/+2
* runtime, plugin: error not throw on duplicate openDavid Crawshaw2017-09-091-8/+16
* cmd/compile: set itab function pointers at compile timeKeith Randall2017-08-151-1/+1
* runtime: new itab lookup tableKeith Randall2017-08-151-5/+3
* runtime: avoid repeated findmoduledatap callsAustin Clements2017-03-061-2/+2
* cmd/compile: optimize non-empty-interface type conversionsKeith Randall2017-02-131-1/+1
* runtime: for plugins, don't add duplicate itabsKeith Randall2017-01-171-1/+3
* cmd/link: do not export plugin C symbolsDavid Crawshaw2016-12-141-0/+32
* cmd/link, runtime, plugin: versioningDavid Crawshaw2016-11-151-2/+7
* runtime: access modules via a sliceDavid Crawshaw2016-11-011-3/+2
* cmd/link, plugin: use full plugin path for symbolsDavid Crawshaw2016-10-311-17/+24
* runtime: check plugin-loaded moduledata addressesDavid Crawshaw2016-09-231-0/+21
* plugin: new package for loading pluginsDavid Crawshaw2016-09-161-0/+51
* cmd/link: -buildmode=plugin support for linuxDavid Crawshaw2016-09-161-0/+13