aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo
AgeCommit message (Expand)Author
2023-05-12misc/cgo: move registerCgoTests tests to cmd/cgo/internalAustin Clements
2023-05-12misc/cgo/test: add cgo build constraintsAustin Clements
2023-05-12misc/cgo/test: fix vet errorAustin Clements
2023-05-12misc/cgo: move easy tests to cmd/cgo/internalAustin Clements
2023-05-05Revert "runtime/cgo: store M for C-created thread in pthread key"Chressie Himpel
2023-04-28cmd/link: write buildid to pluginCherry Mui
2023-04-26runtime/cgo: store M for C-created thread in pthread keyMichael Pratt
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox
2023-04-17Revert "runtime/cgo: store M for C-created thread in pthread key"Michael Pratt
2023-04-12cmd/internal/sys, cmd/dist, misc/cgo/testcshared: enable c-shared feature and...limeidan
2023-04-10misc/cgo: remove +build lines, add go:build where neededIan Lance Taylor
2023-04-10misc/cgo: gofmtIan Lance Taylor
2023-04-03runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-03-31Revert "runtime/cgo: store M for C-created thread in pthread key"Cherry Mui
2023-03-31Revert "runtime: get a better g0 stack bound in needm"Cherry Mui
2023-03-30runtime: get a better g0 stack bound in needmCherry Mui
2023-03-24runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-03-22cmd/compile: re-compile instantiated generic methods in linkshared modeCuong Manh Le
2023-03-08runtime/cgo: add tsan sync for traceback functionIan Lance Taylor
2023-02-28misc/cgo/{life,stdio}: remove reliance on test/run.goDmitri Shuralyov
2023-02-16runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENTKeith Randall
2023-02-01cmd/dist,internal/platform: reenable the c-archive build mode on iosBryan C. Mills
2023-01-20all: fix typos in go file commentsMarcel Meyer
2023-01-20misc/cgo/testsanitizers: use fmt.Printf instead fmt.PrintlnAlice
2022-12-28misc/cgo/testsanitizers: run libfuzzer tests in temp directoryCherry Mui
2022-12-27misc/cgo/testsanitizers: add libfuzzer testsCherry Mui
2022-12-22misc/cgo/testshared: test build std in shared modeCherry Mui
2022-11-30cmd/cgo: walk {FuncType,TypeSpec}.TypeParams fieldsMatthew Dempsky
2022-11-22misc/cgo/testcshared: reapply CL 451816Bryan C. Mills
2022-11-21cmd/go: do not install .a files for packages in stdBryan C. Mills
2022-11-19misc/cgo/testcshared: handle unsuffixed dlltool pathThan McIntosh
2022-11-07misc/cgo/test: skip Test9400 on AlpineAustin Clements
2022-11-04misc/cgo/test: simplify for module modeAustin Clements
2022-10-28cmd/go: don't install most GOROOT .a files in pkgMichael Matloob
2022-10-17misc/cgo/fortran: convert to Go testAustin Clements
2022-10-17misc/cgo/testsigfwd: move to runtime/testprog/testprogcgoAustin Clements
2022-10-17misc/cgo/testsigfwd: delete unused codeAustin Clements
2022-10-14misc/cgo/testasan: drop testAustin Clements
2022-10-14cmd/dist, misc/cgo/testsanitizers: enable msan tests on freebsd/amd64Dmitri Goutnik
2022-10-13cmd/link: don't reset variable size when handling -X flagCherry Mui
2022-10-12misc/cgo/test: add asan and msan arena testsMichael Anthony Knyszek
2022-09-19misc/cgo: replace ioutil.ReadFile with os.ReadFilehopehook
2022-09-19misc/cgo: replace os.SEEK_SET with io.SeekStarthopehook
2022-08-26runtime: add address sanitizer support for ppc64leArchana R
2022-08-25misc/cgo/testsanitizers: determine compiler version for tsan tests on ppc64leLynn Boger
2022-08-22misc/cgo/test: disable setgid tests with muslMichael Pratt
2022-08-19misc/cgo/testcarchive: permit SIGQUIT for TestSignalForwardingExternalIan Lance Taylor
2022-08-19Revert "misc/cgo/testcarchive: permit SIGQUIT for TestSignalForwardingExternal"Cuong Manh Le
2022-08-19misc/cgo/testcarchive: permit SIGQUIT for TestSignalForwardingExternalIan Lance Taylor
2022-08-11misc/cgo/testsanitizers: fix code to detect gcc version correctlyArchana R