aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cgo/main.go
AgeCommit message (Expand)Author
2024-01-25all: prealloc slice with possible minimum capabilitiesShulhan
2023-08-30cmd/cgo: only write _cgo_flags for gccgoIan Lance Taylor
2023-08-25cmd/cgo: add #cgo noescape/nocallback annotationsdoujiang24
2023-06-07cmd/cgo: error out if the source path used in line directives would contain a...Bryan C. Mills
2022-10-29cmd/go, cmd/cgo: support older versions of gccgo that lack cgo.IncompleteIan Lance Taylor
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-09-01cmd/go: support long commands in asm and cgoDaniel Martí
2022-08-28cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheapCuong Manh Le
2022-05-02all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into masterRuss 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-03cmd/cgo: retain original file paths in godefs generated commentTobias Klauser
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-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