index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugin
Age
Commit message (
Expand
)
Author
2024-08-09
plugin: include a warning about race detector compatability in docs
Ezra Newman
2023-11-06
plugin: add available godoc link
cui fliter
2023-04-18
plugin: fix duplicated word in comment
Oleksandr Redko
2023-04-14
cmd/link: establish dependable package initialization order
Keith Randall
2023-03-09
Revert "cmd/link: establish dependable package initialization order"
Keith Randall
2023-03-03
cmd/link: establish dependable package initialization order
Keith Randall
2022-11-23
plugin: add warning
Alan Donovan
2022-11-18
all: add missing periods in comments
cui fliter
2022-08-10
plugin: enable plugin test on linux/arm64
eric fang
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-09-03
plugin: add freebsd/amd64 plugin support
Ayan George
2019-03-18
cmd/compile: reorganize init functions
Keith Randall
2018-11-28
plugin: fix build constraint to disable test on linux/arm64
Tobias Klauser
2018-11-28
plugin: skip building tests on linux/arm64
Alex Brainman
2018-11-27
cmd/link: do not use _GLOBAL_OFFSET_TABLE_ on windows/386
Alex Brainman
2018-08-22
plugin: remove unused func
Diego Siqueira
2018-05-08
plugin: make stub lookup signature match dlopen version
Zhou Peng
2017-12-12
plugin: document support for macOS
David Crawshaw
2017-10-26
cmd/link, plugin: always encode path
David Crawshaw
2017-09-09
runtime, plugin: error not throw on duplicate open
David Crawshaw
2017-08-17
{net,os/user,plugin}: eliminate unnecessary C round-trips
Bryan C. Mills
2017-07-28
plugin: mention that there are known bugs with plugins
Ian Lance Taylor
2017-04-26
plugin: resolve plugin import path issue
Todd Neal
2017-04-12
plugin: resolve random crash when calling exported functions
Todd Neal
2017-02-09
plugin: remove unnecessary import "C" from example
Francesc Campoy
2016-12-15
cmd/go, plugin: disable plugins on darwin
David Crawshaw
2016-11-15
cmd/link, runtime, plugin: versioning
David Crawshaw
2016-11-05
plugin: fix doc example fmt usage
Leon Klingele
2016-11-01
plugin: do not leak cRelName on error path
David Crawshaw
2016-10-31
cmd/link, plugin: use full plugin path for symbols
David Crawshaw
2016-10-19
plugin: mention OS X support and concurrency
David Crawshaw
2016-09-23
plugin: darwin support
David Crawshaw
2016-09-17
plugin: cast dlerror return value for android
David Crawshaw
2016-09-16
plugin: new package for loading plugins
David Crawshaw