aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cgo/internal
AgeCommit message (Expand)Author
2024-10-04cmd/cgo: avoid endless recursion on recursive typeIan Lance Taylor
2024-10-01all: use slices.DeleteTobias Klauser
2024-09-04all: fix printf(var) mistakes detected by latest printf checkerAlan Donovan
2024-08-30cmd/cgo: correct padding required by alignmentIan Lance Taylor
2024-08-20src: fix typosAlexander Cyon
2024-08-16cmd/cgo: enable #cgo noescape/nocallbackdoujiang24
2024-07-30cmd/cgo/internal/testsanitizers: avoid clang error in msan8.goIan Lance Taylor
2024-07-23cmd/cgo: error on multiple incompatible function declarationsKeith Randall
2024-07-17cmd/cgo/internal/testcarchive: remove 1-minute timeoutCherry Mui
2024-06-22cmd/link: handle dynamic import variables on Darwin in plugin modeCherry Mui
2024-06-21cmd/cgo: fail on v, err := C.fn when fn is a builtin functionIan Lance Taylor
2024-06-07cmd/link: don't include deadcoded function symbols in shared build modeCherry Mui
2024-05-31cmd/cgo/internal/testsanitizers: make the libfuzzer tests all shortMichael Anthony Knyszek
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-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-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-14cmd/cgo/internal/testcshared: remove an arbitrary timeout in TestSignalHandle...Bryan C. Mills
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-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-08cmd/cgo/internal/testplugin: simplify TestForkExec and log stderr outputBryan C. Mills
2023-08-04cmd/go: default to PIE linking on darwin/amd64Cherry Mui