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
/
misc
/
cgo
/
testplugin
/
plugin_test.go
Age
Commit message (
Expand
)
Author
2022-07-22
cmd/compile: make jump table symbol local
Cherry Mui
2022-05-19
misc/cgo/testplugin: set the package name in TestIssue19534
Bryan C. Mills
2022-05-19
misc/cgo: invoke "go" from $GOROOT/bin instead of $PATH
Bryan C. Mills
2022-05-17
test,misc: fix builders that do not support plugin
Cuong Manh Le
2022-03-16
cmd/link: mark unexported methods for plugins
Cherry Mui
2021-12-17
cmd/link: force eager binding when using plugins on darwin
Cherry Mui
2021-12-07
misc/cgo/testplugin: remove skip in TestIssue25756pie
Dmitri Shuralyov
2021-05-20
misc/cgo/testplugin: skip TestIssue25756pie on darwin/arm64 builder
Dmitri Shuralyov
2021-05-17
runtime/cgo: fix crosscall2 on ppc64x
Lynn Boger
2021-04-13
runtime, cgo/test: improve debugging output
David Chase
2021-04-05
all: update references to symbols moved from io/ioutil to io
KimMachineGun
2021-03-16
cmd/compile, cmd/link: dynamically export writable static tmps
Cherry Zhang
2021-02-26
cmd/link: handle types as converted to interface when dynlink
Cherry Zhang
2020-11-13
cmd/compile: mark plugin-exported types as used in interface
Cherry Zhang
2020-06-01
misc/cgo/testplugin: fix typo in comment
Cherry Zhang
2019-11-20
misc/cgo/testplugin: avoid writing to GOROOT
Bryan C. Mills
2019-11-11
cmd/go: remove -w workaround for -buildmode=plugin on Darwin
Than McIntosh
2019-05-16
misc/cgo: disable testcarchive, testplugin during -short test (including all....
Russ Cox
2019-03-01
misc/cgo/testplugin: let TestMain run deferred functions
Ian Lance Taylor
2019-02-26
misc/cgo: skip cgotest.TestCrossPackageTests on iOS and set PWD
Bryan C. Mills
2019-02-24
misc/cgo/testplugin: convert test.bash to Go and fix in module mode
Bryan C. Mills