aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cgo
AgeCommit message (Expand)Author
2025-02-28cmd/cgo: update generated headers for compatibility with latest MSVC C++ stan...KangJi
2025-02-25all: use testenv.GoToolPath instead of hardcoding goqmuntal
2025-02-24all: use testenv.Executable instead of os.Executable and os.Args[0]qmuntal
2025-02-18cmd/cgo: explicitly use void for functions with no parametersMauri de Souza Meneguzzo
2025-02-13cmd: use cmd/internal/hash.New32 and Sum32 onlyRuss Cox
2025-02-06cmd/cgo: use strings.Builder to build long stringsIan Lance Taylor
2025-02-03cmd/cgo: declare _GoString{Len,Ptr} in _cgo_export.hIan Lance Taylor
2025-02-03cmd/cgo: add C declaration parameter unused attributeIan Lance Taylor
2024-12-11cmd/cgo: use full prototype for main in C codeIan Lance Taylor
2024-11-21cmd/cgo/internal/testsanitizers: use t.TempDirIan Lance Taylor
2024-11-21cmd/cgo/internal/testsanitizers: don't create fuzz corpusIan Lance Taylor
2024-11-20cmd/cgo: improve error message for unknown nameIan Lance Taylor
2024-11-20cmd/cgo/internal/testsanitizers: fix TSAN tests using setarchqmuntal
2024-11-19cmd/compile: strongly favor closure inliningDavid Chase
2024-11-01cmd/cgo/internal/testsanitizers: disable ASLR for TSAN testsMichael Anthony Knyszek
2024-10-30runtime: update and restore g0 stack bounds at cgocallbackCherry Mui
2024-10-28all: skip and fix various tests with -asan and -msanMichael Anthony Knyszek
2024-10-25cmd/link: for asan align coverage counter section to 8 bytesIan Lance Taylor
2024-10-24runtime: support cgo index into pointer-to-arrayIan Lance Taylor
2024-10-14cmd/cgo/internal/testsanitizers: correct comment in tsan testzhangjian
2024-10-14cmd/cgo,cmd/go: preallocate slices if they have known fixed capacitiesapocelipes
2024-10-04cmd/cgo: avoid endless recursion on recursive typeIan Lance Taylor
2024-10-01cmd/cgo: add srcdir & trimpath docs, sort optionsIan Lance Taylor
2024-10-01cmd/cgo: document errno value semanticsBrian Palmer
2024-10-01all: use slices.DeleteTobias Klauser
2024-09-26cmd/cgo: add missing args for fatalfJes Cok
2024-09-18cmd/cgo: use strings.CutPrefixTobias Klauser
2024-09-13cmd: make use of maps.{Copy, Clone}Jes Cok
2024-09-11cmd/cgo: use slices.ContainsFuncTobias Klauser
2024-09-05cmd/cgo: use slices.IndexTobias Klauser
2024-09-04cmd: use 16 bytes hash when possibleCuong Manh Le
2024-09-04cmd: do not use notsha256Cuong Manh Le
2024-09-04all: fix printf(var) mistakes detected by latest printf checkerAlan Donovan
2024-09-03cmd/cgo: parallelize loadDefines callsMichael Podtserkovskii
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-08-12cmd/cgo: clarify that strings and slices may contain C pointersIan Lance Taylor
2024-07-31cmd/cgo: document workaround for C struct_stat functionIan Lance Taylor
2024-07-30cmd/cgo/internal/testsanitizers: avoid clang error in msan8.goIan Lance Taylor
2024-07-29cmd,log,net,runtime: simplify string prefix and suffix processingapocelipes
2024-07-23cmd/cgo: error on multiple incompatible function declarationsKeith Randall
2024-07-17cmd/cgo/internal/testcarchive: remove 1-minute timeoutCherry Mui
2024-07-03cmd/cgo: read CGO_LDFLAGS environment variableIan Lance Taylor
2024-06-22cmd/link: handle dynamic import variables on Darwin in plugin modeCherry Mui
2024-06-21cmd/internal: separate counter package from telemetry packageMichael Matloob
2024-06-21cmd/cgo: fail on v, err := C.fn when fn is a builtin functionIan Lance Taylor
2024-06-13cmd/go: call telemetry.MaybeChild at start of go commandMichael Matloob
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