aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cgo/main.go
AgeCommit message (Expand)Author
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
2015-05-06cmd/cgo: readability improvements to generated _cgo_export.hIan Lance Taylor
2015-04-18cmd/cgo: more robust detection of clangMatthew Dempsky
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2015-03-16cmd/cgo: add support for GOARCH=arm64Aram Hăvărneanu
2015-01-29cmd/cgo: add support for s390 and s390xDominik Vogt
2015-01-07cmd/cgo: remove obsolete -cdefs flagMatthew Dempsky
2015-01-07cmd/cgo: update code and docs to reflect post-6c worldMatthew Dempsky
2014-12-05all: power64 is now ppc64Russ Cox
2014-11-14[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox
2014-11-11[dev.cc] cmd/cgo: generate only Go source filesRuss Cox
2014-08-11[dev.power64] cmd/cgo: add {ppc,power}64{,le} to pointer and int size mapsShenghou Ma
2013-09-11cmd/cgo: replace C.malloc with our own wrapperRuss Cox
2013-08-13cmd/cgo: Add support for C function pointersAlberto García Hierro
2013-04-10 cmd/cgo, cmd/go: remove #cgo directive parsing from cmd/cgoAndrew Wilkins
2013-04-09cmd/cgo: record CGO_LDFLAGS env var in _cgo_flagsAndrew Wilkins
2013-03-06cmd/cgo: split cgo_export into cgo_export_static and cgo_export_dynamicRuss Cox
2013-03-04cmd/cgo: use explicit flag to emit dynamic linker pathRuss Cox
2012-09-24build: make int 64 bits on amd64Russ Cox
2012-09-24cmd/cgo: prepare for 64-bit intsRuss Cox
2012-09-18race: cmd/cgo changesDmitriy Vyukov
2012-07-20cgo: add -gccgopkgpath option to match gccgo -fgo-pkgpathIan Lance Taylor