aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cgo
AgeCommit message (Expand)Author
2022-06-22cmd/go, cmd/link: support failure to create _cgo_import.goIan Lance Taylor
2022-06-22cmd/cgo: dont override declared struct typekkHAIKE
2022-06-13cmd/cgo: remove -fsanitize=hwaddress hardware tagsIan Lance Taylor
2022-06-09cmd/cgo: recognize clang 14 DWARF type namesgo1.19beta1Dmitri Goutnik
2022-05-20cmd/cgo: allow DW_TAG_variable's with no nameAlex Brachet
2022-05-17all: fix spellingJohn Bampton
2022-05-08cmd/cgo: add line info for return statementsPatrick Pokatilo
2022-05-02all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into masterRuss Cox
2022-05-02all: use os/exec instead of internal/execabsRuss Cox
2022-05-02cmd/cgo: configure cgo tool for loong64Xiaodong Liu
2022-04-29[dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256Russ Cox
2022-04-11all: gofmt main repoRuss Cox
2022-04-08cmd/go: cgo export header to be compatible with MSVC complex typesqmuntal
2022-04-03cmd/cgo: retain original file paths in godefs generated commentTobias Klauser
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-31cmd/cgo: use size_t instead of __SIZE_TYPE__qmuntal
2022-03-31cmd/go: add comments to C.* special functionsqmuntal
2021-10-27cmd: move internal/str back to cmd/goRuss Cox
2021-10-08cmd/cgo: use "!compiler_bootstrap" tag instead of "go1.18"Matthew Dempsky
2021-10-07cmd/cgo: update to handle ast.IndexListExprMatthew Dempsky
2021-09-22cmd/cgo: add go:notinheap annotation to Windows handle typesElias Naur
2021-09-16cmd/cgo: for godefs, don't let field prefix removal cause duplicatesIan Lance Taylor
2021-09-16cmd/cgo: add missing tab in exports for a result of voidLeonard Wang
2021-09-09cmd/cgo, runtime/cgo: avoid GCC/clang conversion warningsIan Lance Taylor
2021-08-16cmd/cgo: fix unused parameter warnings in generated _cgo_main.cHans
2021-08-16cmd: support space and quotes in CC and CXXJay Conrod
2021-06-28cmd/cgo: fix 'see gmp.go' to 'see doc.go'Koichi Shiraishi
2021-06-01cmd/link, cmd/cgo: support -flto in CFLAGSIan Lance Taylor
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-13cmd/cgo: document generated cgo directivesAustin Clements
2021-04-12cmd/cgo: throw if C.malloc returns NULL in C.CString or C.CBytesTobias Klauser
2021-04-12cmd/cgo: use tabs to indent _cgoPREFIX_Cfunc__CMalloc function bodyTobias Klauser
2021-04-06runtime/cgo: add Handle for managing (c)go pointersChangkun Ou
2021-04-05cmd/cgo: pass end position info for C function arguments.wolf1996
2021-03-17cmd/cgo: check whether C compiler existsAndrey Bokhanko
2021-02-24cmd/go, cmd/cgo: pass -mfp32 and -mhard/soft-float to MIPS GCCYunQiang Su
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2021-01-21cmd/cgo: report exec errors a bit more clearlyRuss Cox
2021-01-14cmd/dist, cmd/go: pass -arch for C compilation on DarwinCherry Zhang
2021-01-14cmd/cgo: remove unnecessary space in cgo export headerQuim Muntal
2020-11-20cmd/cgo, cmd/internal/pkgpath: support gofrontend mangler v3Ian Lance Taylor
2020-11-13cmd/cgo: fix initialization of empty argument typesAustin Clements
2020-11-12cmd/go, cmd/cgo: don't let bogus symbol set cgo_ldflagIan Lance Taylor
2020-10-31cmd/cgo: add -trimpath flag allowing paths to be rewritten in outputsMichael Matloob
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-22cmd/cgo: avoid exporting all symbols on windows buildmode=c-sharedQuim Muntal
2020-10-08cmd/cgo: add more architectures to size mapsIan Lance Taylor
2020-10-05cmd/cgo: split gofrontend mangling checks into cmd/internal/pkgpathIan Lance Taylor
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-16cmd/cgo: use go:notinheap for anonymous structsKeith Randall