1. d2918cb cmd/dist: execute misc/cgo/testso again on windows by Alex Brainman · 10 years ago
  2. d5f6906 build: convert run.bash, run.bat, and run.rc into a Go program by Brad Fitzpatrick · 10 years ago
  3. e190e27 [dev.cc] misc/cgo/test: fix PC reference in arm assembler by Rob Pike · 10 years ago
  4. 9b6ccb1 all: don't refer to code.google.com/p/go{,-wiki}/ by Péter Surányi · 10 years ago
  5. 5b806e5 misc/cgo/test: skip test7978 when using unsupported compilers by Shenghou Ma · 10 years ago
  6. 36f456c misc/cgo: skip testso on ppc64 by Austin Clements · 10 years ago
  7. 16993f2 cmd/cgo: also rewrite C.var in selector expressions by Shenghou Ma · 10 years ago
  8. b2aab72 cmd/cgo: remove obsolete -cdefs flag by Matthew Dempsky · 10 years ago
  9. 949dd10 misc/cgo: disable TestAllocateFromC in wbshadow mode by Russ Cox · 10 years ago
  10. df027ac reflect: add write barriers by Russ Cox · 10 years ago
  11. 04cf881 misc/cgo/test: get rid of the backdoor package by Shenghou Ma · 10 years ago
  12. 200e7bf misc/cgo: fix issue 9400 test on 386 by Austin Clements · 10 years ago
  13. 675eb72 runtime: run libc SIGSETXID and SIGCANCEL handlers on signal stack by Austin Clements · 10 years ago
  14. 421c017 misc/cgo/test: skip test7978 when using gccgo by Ian Lance Taylor · 10 years ago
  15. 35dc312 misc/cgo/test/backdoor: add gc build tag for thunk.s by Ian Lance Taylor · 10 years ago
  16. 026b5bb misc/cgo/test: skip test8694 on ARM. by Shenghou Ma · 10 years ago
  17. 182ec43 misc/cgo/test: fix freebsd test failure by moving test to its own package. by Alan Donovan · 10 years ago
  18. 8e01fc7 misc: Increase issue 6997's test timeout to prevent spurious failures. by Benoit Sigoure · 10 years ago
  19. a14ae44 misc/cgo/test: fix bad C test code that fails on some configurations by Alan Donovan · 10 years ago
  20. 09f6f05 cmd/cgo: avoid worklist nondeterminism. by Alan Donovan · 10 years ago
  21. 343d113 cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming conflicts by Chris Manghane · 10 years ago
  22. d704bb0 cmd/ld: do not assume that only pe section names start with '.' by Alex Brainman · 10 years ago
  23. 9ca8368 misc/cgo/test: add Test8517 by Alex Brainman · 10 years ago
  24. 6852047 runtime: fix _cgo_allocate(0) by Russ Cox · 10 years ago
  25. 4630218 misc/cgo/test: fail issue 7978 with clearer error when GOTRACEBACK != 2 by Russ Cox · 10 years ago
  26. 74b8693 cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal. by Alan Donovan · 10 years ago
  27. 1b6807b cgo: adjust return value location to account for stack copies. by Keith Randall · 11 years ago
  28. 5917692 debug/dwarf: correct name for clang-generated complex type by Russ Cox · 11 years ago
  29. a0785a5 cmd/go: prohibit C sources files unless using cgo by Russ Cox · 11 years ago
  30. 7283e08 runtime: keep g->syscallsp consistent after cgo->Go callbacks by Hector Martin Cantero · 11 years ago
  31. fc46931 runtime: remove untyped allocation of ParFor by Russ Cox · 11 years ago
  32. dbed4e9 runtime: get rid of other Go->C calls in test exports. by Keith Randall · 11 years ago
  33. f8f630f runtime: use reflect.call during panic instead of newstackcall by Russ Cox · 11 years ago
  34. fcbe51c misc/cgo/test: make issue5548 test pickier by Russ Cox · 11 years ago
  35. cb76724 runtime: refactor/fix asmcgocall/asmcgocall_errno by Russ Cox · 11 years ago
  36. 54138e1 cmd/cgo, runtime: write cgo stub wrappers in Go, not C by Russ Cox · 11 years ago
  37. 709096f misc/cgo/testcdefs: comment out test of packed structs by Ian Lance Taylor · 11 years ago
  38. f2e7fa9 misc/cgo/test: disable issue 8428 regress test on darwin by Matthew Dempsky · 11 years ago
  39. 2c110a1 cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into runtime package by Matthew Dempsky · 11 years ago
  40. ba30c08 cmd/cgo: check for compiler errors in the C preamble by Matthew Dempsky · 11 years ago
  41. 078a9cb cmd/cgo, debug/dwarf: fix translation of zero-size arrays by Matthew Dempsky · 11 years ago
  42. 11016f6 cmd/cgo: make C function pointers non-assignable by Matthew Dempsky · 11 years ago
  43. 31a996e cmd/cgo: fix default alignment for empty structs by Matthew Dempsky · 11 years ago
  44. 7fdb029 cmd/go: pass --build-id=none when generating a cgo .o by Ian Lance Taylor · 11 years ago
  45. 2b9f3fc cmd/cgo: consistently map void* to *byte under -{c,go}defs by Matthew Dempsky · 11 years ago
  46. 0da4b2d cmd/cgo: fix recursive type mapping by Matthew Dempsky · 11 years ago
  47. f7a8adb cmd/cgo: fix handling of defs_linux.go by Matthew Dempsky · 11 years ago
  48. f2f17c0 cmd/cgo: for -godefs, promote first field of anonymous union by Ian Lance Taylor · 11 years ago
  49. 040eeff7 undo CL 109640045 / f97fb06525e5 by Shenghou Ma · 11 years ago
  50. 086df1d cmd/cgo: disable inappropriate warnings when the gcc struct is empty by snyh · 11 years ago
  51. c22ed12 cmd/cgo: for typedef of untagged struct, use typedef name in C code by Ian Lance Taylor · 11 years ago
  52. 4e65f18 cmd/cgo: use same Go type for typedef to anonymous struct by Ian Lance Taylor · 11 years ago
  53. 0782ee3 cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeable by Russ Cox · 11 years ago
  54. f856008 cmd/ld: really import runtime/cgo for external link by Ian Lance Taylor · 11 years ago
  55. 2d1a951 cmd/cgo: omit misaligned struct fields, like we omit bitfields by Russ Cox · 11 years ago
  56. e5c1050 cmd/gc: disable link-time copying of un-Go-initialized globals by Russ Cox · 11 years ago
  57. 9fc6c05 misc/cgo/test/backdoor: add gccgo version of backdoor function by Ian Lance Taylor · 11 years ago
  58. dc37099 test: demo for issue 7695 by Russ Cox · 11 years ago
  59. 0f82cfd cmd/cgo: enforce typing of 0-sized types by Daniel Morsing · 11 years ago
  60. bcf3d55 misc/cgo/testso: don't use TLS variables on Darwin and OpenBSD. by Shenghou Ma · 11 years ago
  61. d4a9bbe cmd/ld: don't emit unreachable dynimport symbols in ELF symtab. by Shenghou Ma · 11 years ago
  62. 1683dab cmd/ld: fix bug with "runtime/cgo" in external link mode by Ian Lance Taylor · 11 years ago
  63. abd556a misc/cgo/testtls: make test less flaky by Russ Cox · 11 years ago
  64. c4770b9 runtime: co-exist with NPTL's pthread_cancel. by Rowan Worth · 11 years ago
  65. 6ede934 misc/cgo/testcdefs: rm correct file in test.bash by Alex Brainman · 11 years ago
  66. 6795687 cmd/cgo: use __gcc_struct__ for go exported functions by Alex Brainman · 11 years ago
  67. 6be1cb8 cmd/cgo: fix handling of array of pointers when using clang by Russ Cox · 11 years ago
  68. dbe2eac cmd/cgo: fix line number in an error message by Russ Cox · 11 years ago
  69. 06ad3b2 cmd/cgo: stop using compiler error message text to analyze C names by Russ Cox · 11 years ago
  70. 043ace1 cmd/cgo: fix Xcode 5 incompatibility for #defined expressions by Russ Cox · 11 years ago
  71. 74f6391 misc/cgo/test: cut out non-standard functions by Russ Cox · 11 years ago
  72. 94bd34f misc/cgo/test: fix build (define prototype for alloca) by Russ Cox · 11 years ago
  73. 56aeec3 cmd/cgo: work around bug in clang debug info for builtins like memset by Russ Cox · 11 years ago
  74. cd61565 misc/cgo/test: fix C panic test to work with gccgo by Ian Lance Taylor · 11 years ago
  75. cb30917 runtime/cgo: mark callback functions as NOSPLIT by Ian Lance Taylor · 11 years ago
  76. 0965459 debug/dwarf: handle surprising clang encoding by Russ Cox · 11 years ago
  77. db71e15 cmd/go: fix missing __mingw_fprintf symbol for cgo on windows by Shenghou Ma · 12 years ago
  78. 9add729 cmd/ld: handle duplicate static symbols in COFF and Mach-O files. Fixes #5740. by Shenghou Ma · 12 years ago
  79. 92dfbd3 cmd/cgo: fix build (missing file from earlier CL) by Russ Cox · 12 years ago
  80. 647eaed cmd/cgo: allow C.malloc(0) always by Russ Cox · 12 years ago
  81. 71ed6eb misc/cgo/test: test of issue 4339 by Russ Cox · 12 years ago
  82. 2b44b36 cgo: enable cgo on dragonfly by Aulus Egnatius Varialus · 12 years ago
  83. f68c23e cmd/cgo: don't let #cgo directives mess up line numbering by Ian Lance Taylor · 12 years ago
  84. c18dc11 cmd/cgo: Add support for C function pointers by Alberto García Hierro · 12 years ago
  85. 034d5fc runtime: Use old reflect.call implementation from cgo. by Keith Randall · 12 years ago
  86. 9cd5706 runtime: reimplement reflect.call to not use stack splitting. by Keith Randall · 12 years ago
  87. e84d9e1 runtime: do not split stacks in syscall status by Dmitriy Vyukov · 12 years ago
  88. d9d3deb cmd/cgo: gccgo fixes by Ian Lance Taylor · 12 years ago
  89. f7dfeea cmd/cgo: Fix issue with cgo cdefs by Kevin Klues · 12 years ago
  90. 4d17efe misc/cgo/test: test recursive internal OS thread lock by Russ Cox · 12 years ago
  91. 9fe4a9e misc/cgo/test: add test for cgo callbacks with different amount of stack space available by Dmitriy Vyukov · 12 years ago
  92. 3d236ae misc/cgo/test: skip test for issue 3250, the runtime isn't ready yet. by Shenghou Ma · 12 years ago
  93. 39b5f3a misc/cgo/test: relax the threshold in test3250. by Shenghou Ma · 12 years ago
  94. 41fd4f9 misc/cgo/test: make test work with -linkmode=internal by Russ Cox · 12 years ago
  95. 2f1ead7 runtime: correctly handle signals received on foreign threads Fixes #3250. by Shenghou Ma · 12 years ago
  96. d67e7e3 runtime: add lr, ctxt, ret to Gobuf by Russ Cox · 12 years ago
  97. a8ad859 runtime: more flexible heap memory mapping on 64-bits Fixes #5641. by Dmitriy Vyukov · 12 years ago
  98. 949228a cmd/cgo: use gcc_struct attribute for packed structs to work around GCC PR52991. by Shenghou Ma · 12 years ago
  99. 5b097e7 cmd/cgo: using __typeof__(a->r) instead of putting invalid TYPE in "a->r = (const TYPE)" by Shenghou Ma · 12 years ago
  100. a307c5c misc/cgo/test: check API compatibility for cgo pseudo-functions by Shenghou Ma · 12 years ago