aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cgo/main.go
AgeCommit message (Expand)Author
2021-07-30[dev.cmdgo] cmd: support space and quotes in CC and CXXJay Conrod
2021-06-28cmd/cgo: fix 'see gmp.go' to 'see doc.go'Koichi Shiraishi
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
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
2020-10-31cmd/cgo: add -trimpath flag allowing paths to be rewritten in outputsMichael Matloob
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-16cmd/cgo: use go:notinheap for anonymous structsKeith Randall
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
2018-12-05cmd/cgo: reject names that are likely to be mangled C nameHiroshi Ioka
2018-12-03cmd/cgo: use a plausible position for typedef error messagesIan Lance Taylor
2018-11-29cmd/cgo: recognize untyped constants defined in different filesIan Lance Taylor
2018-11-16cmd/cgo: recognized untyped Go constants as untyped constantsIan Lance Taylor
2018-11-02cmd/cgo: don't update each call in placeIan Lance Taylor
2018-11-01cmd/cgo: rewrite pointer checking to use more function literalsIan Lance Taylor
2018-10-26cmd/cgo: handle new-style gccgo packagepath manglingThan McIntosh
2018-08-01cmd/cgo: don't give inconsistent typedef error for cgo-defined typesIan Lance Taylor
2018-07-18cmd/cgo: don't report inconsistency error for incomplete typedefIan Lance Taylor
2018-07-12cmd/cgo: fix cgo bad typedefsKeith Randall
2018-07-09cmd/cgo: check function argument/return types for bad C pointer typesKeith Randall
2018-07-05cmd/cgo: mark C result as written for msanIan Lance Taylor
2018-06-13cmd/cgo: add import path to hashIan Lance Taylor
2018-04-30cmd/cgo: add support for GOARCH=riscv64Tobias Klauser
2018-03-26cmd/cgo: add support for GOARCH=sparc64Tobias Klauser
2017-11-16cmd/cgo: modify source as text, not as ASTRuss Cox
2017-10-06cmd/asm, cmd/cgo, cmd/compile, cmd/cover, cmd/link: use standard -V outputRuss Cox
2017-09-19cmd/cgo: use a named type to indicate syntactic contextBryan C. Mills
2017-09-15all: fix article typosKunpei Sakai
2017-09-01cmd/cgo: support large unsigned macro againHiroshi Ioka
2017-08-30cmd/cgo: support niladic function-like macrosHiroshi Ioka
2017-08-14cmd/cgo: use first error position instead of last oneHiroshi Ioka
2017-05-17cmd/cgo: support large unsigned macrosHiroshi Ioka
2017-04-18cmd/cgo: read source files onceAlexander Menzhinsky
2017-04-07cmd/cgo: support floating point #define macrosHiroshi Ioka
2016-11-03cmd/cgo: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-10-30cmd/cgo: add -srcdir optionIan Lance Taylor
2016-10-13cmd/cgo: use alias for unsafe rather than separate functionsIan Lance Taylor
2016-06-09cmd/cgo: fix use of unsafe argument in new deferred functionIan Lance Taylor
2016-06-03cmd/cgo: check pointers for deferred C calls at the right timeIan Lance Taylor
2016-05-03cmd/cgo: an approach to tsan that works with gccMichael Hudson-Doyle
2016-04-08cmd/cgo: increase s390x int type size to 8 bytesMichael Munday
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-12cmd/cgo: added support for GOARCH=mips64{,le}Yao Zhang
2015-11-10cmd/cgo, runtime: add checks for passing pointers from Go to CIan Lance Taylor
2015-10-03cmd/cgo: remove support for CGOPKGPATHDidier Spezia
2015-06-26Fix several out of date references to 4g/5g/6g/8g/9g.Aaron Jacobs
2015-05-07cmd/cgo: add -exportheader optionIan Lance Taylor