aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cgo/out.go
AgeCommit message (Expand)Author
2021-03-31[release-branch.go1.15] cmd/cgo: remove unnecessary space in cgo export headerQuim Muntal
2021-03-31[release-branch.go1.15] cmd/cgo: avoid exporting all symbols on windows build...Quim Muntal
2021-01-16[release-branch.go1.15-security] all: introduce and use internal/execabsRoland Shoemaker
2020-11-11[release-branch.go1.15-security] cmd/go, cmd/cgo: don't let bogus symbol set ...Ian Lance Taylor
2020-10-09[release-branch.go1.15] cmd/cgo: use go:notinheap for anonymous structsKeith Randall
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
2017-11-15cmd/cgo: permit passing string values directly between Go and CIan Lance Taylor
2017-09-11cmd/cgo: treat simple C typedefs as go aliasesAnthony Sottile
2017-08-30cmd/cgo: support niladic function-like macrosHiroshi Ioka
2017-08-16cmd/cgo: unify cgo output for gc and gccgoMichael Steinert
2017-08-08cmd/cgo: document that structs and arrays don't work with //exportIan Lance Taylor
2017-05-26cmd/cgo, runtime/cgo: add docs for TSAN interactionIan Lance Taylor
2017-04-22cmd/cgo: avoid C++ style commentsHiroshi Ioka
2017-04-21cmd/cgo: remove duplicate mangle definitionHiroshi Ioka
2017-04-07cmd/cgo: support floating point #define macrosHiroshi Ioka
2016-11-11cmd/cgo: don't ignore qualifiers, don't cast to void*Ian Lance Taylor