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
Age
Commit message (
Expand
)
Author
2023-01-20
all: fix typos in go file comments
Marcel Meyer
2023-01-20
misc/cgo/testsanitizers: use fmt.Printf instead fmt.Println
Alice
2022-12-28
misc/cgo/testsanitizers: run libfuzzer tests in temp directory
Cherry Mui
2022-12-27
misc/cgo/testsanitizers: add libfuzzer tests
Cherry Mui
2022-12-22
misc/cgo/testshared: test build std in shared mode
Cherry Mui
2022-11-30
cmd/cgo: walk {FuncType,TypeSpec}.TypeParams fields
Matthew Dempsky
2022-11-22
misc/cgo/testcshared: reapply CL 451816
Bryan C. Mills
2022-11-21
cmd/go: do not install .a files for packages in std
Bryan C. Mills
2022-11-19
misc/cgo/testcshared: handle unsuffixed dlltool path
Than McIntosh
2022-11-07
misc/cgo/test: skip Test9400 on Alpine
Austin Clements
2022-11-04
misc/cgo/test: simplify for module mode
Austin Clements
2022-10-28
cmd/go: don't install most GOROOT .a files in pkg
Michael Matloob
2022-10-17
misc/cgo/fortran: convert to Go test
Austin Clements
2022-10-17
misc/cgo/testsigfwd: move to runtime/testprog/testprogcgo
Austin Clements
2022-10-17
misc/cgo/testsigfwd: delete unused code
Austin Clements
2022-10-14
misc/cgo/testasan: drop test
Austin Clements
2022-10-14
cmd/dist, misc/cgo/testsanitizers: enable msan tests on freebsd/amd64
Dmitri Goutnik
2022-10-13
cmd/link: don't reset variable size when handling -X flag
Cherry Mui
2022-10-12
misc/cgo/test: add asan and msan arena tests
Michael Anthony Knyszek
2022-09-19
misc/cgo: replace ioutil.ReadFile with os.ReadFile
hopehook
2022-09-19
misc/cgo: replace os.SEEK_SET with io.SeekStart
hopehook
2022-08-26
runtime: add address sanitizer support for ppc64le
Archana R
2022-08-25
misc/cgo/testsanitizers: determine compiler version for tsan tests on ppc64le
Lynn Boger
2022-08-22
misc/cgo/test: disable setgid tests with musl
Michael Pratt
2022-08-19
misc/cgo/testcarchive: permit SIGQUIT for TestSignalForwardingExternal
Ian Lance Taylor
2022-08-19
Revert "misc/cgo/testcarchive: permit SIGQUIT for TestSignalForwardingExternal"
Cuong Manh Le
2022-08-19
misc/cgo/testcarchive: permit SIGQUIT for TestSignalForwardingExternal
Ian Lance Taylor
2022-08-11
misc/cgo/testsanitizers: fix code to detect gcc version correctly
Archana R
2022-08-09
test: skip -buildmode=pie tests on alpine
Than McIntosh
2022-08-09
all: use ":" for compiler generated symbols
Cuong Manh Le
2022-08-02
all: disable tests that fail on Alpine
Russ Cox
2022-07-27
misc/cgo/test: use fewer threads in TestSetgidStress in long mode
Cherry Mui
2022-07-22
cmd/compile: make jump table symbol local
Cherry Mui
2022-07-13
misc/cgo/testshared: run tests only in GOPATH mode
Bryan C. Mills
2022-07-13
misc/cgo/testcshared: don't rely on an erroneous install target in tests
Bryan C. Mills
2022-07-11
misc/cgo/testcarchive: don't rely on an erroneous install target in tests
Bryan C. Mills
2022-07-06
misc/cgo/test: make TestSetgidStress cheaper
Cherry Mui
2022-06-29
cmd/internal/obj/arm64: save LR and SP in one instruction for small frames
Cherry Mui
2022-06-25
cmd/go: prepend builtin prolog when checking for preamble errors
qmuntal
2022-06-22
cmd/cgo: dont override declared struct type
kkHAIKE
2022-05-27
misc/cgo/testsanitizers: buffer the signal channel in TestTSAN/tsan11
Bryan C. Mills
2022-05-24
misc/cgo/testsanitizers: use buffered channel in tsan12.go
Cherry Mui
2022-05-23
misc/cgo/testsanitizers: terminate commands with SIGQUIT if hung
Bryan C. Mills
2022-05-20
misc, test: fix test error for loong64
Xiaodong Liu
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-05-16
runtime: add address sanitizer support for riscv64
Meng Zhuo
2022-05-05
cmd/dist: add asan tests for global objects in testsanitizers package
fanzha02
2022-05-04
cmd/compile: enable Asan check for global variables
fanzha02
[next]