aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cgo
AgeCommit message (Expand)Author
2024-04-23cmd/cgo/internal/test: don't skip some tests on muslIan Lance Taylor
2024-04-15cmd/cgo: create -objdir if not existMichael Podtserkovskii
2024-03-31cmd/cgo: update outdated docs about cgocheck2Kévin Dunglas
2024-03-29cmd/cgo: close the file opened in the dynimport functionguoguangwu
2024-02-20cmd/cgo/internal/test: disable issue8694 and issue9510 on ppc64x with interna...Paul E. Murphy
2024-02-09cmd/cgo/internal/testsanitizers: disable location checking for clangMichael Anthony Knyszek
2024-01-23cmd/cgo/internal/test: skip TestCallbackCallersSEH when internal linkingqmuntal
2023-12-18Revert "cmd/cgo/internal/testsanitizers: fix msan test failing with clang >= 16"Than McIntosh
2023-12-18cmd/cgo/internal/testsanitizers: fix msan test failing with clang >= 16Mauri de Souza Meneguzzo
2023-12-15all: fix copyright headersJes Cok
2023-12-12cmd/cgo/internal/testsanitizers: check for go build and cgo in fuzzer and msa...Mauri de Souza Meneguzzo
2023-11-29cmd/cgo/internal/test: only test specific frames in testCallbackCallersSEHqmuntal
2023-11-27Revert "testing: simplify concurrency and cleanup logic"Lasse Folger
2023-11-21testing: simplify concurrency and cleanup logicBryan C. Mills
2023-11-17all: add missing copyright headerJes Cok
2023-11-09cmd/internal/link: merge .pdata and .xdata sections from host object filesqmuntal
2023-11-02cmd/cgo: disable #cgo noescape/nocallback until Go 1.23Russ Cox
2023-10-18cmd/cgo/internal/testfortran: relax test outputCuong Manh Le
2023-10-12runtime/cgo: avoid taking the address of crosscall2 in codeCherry Mui
2023-10-11cmd/compile: use absolute file name in isCgo checkIan Lance Taylor
2023-09-22cmd/cgo/internal/test: test PPC64 ELFv2 call/plt stub generationPaul E. Murphy
2023-09-20cmd/link, runtime: initialize packages in shared build modeCherry Mui
2023-09-18cmd/cgo: silence unaligned-accessEgon Elbre
2023-09-14cmd/cgo/internal/testcshared: remove an arbitrary timeout in TestSignalHandle...Bryan C. Mills
2023-09-08Revert "cmd/cgo: silence unaligned-access"Than McIntosh
2023-09-08cmd/cgo: silence unaligned-accessEgon Elbre
2023-09-07cmd/link: avoid deadcode of global map vars for programs using pluginsThan McIntosh
2023-09-05all: use ^$ instead of XXXX, NoSuchTestExists to match no testsDmitri Shuralyov
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-08-30cmd/cgo: only write _cgo_flags for gccgoIan Lance Taylor
2023-08-29runtime, cmd/go: enable address sanitizer on linux/loong64Xiaolin Zhao
2023-08-28cmd/cgo/internal/test: benchmark for #cgo noescape directivedoujiang24
2023-08-26cmd/compile: un-hide closure func in init functionCuong Manh Le
2023-08-25cmd/cgo: add #cgo noescape/nocallback annotationsdoujiang24
2023-08-18cmd/link: don't mangle string symbol namesCherry Mui
2023-08-14cmd: fix mismatched symbolscui fliter
2023-08-08cmd/cgo/internal/testplugin: simplify TestForkExec and log stderr outputBryan C. Mills
2023-08-04cmd/go: default to PIE linking on darwin/amd64Cherry Mui
2023-08-03cmd/cgo/internal/testerrors: unskip TestPointerChecks on Windowsqmuntal
2023-07-28syscall, cmd/cgo: skip tests that shouldn't run under 'unshare -n -r'Dmitri Shuralyov
2023-07-27cmd/cgo/internal/test: don't pass -lm on darwinCherry Mui
2023-07-21cmd/cgo/internal/testshared: skip in short mode and not on buildersCherry Mui
2023-07-18all: fix typosJes Cok
2023-06-16cmd/cgo/internal/testshared: disable gccgo tests on PPC64Paul E. Murphy
2023-06-16cmd/cgo/internal/testshared: strip newline from gccgo -dumpversionPaul E. Murphy
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-06-09cmd/link: mangle certain instantiated function name in plugin modeCherry Mui
2023-06-09all: fix function names in commentscui fliter
2023-06-07cmd/cgo: error out if the source path used in line directives would contain a...Bryan C. Mills
2023-06-06cmd/go,cmd/cgo: in _cgo_flags use one line per flagIan Lance Taylor