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
/
testshared
Age
Commit message (
Expand
)
Author
2025-09-15
all: replace os.Getenv("GO_BUILDER_NAME") with testenv.Builder in tests
Michael Anthony Knyszek
2025-03-20
all: use exec.Command.String in test logs
qmuntal
2025-03-20
cmd/cgo/internal/testshared: log stdout when go command fails
qmuntal
2024-06-07
cmd/link: don't include deadcoded function symbols in shared build mode
Cherry Mui
2023-09-20
cmd/link, runtime: initialize packages in shared build mode
Cherry Mui
2023-08-26
cmd/compile: un-hide closure func in init function
Cuong Manh Le
2023-07-21
cmd/cgo/internal/testshared: skip in short mode and not on builders
Cherry Mui
2023-06-16
cmd/cgo/internal/testshared: disable gccgo tests on PPC64
Paul E. Murphy
2023-06-16
cmd/cgo/internal/testshared: strip newline from gccgo -dumpversion
Paul E. Murphy
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