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-05-12
misc/cgo: move registerCgoTests tests to cmd/cgo/internal
Austin Clements
2023-05-12
misc/cgo/test: add cgo build constraints
Austin Clements
2023-05-12
misc/cgo/test: fix vet error
Austin Clements
2023-05-12
misc/cgo: move easy tests to cmd/cgo/internal
Austin Clements
2023-05-05
Revert "runtime/cgo: store M for C-created thread in pthread key"
Chressie Himpel
2023-04-28
cmd/link: write buildid to plugin
Cherry Mui
2023-04-26
runtime/cgo: store M for C-created thread in pthread key
Michael Pratt
2023-04-18
cmd/go: add check for unknown godebug setting
Russ Cox
2023-04-17
Revert "runtime/cgo: store M for C-created thread in pthread key"
Michael Pratt
2023-04-12
cmd/internal/sys, cmd/dist, misc/cgo/testcshared: enable c-shared feature and...
limeidan
2023-04-10
misc/cgo: remove +build lines, add go:build where needed
Ian Lance Taylor
2023-04-10
misc/cgo: gofmt
Ian Lance Taylor
2023-04-03
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-03-31
Revert "runtime/cgo: store M for C-created thread in pthread key"
Cherry Mui
2023-03-31
Revert "runtime: get a better g0 stack bound in needm"
Cherry Mui
2023-03-30
runtime: get a better g0 stack bound in needm
Cherry Mui
2023-03-24
runtime/cgo: store M for C-created thread in pthread key
doujiang24
2023-03-22
cmd/compile: re-compile instantiated generic methods in linkshared mode
Cuong Manh Le
2023-03-08
runtime/cgo: add tsan sync for traceback function
Ian Lance Taylor
2023-02-28
misc/cgo/{life,stdio}: remove reliance on test/run.go
Dmitri Shuralyov
2023-02-16
runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
Keith Randall
2023-02-01
cmd/dist,internal/platform: reenable the c-archive build mode on ios
Bryan C. Mills
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
[next]