summaryrefslogtreecommitdiff
path: root/src/plugin
Commit message (Expand)AuthorAgeFilesLines
* plugin: fix duplicated word in commentOleksandr Redko2023-04-181-1/+1
* cmd/link: establish dependable package initialization orderKeith Randall2023-04-141-11/+9
* Revert "cmd/link: establish dependable package initialization order"Keith Randall2023-03-091-9/+11
* cmd/link: establish dependable package initialization orderKeith Randall2023-03-031-11/+9
* plugin: add warningAlan Donovan2022-11-231-2/+50
* all: add missing periods in commentscui fliter2022-11-181-2/+2
* plugin: enable plugin test on linux/arm64eric fang2022-08-101-2/+0
* all: separate doc comment from //go: directivesRuss Cox2022-04-051-0/+1
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-132-4/+4
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-283-3/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-203-0/+3
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+0
* plugin: add freebsd/amd64 plugin supportAyan George2019-09-033-3/+3
* cmd/compile: reorganize init functionsKeith Randall2019-03-181-7/+9
* plugin: fix build constraint to disable test on linux/arm64Tobias Klauser2018-11-281-1/+2
* plugin: skip building tests on linux/arm64Alex Brainman2018-11-281-1/+1
* cmd/link: do not use _GLOBAL_OFFSET_TABLE_ on windows/386Alex Brainman2018-11-271-0/+17
* plugin: remove unused funcDiego Siqueira2018-08-221-10/+0
* plugin: make stub lookup signature match dlopen versionZhou Peng2018-05-081-1/+1
* plugin: document support for macOSDavid Crawshaw2017-12-121-2/+2
* cmd/link, plugin: always encode pathDavid Crawshaw2017-10-261-32/+1
* runtime, plugin: error not throw on duplicate openDavid Crawshaw2017-09-092-10/+17
* {net,os/user,plugin}: eliminate unnecessary C round-tripsBryan C. Mills2017-08-171-14/+19
* plugin: mention that there are known bugs with pluginsIan Lance Taylor2017-07-281-2/+3
* plugin: resolve plugin import path issueTodd Neal2017-04-261-1/+42
* plugin: resolve random crash when calling exported functionsTodd Neal2017-04-121-3/+6
* plugin: remove unnecessary import "C" from exampleFrancesc Campoy2017-02-091-3/+0
* cmd/go, plugin: disable plugins on darwinDavid Crawshaw2016-12-151-1/+1
* cmd/link, runtime, plugin: versioningDavid Crawshaw2016-11-151-2/+6
* plugin: fix doc example fmt usageLeon Klingele2016-11-051-1/+1
* plugin: do not leak cRelName on error pathDavid Crawshaw2016-11-011-1/+1
* cmd/link, plugin: use full plugin path for symbolsDavid Crawshaw2016-10-312-15/+15
* plugin: mention OS X support and concurrencyDavid Crawshaw2016-10-191-1/+4
* plugin: darwin supportDavid Crawshaw2016-09-232-5/+14
* plugin: cast dlerror return value for androidDavid Crawshaw2016-09-171-2/+2
* plugin: new package for loading pluginsDavid Crawshaw2016-09-163-0/+212