aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cgo
AgeCommit message (Expand)Author
2024-05-30cmd/cgo/internal/swig: force use of lld for LTO tests on the buildersMichael Anthony Knyszek
2024-05-30cmd/cgo/internal/testsanitizers: skip some libfuzzer tests in short modeMichael Anthony Knyszek
2024-05-30cmd/cgo/internal/swig,cmd/go: reenable swig tests on 386Michael Anthony Knyszek
2024-05-29cmd/cgo/internal/swig,cmd/go: skip swig tests on 386Michael Anthony Knyszek
2024-05-20cmd/cgo: don't force rewritten code onto a single lineIan Lance Taylor
2024-05-20cmd/link: add runtime.text.N symbols to macho symbol table in dynlink modeCherry Mui
2024-05-14cmd: add telemetry for commands in cmdMichael Matloob
2024-05-13cmd/cgo, cmd/go: add cgo -ldflags option, use it in cmd/goIan Lance Taylor
2024-05-06cmd/cgo/internal/testsanitizers: add test case for #66427Cherry Mui
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