aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cgo/out.go
AgeCommit message (Expand)Author
2021-08-16cmd/cgo: fix unused parameter warnings in generated _cgo_main.cHans
2021-06-01cmd/link, cmd/cgo: support -flto in CFLAGSIan Lance Taylor
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-01-21all: introduce and use internal/execabsRoland Shoemaker
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-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-05cmd/cgo: split gofrontend mangling checks into cmd/internal/pkgpathIan Lance Taylor
2020-09-16cmd/cgo: use go:notinheap for anonymous structsKeith Randall
2020-08-18cmd/cgo: close filealex-semenyuk
2020-07-31cmd/cgo: fix mangling of enum and union typesMatthew Dempsky
2020-06-26cmd/cgo: prevent redeclaration of _Ctype_void when C.void is usedMatthew Dempsky
2020-03-10cmd/cgo: always produce a parameter name for C codeIan Lance Taylor
2020-03-10cmd/cgo: updated exported function parameter namesNathan Fiscaletti
2020-03-07cmd/cgo: avoid extra newline in doc comment of exported functionNathan Fiscaletti
2019-11-19cmd/cgo: better handling for '.' in pkgpath for gccgoThan McIntosh
2019-10-02cmd/cgo: optimize cgoCheckPointer callEgon Elbre
2019-07-05cmd/cgo: accept weak dynamic importsAustin Clements
2019-06-05cmd/cgo: roll back "use C exact-width integer types to represent Go types"Ian Lance Taylor
2019-03-27runtime: create library startup for aix/ppc64Clément Chigot
2019-03-18cmd/cgo: use C exact-width integer types to represent Go typesPhilipp Stephani
2019-03-08cmd/cgo: adjust comment about ignored pragma warningsTobias Klauser
2019-03-08cmd/cgo: add missing parameter list for function _cgo_wait_runtime_init_donePhilipp Stephani
2019-02-01cmd/cgo: ignore unrecognized GCC warning group pragmasYuval Pavel Zholkover
2019-01-30cmd/cgo: disable GCC 9 warnings triggered by cgo codeIan Lance Taylor
2019-01-20cmd/cgo: print the right error if mangling detection gccgo failsIan Lance Taylor
2018-12-10all: move cmd/internal/xcoff to internal/xcoffClément Chigot
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-12-01cmd/cgo: use preprocessor macros to avoid prolog redefinitionsIan Lance Taylor
2018-11-13cmd/cgo: fix typo in gccgo name mangling recipeThan McIntosh
2018-11-09cmd/cgo: make the gccgo init function no_split_stackIan Lance Taylor
2018-10-26cmd/cgo: handle new-style gccgo packagepath manglingThan McIntosh
2018-10-22cmd/cgo: add AIX operating systemClément Chigot
2018-08-22cmd/cgo: perform explicit conversion in _GoStringLenDaniël de Kok
2018-07-31cmd/cgo: add column number to line directivesKir Kolyshkin
2018-07-05cmd/cgo: mark C result as written for msanIan Lance Taylor
2018-07-02cmd/cgo: permit missing dynamic symbol sectionPeter Gonda
2018-06-18cmd/cgo: avoid name confliction for C functionsHiroshi Ioka
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-29cmd/cgo: use standard generated code commentIan Lance Taylor
2018-04-25cmd/cgo: don't use absolute paths in the export header fileIan Lance Taylor
2018-01-10cmd/cgo: support niladic macros for gccgoIan Lance Taylor
2017-12-14cmd/cgo: don't define intgo in export prologueIan Lance Taylor
2017-11-16cmd/go: make file:line for cgo files look like non-cgo filesRuss Cox
2017-11-16cmd/cgo: modify source as text, not as ASTRuss Cox