1. dfbf568 runtime: use NOFRAME on mips and mips64 by Austin Clements · 7 years ago
  2. beeabbc runtime: use NOFRAME on arm64 by Austin Clements · 7 years ago
  3. a046caa runtime, sync/atomic: use NOFRAME on arm by Austin Clements · 7 years ago
  4. c07095c cmd/cgo: revert CL 49490 "fix for function taking pointer typedef" by Ian Lance Taylor · 7 years ago
  5. 2a8229d misc/cgo/test: get uintptr, not pointer, from dlopen by Ian Lance Taylor · 7 years ago
  6. fe49d10 misc/cgo/test: avoid endless loop when we can't parse notes by Ian Lance Taylor · 7 years ago
  7. 36aa2b0 cmd/cgo: make JNI's jobject type map to uintptr in Go by Keith Randall · 7 years ago
  8. bfa7a55 cmd/cgo: for C bitfields use only valid Go integer types by Ian Lance Taylor · 7 years ago
  9. b53088a Revert "go/printer: forbid empty line before first comment in block" by Joe Tsai · 7 years ago
  10. 4a483ce cmd/cgo: fix for function taking pointer typedef by Jess Frazelle · 8 years ago
  11. b868616 cmd/cgo: special case C ptr types to use uintptr by Keith Randall · 8 years ago
  12. 918396b cmd/cgo: permit passing string values directly between Go and C by Ian Lance Taylor · 7 years ago
  13. 08f19bb go/printer: forbid empty line before first comment in block by Joe Tsai · 7 years ago
  14. 5d1addf go/printer: fix formatting of three-index slice expression by griesemer · 7 years ago
  15. 9f1a719 misc/cgo/test: set the traceback level instead of failing the test by Bryan C. Mills · 8 years ago
  16. 57fa1c7 cmd/cgo: treat simple C typedefs as go aliases by Anthony Sottile · 8 years ago
  17. f74b52c cmd/cgo: support large unsigned macro again by Hiroshi Ioka · 8 years ago
  18. 03876af cmd/cgo: support niladic function-like macros by Hiroshi Ioka · 8 years ago
  19. 77acf19 cmd/cgo: avoid using common names for sniffing by Hiroshi Ioka · 8 years ago
  20. ee71494 cmd/cgo: unify cgo output for gc and gccgo by Michael Steinert · 8 years ago
  21. 289a871 cmd/cgo: unwrap typedef-chains before type checking by Hiroshi Ioka · 8 years ago
  22. dcaac4b cmd/cgo: match note following error in compiler errors by Ian Lance Taylor · 8 years ago
  23. b488073 go/build: make -I/-L options in cgo flags absolute by Ian Lance Taylor · 8 years ago
  24. dd61aa5 cmd/cgo: support indirect macro expansion for string by Hiroshi Ioka · 8 years ago
  25. 7555a45 cmd/cgo: support large unsigned macros by Hiroshi Ioka · 8 years ago
  26. 89ff0b1 cmd/cgo: support floating point #define macros by Hiroshi Ioka · 8 years ago
  27. 1be957d misc/cgo/test: pass current environment to syscall.Exec by Ian Lance Taylor · 8 years ago
  28. ec654e2 misc/cgo/test: fix test when using GCC 7 by Ian Lance Taylor · 8 years ago
  29. d2512af misc/cgo/test: limit issue18146 attempts based on RLIMIT_NPROC by Ian Lance Taylor · 8 years ago
  30. 92fb0a0 misc/cgo/test: add mipsx test case for #9400 by Vladimir Stefanovic · 8 years ago
  31. 10f3b09 cmd/cgo: don't strip qualifiers from C void* pointer by Ian Lance Taylor · 8 years ago
  32. 990cda5 misc/cgo/test: skip test18146 on mips{,64} by Vladimir Stefanovic · 8 years ago
  33. 2641cff misc/cgo/test: skip test18146 on Darwin by Ian Lance Taylor · 8 years ago
  34. 6c9f600 misc/cgo/test: ignore "too many open files" in issue 18146 test by Ian Lance Taylor · 8 years ago
  35. 80acfe9 runtime/cgo: retry pthread_create on EAGAIN for OpenBSD by Ian Lance Taylor · 8 years ago
  36. a303f05 misc/cgo/test: skip Test18146 on DragonFly by Ian Lance Taylor · 8 years ago
  37. 7cba779 runtime/cgo: retry pthread_create on EAGAIN by Ian Lance Taylor · 8 years ago
  38. d4b704e cmd/cgo: fix cgo checking when fetching errno value by Ian Lance Taylor · 8 years ago
  39. f6bff1d runtime: fix undead arguments in cgocall by Austin Clements · 8 years ago
  40. 7061dc3 cmd/cgo: ignore top-level qualifiers in function args/results by Ian Lance Taylor · 8 years ago
  41. fb8c896 cmd/cgo: don't ignore qualifiers, don't cast to void* by Ian Lance Taylor · 8 years ago
  42. 689947d cmd/cgo: only record typedef name for pointer to struct by Ian Lance Taylor · 8 years ago
  43. b7c7949 cmd/cgo: preserve original call arguments when pointer checking by Ian Lance Taylor · 8 years ago
  44. a16954b cmd/cgo: always use a function literal for pointer checking by Ian Lance Taylor · 8 years ago
  45. 347259c misc/cgo/test: add test that gccgo fails by Xia Bin · 9 years ago
  46. f54c0db cmd/compile, cmd/cgo: align complex{64,128} like GCC by Matthew Dempsky · 9 years ago
  47. aada57f misc/cgo/test: add skipped test for issue 17065 by Josh Bleecher Snyder · 9 years ago
  48. dfbbe06 cmd/link, cmd/go: delay linking of mingwex and mingw32 until very end by Alex Brainman · 9 years ago
  49. 6c4f8cd misc/cgo/test: fix issue9400 test on android/386 by Elias Naur · 9 years ago
  50. 42c51de misc/cgo/test,cmd/dist: enable (more) Cgo tests on iOS by Elias Naur · 9 years ago
  51. 6de014b misc/cgo/test,cmd/dist: enable (most) Cgo tests on Android by Elias Naur · 9 years ago
  52. 094e5a9 misc/cgo/test: add mips64x test case for issue9400 by Cherry Zhang · 9 years ago
  53. 53fd522 all: make copyright headers consistent with one space after period by Emmanuel Odeke · 9 years ago
  54. e50346d cmd/cgo, misc/cgo/test: make -Wdeclaration-after-statement clean by Ian Lance Taylor · 9 years ago
  55. 6f59ccb runtime: don't always unblock all signals on dragonfly, freebsd and openbsd by Mikio Hara · 9 years ago
  56. c16a615 misc/cgo/test: add RewindAndSetgid implementation for s390x by Michael Munday · 9 years ago
  57. 5a34472 cmd/cgo: add C.CBytes by James Bardin · 9 years ago
  58. 03f3bfc misc/cgo/test: rewrite windows version of mysleep by Alex Brainman · 9 years ago
  59. 1a94431 cmd/cgo: support multiple-value special form in VarDecl by Matthew Dempsky · 9 years ago
  60. e7ce1ba misc/cgo/test: disable sigaltstack test on darwin/386 by Russ Cox · 9 years ago
  61. 544f28a misc/cgo/test: fix test on darwin/386 with cgo enabled by Russ Cox · 9 years ago
  62. fac8202 runtime: make NumGoroutine and Stack agree not to include system goroutines by Russ Cox · 9 years ago
  63. 0f3c229 runtime: fix sigaltstack test Skipf format string by Dan Peterson · 9 years ago
  64. f7e51c1 runtime: adjust gsignal stack to current signal stack by Ian Lance Taylor · 9 years ago
  65. 17360ac cmd/cgo: make the char * pointer in GoString const by Ian Lance Taylor · 9 years ago
  66. 10cb39a cmd/cgo: fix C.complexfloat and C.complexdouble by Matthew Dempsky · 9 years ago
  67. 0417872 cmd/cgo: ignore vars with no name or type if they have a AttrSpecification by Ian Lance Taylor · 9 years ago
  68. 5005a33 cmd/cgo: put the real C function in the dynamic symbol table by Ian Lance Taylor · 9 years ago
  69. 0e2c635 cmd/cgo, runtime: exported Go functions can't return a Go pointer by Ian Lance Taylor · 9 years ago
  70. 754f707 cmd/link, cmd/go, cmd/dist: use copy of libgcc.a for internal linking by Ian Lance Taylor · 9 years ago
  71. d841860 misc/cgo/test: disable Test10303 for gccgo by Ian Lance Taylor · 9 years ago
  72. 9dcc58c cmd/cgo, runtime: add checks for passing pointers from Go to C by Ian Lance Taylor · 9 years ago
  73. 2fdff95 cmd/go: always use --whole-archive for gccgo packages by Ian Lance Taylor · 9 years ago
  74. 45c06b2 cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on ppc64x by Michael Hudson-Doyle · 9 years ago
  75. 6e5ccce8 misc/cgo/test: fix go vet warnings by Ian Lance Taylor · 9 years ago
  76. ffd7d31 runtime: unblock special glibc signals on each thread by Ian Lance Taylor · 10 years ago
  77. 0b5bcf5 runtime/cgo: explicitly link msvcrt on windows by Shenghou Ma · 10 years ago
  78. 67ddae8 all: use one 'l' when cancelling everywhere except Solaris by Rob Pike · 10 years ago
  79. 7904946 cmd/cgo: discard trailing zero-sized fields in a non-empty C struct by Ian Lance Taylor · 10 years ago
  80. 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
  81. 4e61c51 cmd/cgo: fix a problem with 'go build -compiler gccgo' by Russ Cox · 10 years ago
  82. 9d968cb runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocall by Alex Brainman · 10 years ago
  83. 2c2770c cmd/cgo: make sure pointers passed to C escape to heap by Russ Cox · 10 years ago
  84. 22e4b81 misc/cgo/test: fix build for CC=clang by Elias Naur · 10 years ago
  85. 84cfba1 runtime: don't always unblock all signals by Elias Naur · 10 years ago
  86. 2230e9d misc/cgo: add various solaris build lines by Aram Hăvărneanu · 10 years ago
  87. e2b6ceb misc/cgo/test/issue9400: fix to build with gccgo by Ian Lance Taylor · 10 years ago
  88. 6a2b0c0 runtime: delete cgo_allocate by Russ Cox · 10 years ago
  89. 110fa22 misc/cgo/test: skip issue3261 test on darwin/arm64 by Shenghou Ma · 10 years ago
  90. 6508518 misc/cgo/test/issue9400: add arm64 implementation by Shenghou Ma · 10 years ago
  91. e190e27 [dev.cc] misc/cgo/test: fix PC reference in arm assembler by Rob Pike · 10 years ago
  92. 9b6ccb1 all: don't refer to code.google.com/p/go{,-wiki}/ by Péter Surányi · 10 years ago
  93. 5b806e5 misc/cgo/test: skip test7978 when using unsupported compilers by Shenghou Ma · 10 years ago
  94. 16993f2 cmd/cgo: also rewrite C.var in selector expressions by Shenghou Ma · 10 years ago
  95. 949dd10 misc/cgo: disable TestAllocateFromC in wbshadow mode by Russ Cox · 10 years ago
  96. df027ac reflect: add write barriers by Russ Cox · 10 years ago
  97. 04cf881 misc/cgo/test: get rid of the backdoor package by Shenghou Ma · 10 years ago
  98. 200e7bf misc/cgo: fix issue 9400 test on 386 by Austin Clements · 10 years ago
  99. 675eb72 runtime: run libc SIGSETXID and SIGCANCEL handlers on signal stack by Austin Clements · 10 years ago
  100. 421c017 misc/cgo/test: skip test7978 when using gccgo by Ian Lance Taylor · 10 years ago