aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cgo
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
2021-01-16[release-branch.go1.15-security] cmd/cgo: report exec errors a bit more clearlyRuss Cox
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-10-08[release-branch.go1.15] cmd/cgo: add more architectures to size mapsIan Lance Taylor
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-06-11cmd/cgo: in -godefs mode, don't change constant to typeIan Lance Taylor
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-05-31cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in GoElias Naur
2020-05-01cmd/cgo: "not-type" means "is not a type", not "is a type"Matthew Dempsky
2020-05-01cmd/cgo: use type aliases for #define type macrosMatthew Dempsky
2020-04-14cmd/cgo: use consistent tag for a particular structIan Lance Taylor
2020-04-13cmd/cgo: fix parameter name in godoc comment for badPointerTypedefTobias Klauser
2020-03-30cmd/cgo, misc/cgo: only cache anonymous struct typedefs with parent nameTobias Klauser
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-20go/build: recognize '.sx' as equivalent of '.S'Umang Parmar
2019-10-20cmd/go: allow passing -U flag in cgo CFLAGSUmang Parmar
2019-10-05cmd/cgo: build unique C type cache keys from parent namesTai
2019-10-02cmd/cgo: optimize cgoCheckPointer callEgon Elbre
2019-07-12cmd/cgo: do not rewrite call if there are more args than parametersIan Lance Taylor
2019-07-09cmd/cgo: fix check for conversion of ptr to struct fieldGernot Vormayr
2019-07-05cmd/cgo: accept weak dynamic importsAustin Clements
2019-06-24cmd/cgo: fix inappropriate array copykawakami
2019-06-05cmd/cgo: roll back "use C exact-width integer types to represent Go types"Ian Lance Taylor
2019-05-07cmd/cgo: fix unexpected semicolon in rewritten lineRuss Cox
2019-03-27runtime: create library startup for aix/ppc64Clément Chigot
2019-03-19cmd/cgo: accept __uint8_t as the uint8_t typeIan Lance Taylor
2019-03-18cmd/cgo: use C exact-width integer types to represent Go typesPhilipp Stephani
2019-03-13cmd: always allow bigtoc generation with gcc on aix/ppc64Clément Chigot
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-03-07cmd/cgo: use explicit type for arg with bad pointer typedefIan Lance Taylor
2019-03-06cmd/cgo: simplify and fix handling of untyped constantsRémy Oudompheng
2019-02-04cmd/cgo: don't copy a simple variable x in &x[0]Ian Lance Taylor
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-21cmd/cgo: remove duplicate entry from gofmtLineReplacerTobias Klauser
2019-01-20cmd/cgo: print the right error if mangling detection gccgo failsIan Lance Taylor
2019-01-18cmd/cgo: don't replace newlines with semicolons in expressionsIan Lance Taylor
2019-01-15cmd/cgo: don't replace newlines with semicolons in composite literalsIan Lance Taylor
2018-12-22cmd/cgo: don't let inserted /*line*/ become a // commentIan Lance Taylor
2018-12-19cmd/cgo: ensure the command passed to run retains a trailing dashIan Lance Taylor
2018-12-19cmd/cgo,doc/go1.12.html: document breaking EGLDisplay changeElias Naur
2018-12-15cmd/fix,cmd/cgo,misc/cgo: map the EGLDisplay C type to uintptr in GoElias Naur