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