- dc110f2 cmd/cgo: annotate named return struct members in comments by Andy Maloney · 10 years ago
- 79a3d23 cmd/cgo: change comments in generated C code to be C-style by Andy Maloney · 10 years ago
- 7904946 cmd/cgo: discard trailing zero-sized fields in a non-empty C struct by Ian Lance Taylor · 10 years ago
- dc4dd57 cmd/cgo: document how CGO_ENABLED works today by Ian Lance Taylor · 10 years ago
- 75d7795 runtime/cgo: make compatible with race detector by Russ Cox · 10 years ago
- 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
- 4e61c51 cmd/cgo: fix a problem with 'go build -compiler gccgo' by Russ Cox · 10 years ago
- 8628688 Fix several out of date references to 4g/5g/6g/8g/9g. by Aaron Jacobs · 10 years ago
- 9d968cb runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocall by Alex Brainman · 10 years ago
- 1a040c9 cmd/cgo: static variables in the preamble may not be referenced by Ian Lance Taylor · 10 years ago
- 9f3a2d5 doc: clarify duplicate symbol condition in cgo by Andrey Petrov · 10 years ago
- 2c2770c cmd/cgo: make sure pointers passed to C escape to heap by Russ Cox · 10 years ago
- e8fc93e cmd/cgo: wrap generated exports with extern "C" for C++ by Ian Lance Taylor · 10 years ago
- 5e94c65 cmd/cgo: add -exportheader option by Ian Lance Taylor · 10 years ago
- 2bb6f76 cmd/cgo: add header guard for boilerplate in export header file by Ian Lance Taylor · 10 years ago
- 2f9acc1 cmd/cgo: readability improvements to generated _cgo_export.h by Ian Lance Taylor · 10 years ago
- 42bb59a cmd/go, cmd/cgo: support -buildmode=c-archive for gccgo by Ian Lance Taylor · 10 years ago
- 9340238 cmd/cgo: more robust detection of clang by Matthew Dempsky · 10 years ago
- e8694c8 runtime: initialize shared library at library-load time by Srdjan Petrovic · 10 years ago
- 2adc4e8 all: use "reports whether" in place of "returns true if(f)" by Josh Bleecher Snyder · 10 years ago
- 3ab794c cmd/cgo: add support for GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
- 3819907 cmd/cgo: detect misuse of generated _cgo_export.h by Shenghou Ma · 10 years ago
- b49c3ac cmd/cgo: add support for s390 and s390x by Dominik Vogt · 10 years ago
- 16993f2 cmd/cgo: also rewrite C.var in selector expressions by Shenghou Ma · 10 years ago
- ee94cd1 cmd/cgo, go/build: finish a cleanup TODO by Matthew Dempsky · 10 years ago
- b2aab72 cmd/cgo: remove obsolete -cdefs flag by Matthew Dempsky · 10 years ago
- af7ca8d cmd/cgo, runtime/cgo: support ppc64 by Austin Clements · 10 years ago
- 31775c5 cmd/cgo: update code and docs to reflect post-6c world by Matthew Dempsky · 10 years ago
- 1317581 go/build: add variable expansion to cgo lines by Carlos Castillo · 10 years ago
- 1303f0d cmd/cgo: don't #include cgo_export.h in gccgo _cgo_main.c by Ian Lance Taylor · 10 years ago
- 09d92b6 all: power64 is now ppc64 by Russ Cox · 10 years ago
- 50e0749 [dev.cc] all: merge default (e4ab8f908aac) into dev.cc by Russ Cox · 10 years ago
- 3e80463 [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc by Russ Cox · 10 years ago
- 25f9f5d [dev.cc] cmd/cgo: generate only Go source files by Russ Cox · 10 years ago
- 63fe9ef cmd/cgo: tweak doc to not show example of passing Go pointer by Ian Lance Taylor · 10 years ago
- 31b1207 [dev.power64] all: merge default into dev.power64 by Austin Clements · 10 years ago
- 09f6f05 cmd/cgo: avoid worklist nondeterminism. by Alan Donovan · 10 years ago
- f0bd539 [dev.power64] all: merge default into dev.power64 by Austin Clements · 10 years ago
- 2bd616b build: merge the great pkg/ rename into dev.power64 by Austin Clements · 10 years ago
- 3208250 [dev.power64] build: merge default into dev.power64 by Austin Clements · 10 years ago
- 4073be8 undo CL 156430044 / 5d69cad4faaf by Dave Cheney · 10 years ago
- cf9558c cmd/cgo: disable clang's integrated assembler by Dave Cheney · 10 years ago
- 74b8693 cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal. by Alan Donovan · 11 years ago
- 1aa65fe runtime: add load_g call in arm callback. by Keith Randall · 11 years ago
- 1b6807b cgo: adjust return value location to account for stack copies. by Keith Randall · 11 years ago
- 193daab cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects by Russ Cox · 11 years ago
- 220a6de build: adjustments for move from src/pkg to src by Russ Cox · 11 years ago
- 54138e1 cmd/cgo, runtime: write cgo stub wrappers in Go, not C by Russ Cox · 11 years ago
- ba30c08 cmd/cgo: check for compiler errors in the C preamble by Matthew Dempsky · 11 years ago
- 078a9cb cmd/cgo, debug/dwarf: fix translation of zero-size arrays by Matthew Dempsky · 11 years ago
- 11016f6 cmd/cgo: make C function pointers non-assignable by Matthew Dempsky · 11 years ago
- 31a996e cmd/cgo: fix default alignment for empty structs by Matthew Dempsky · 11 years ago
- 6e692b3 [dev.power64] cmd/cgo: add {ppc,power}64{,le} to pointer and int size maps by Shenghou Ma · 11 years ago
- 03e6a88 cmd/cgo: iterate over names in deterministic order by Matthew Dempsky · 11 years ago
- 2b9f3fc cmd/cgo: consistently map void* to *byte under -{c,go}defs by Matthew Dempsky · 11 years ago
- 0da4b2d cmd/cgo: fix recursive type mapping by Matthew Dempsky · 11 years ago
- f7a8adb cmd/cgo: fix handling of defs_linux.go by Matthew Dempsky · 11 years ago
- f2f17c0 cmd/cgo: for -godefs, promote first field of anonymous union by Ian Lance Taylor · 11 years ago
- 040eeff7 undo CL 109640045 / f97fb06525e5 by Shenghou Ma · 11 years ago
- 086df1d cmd/cgo: disable inappropriate warnings when the gcc struct is empty by snyh · 11 years ago
- 8a23c00 src, misc: applied gofmt -s -w by Robert Griesemer · 11 years ago
- c22ed12 cmd/cgo: for typedef of untagged struct, use typedef name in C code by Ian Lance Taylor · 11 years ago
- 4e65f18 cmd/cgo: use same Go type for typedef to anonymous struct by Ian Lance Taylor · 11 years ago
- 3f66c0c cmd/cgo: document the cgo types also follow Go name space rules. Fixes #7958. by Shenghou Ma · 11 years ago
- 0782ee3 cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeable by Russ Cox · 11 years ago
- 5eb585f cmd/cgo: explicitly state that #cgo directives across multiple files are concatenated by Pietro Gagliardi · 11 years ago
- 88d07b2 cmd/cgo: document CC_FOR_TARGET and CXX_FOR_TARGET by Elias Naur · 11 years ago
- 2d1a951 cmd/cgo: omit misaligned struct fields, like we omit bitfields by Russ Cox · 11 years ago
- f999e14 all: spelling tweaks, A-G by Robert Hencke · 11 years ago
- fee51f4 cmd/cgo: for gccgo add #define to cgo_export.h for expected name by Ian Lance Taylor · 11 years ago
- 8cb916f cmd/cgo: fix C.CString for strings containing null terminators under gccgo by Peter Collingbourne · 11 years ago
- 0f82cfd cmd/cgo: enforce typing of 0-sized types by Daniel Morsing · 11 years ago
- 6795687 cmd/cgo: use __gcc_struct__ for go exported functions by Alex Brainman · 11 years ago
- 6be1cb8 cmd/cgo: fix handling of array of pointers when using clang by Russ Cox · 11 years ago
- 797d1ba cmd/cgo: accept extra leading _ on __cgodebug_data for all object formats by Russ Cox · 11 years ago
- adda334 cmd/cgo: stop using -fno-eliminate-unused-debug-types by Russ Cox · 11 years ago
- c8ddfd9 cmd/cgo: use __typeof__, -w instead of typeof, -Wno-all by Russ Cox · 11 years ago
- dbe2eac cmd/cgo: fix line number in an error message by Russ Cox · 11 years ago
- 06ad3b2 cmd/cgo: stop using compiler error message text to analyze C names by Russ Cox · 11 years ago
- 4d38d12 cmd/cgo: simpler fix for issue 6506. Replaces CL 14682044. Fixes #6506. by Shenghou Ma · 11 years ago
- 5feb155 cmd/cgo: print the builtin prolog after the per-file preamble by Russ Cox · 11 years ago
- 043ace1 cmd/cgo: fix Xcode 5 incompatibility for #defined expressions by Russ Cox · 11 years ago
- 56aeec3 cmd/cgo: work around bug in clang debug info for builtins like memset by Russ Cox · 11 years ago
- 935a826 cmd/cgo: fix so that tests pass again when using gccgo by Ian Lance Taylor · 12 years ago
- 5639d27 cmd/cgo: retain Go pointer passed to C call for duration of call by Russ Cox · 12 years ago
- 3c1ece2 cmd/cgo: update #cgo docs to reflect reality by Russ Cox · 12 years ago
- acae4d2 cmd/cgo: rearrange and update documentation by Ian Lance Taylor · 12 years ago
- 5ffc0f8 cmd/cgo: remove inaccurate comment by Ian Lance Taylor · 12 years ago
- 647eaed cmd/cgo: allow C.malloc(0) always by Russ Cox · 12 years ago
- 397ba2c cmd/cgo: replace C.malloc with our own wrapper by Russ Cox · 12 years ago
- 08b26e4 cmd/cgo: don't say "gcc produced no output" if we ran clang by Russ Cox · 12 years ago
- 5b04d67 cmd/cgo: record full source path to input .go files by Russ Cox · 12 years ago
- 97d6a1e cmd/cgo: document command line options by Ian Lance Taylor · 12 years ago
- f68c23e cmd/cgo: don't let #cgo directives mess up line numbering by Ian Lance Taylor · 12 years ago
- a5f257a cmd/cgo: fix windows build by Elias Naur · 12 years ago
- 4523373 runtime.cmd/ld: Add ARM external linking and implement -shared in terms of external linking by Elias Naur · 12 years ago
- c18dc11 cmd/cgo: Add support for C function pointers by Alberto García Hierro · 12 years ago
- 2ddb672 build: on OS X 10.8 and later, use clang instead of gcc by Russ Cox · 12 years ago
- d9d3deb cmd/cgo: gccgo fixes by Ian Lance Taylor · 12 years ago
- f7dfeea cmd/cgo: Fix issue with cgo cdefs by Kevin Klues · 12 years ago