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
/
cmd
/
cgo
/
internal
/
testplugin
Age
Commit message (
Expand
)
Author
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-09-15
all: replace os.Getenv("GO_BUILDER_NAME") with testenv.Builder in tests
Michael Anthony Knyszek
2025-08-25
runtime: skip doInit of plugins in runtime.main
Wang Deyu
2025-04-16
all: use strings.ReplaceAll where applicable
Marcel Meyer
2025-03-20
all: use exec.Command.String in test logs
qmuntal
2024-06-22
cmd/link: handle dynamic import variables on Darwin in plugin mode
Cherry Mui
2024-05-20
cmd/link: add runtime.text.N symbols to macho symbol table in dynlink mode
Cherry Mui
2023-09-07
cmd/link: avoid deadcode of global map vars for programs using plugins
Than McIntosh
2023-08-18
cmd/link: don't mangle string symbol names
Cherry Mui
2023-08-08
cmd/cgo/internal/testplugin: simplify TestForkExec and log stderr output
Bryan C. Mills
2023-06-09
cmd/link: mangle certain instantiated function name in plugin mode
Cherry Mui
2023-05-22
cmd/cgo/internal: skip in tests, not in TestMain
Austin Clements
2023-05-22
cmd/cgo: merge overlayDir into one package
Austin Clements
2023-05-19
cmd/dist: refine test conditions and enable more cgo tests on Android, iOS
Austin Clements
2023-05-12
misc/cgo: move easy tests to cmd/cgo/internal
Austin Clements