aboutsummaryrefslogtreecommitdiff
path: root/src/plugin
AgeCommit message (Expand)Author
2023-11-06plugin: add available godoc linkcui fliter
2023-04-18plugin: fix duplicated word in commentOleksandr Redko
2023-04-14cmd/link: establish dependable package initialization orderKeith Randall
2023-03-09Revert "cmd/link: establish dependable package initialization order"Keith Randall
2023-03-03cmd/link: establish dependable package initialization orderKeith Randall
2022-11-23plugin: add warningAlan Donovan
2022-11-18all: add missing periods in commentscui fliter
2022-08-10plugin: enable plugin test on linux/arm64eric fang
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-03plugin: add freebsd/amd64 plugin supportAyan George
2019-03-18cmd/compile: reorganize init functionsKeith Randall
2018-11-28plugin: fix build constraint to disable test on linux/arm64Tobias Klauser
2018-11-28plugin: skip building tests on linux/arm64Alex Brainman
2018-11-27cmd/link: do not use _GLOBAL_OFFSET_TABLE_ on windows/386Alex Brainman
2018-08-22plugin: remove unused funcDiego Siqueira
2018-05-08plugin: make stub lookup signature match dlopen versionZhou Peng
2017-12-12plugin: document support for macOSDavid Crawshaw
2017-10-26cmd/link, plugin: always encode pathDavid Crawshaw
2017-09-09runtime, plugin: error not throw on duplicate openDavid Crawshaw
2017-08-17{net,os/user,plugin}: eliminate unnecessary C round-tripsBryan C. Mills
2017-07-28plugin: mention that there are known bugs with pluginsIan Lance Taylor
2017-04-26plugin: resolve plugin import path issueTodd Neal
2017-04-12plugin: resolve random crash when calling exported functionsTodd Neal
2017-02-09plugin: remove unnecessary import "C" from exampleFrancesc Campoy
2016-12-15cmd/go, plugin: disable plugins on darwinDavid Crawshaw
2016-11-15cmd/link, runtime, plugin: versioningDavid Crawshaw
2016-11-05plugin: fix doc example fmt usageLeon Klingele
2016-11-01plugin: do not leak cRelName on error pathDavid Crawshaw
2016-10-31cmd/link, plugin: use full plugin path for symbolsDavid Crawshaw
2016-10-19plugin: mention OS X support and concurrencyDavid Crawshaw
2016-09-23plugin: darwin supportDavid Crawshaw
2016-09-17plugin: cast dlerror return value for androidDavid Crawshaw
2016-09-16plugin: new package for loading pluginsDavid Crawshaw