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
/
plugin_dlopen.go
Age
Commit message (
Expand
)
Author
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-18
all: add missing periods in comments
cui fliter
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-09-03
plugin: add freebsd/amd64 plugin support
Ayan George
2019-03-18
cmd/compile: reorganize init functions
Keith Randall
2018-08-22
plugin: remove unused func
Diego Siqueira
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-04-26
plugin: resolve plugin import path issue
Todd Neal
2017-04-12
plugin: resolve random crash when calling exported functions
Todd Neal
2016-11-15
cmd/link, runtime, plugin: versioning
David Crawshaw
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-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