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
/
test.bash
Age
Commit message (
Expand
)
Author
2018-03-29
[release-branch.go1.10] runtime: identify special functions by flag instead o...
Keith Randall
2017-12-06
misc/cgo/testplugin: unskip test
Russ Cox
2017-11-03
cmd/go: cache successful test results
Russ Cox
2017-10-26
cmd/link, plugin: always encode path
David Crawshaw
2017-10-21
misc/cgo/testplugin: speed up tests
David Crawshaw
2017-10-13
cmd/link, runtime: put hasmain bit in moduledata
David Crawshaw
2017-10-05
cmd/link: type symbol name mangling for plugins
David Crawshaw
2017-10-04
cmd/link: support -X values for main.* in plugins
David Crawshaw
2017-09-29
misc/cgo/testplugin: add test for issue 18584
David Crawshaw
2017-09-10
misc/cgo/testplugin: pass GO_GCFLAGS
David Crawshaw
2017-09-10
cmd/go, cmd/link, cmd/dist: re-enable plugin mode on darwin/amd64
Hiroshi Ioka
2017-09-09
runtime, plugin: error not throw on duplicate open
David Crawshaw
2017-09-09
cmd/go: add source file contents to plugin hash
David Crawshaw
2017-04-26
plugin: resolve plugin import path issue
Todd Neal
2017-01-17
runtime: for plugins, don't add duplicate itabs
Keith Randall
2017-01-13
misc/cgo/testplugin: test that types and itabs are unique
Keith Randall
2016-11-15
cmd/go: use build ID as plugin symbol prefix
David Crawshaw
2016-11-15
cmd/link, runtime, plugin: versioning
David Crawshaw
2016-11-01
cmd/link: support plugins with no exported symbols
David Crawshaw
2016-10-31
cmd/link, plugin: use full plugin path for symbols
David Crawshaw
2016-09-16
misc/cgo/testplugin: add test of -buildmode=plugin
David Crawshaw