1. ed30173 misc/cgo/testcarchive: remove special flags for Darwin/ARM by Cherry Zhang · 4 years, 2 months ago
  2. 0ae2e03 misc/cgo/test: enable TestCrossPackageTests on darwin/arm64 by Cherry Zhang · 4 years, 2 months ago
  3. 07cba70 cmd/compile, runtime: use __msan_memmove for moving data, split msanread to fields by Cherry Zhang · 4 years, 4 months ago
  4. 86954d5 cmd/compile: mark plugin-exported types as used in interface by Cherry Zhang · 4 years, 4 months ago
  5. f423d61 cmd/cgo: fix initialization of empty argument types by Austin Clements · 4 years, 4 months ago
  6. 062e0e5 cmd/go, cmd/cgo: don't let bogus symbol set cgo_ldflag by Ian Lance Taylor · 4 years, 4 months ago
  7. f2e58c6 syscall: improve TestSetuidEtc() /proc/ parsing against races by Andrew G. Morgan · 4 years, 4 months ago
  8. 393f2bb cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64 by Joel Sing · 4 years, 10 months ago
  9. e463c28 cmd/link: avoid exporting all symbols on windows buildmode=pie by Quim Muntal · 4 years, 5 months ago
  10. 3f6b1a0 misc/cgo/test: test C.enum_* by HowJMay · 4 years, 5 months ago
  11. 30c1887 runtime,cmd/cgo: simplify C -> Go call path by Austin Clements · 4 years, 5 months ago
  12. d1b1145 syscall: support POSIX semantics for Linux syscalls by Andrew G. Morgan · 5 years ago
  13. 6f7b553 cmd/cgo: avoid exporting all symbols on windows buildmode=c-shared by Quim Muntal · 4 years, 5 months ago
  14. 627959e cmd/link: support cgo internal/linking on darwin/arm64 by Cherry Zhang · 4 years, 5 months ago
  15. f46a5b1 cmd/link: support PIE internal linking on darwin/amd64 by Cherry Zhang · 4 years, 5 months ago
  16. db428ad all: enable more tests on macOS/ARM64 by Cherry Zhang · 4 years, 6 months ago
  17. 28e549d runtime: use sigaltstack on macOS/ARM64 by Cherry Zhang · 4 years, 6 months ago
  18. a9c75ec cmd/compile: export notinheap annotation to object file by Keith Randall · 4 years, 5 months ago
  19. a413908 all: add GOOS=ios by Cherry Zhang · 4 years, 6 months ago
  20. eaa97fb cmd/cgo: don't translate bitfields into Go fields by Ian Lance Taylor · 4 years, 6 months ago
  21. 786120b cmd/cgo: document #include <> search path behaviour by KJ Tsanaktsidis · 4 years, 7 months ago
  22. 7388956 cmd/cgo: fix mangling of enum and union types by Matthew Dempsky · 4 years, 8 months ago
  23. 19a932c cmd/link: don't mark shared library symbols reachable unconditionally by Cherry Zhang · 4 years, 8 months ago
  24. 7799756 cmd/link: fix GC data reading from shared library (attempt 2) by Cherry Zhang · 4 years, 9 months ago
  25. 96e8366 Revert "cmd/link: fix GC data reading from shared library" by Cherry Zhang · 4 years, 9 months ago
  26. 5779bb4 cmd/link: fix GC data reading from shared library by Cherry Zhang · 4 years, 9 months ago
  27. a295d59 cmd/cgo: prevent redeclaration of _Ctype_void when C.void is used by Matthew Dempsky · 4 years, 9 months ago
  28. 9f33108 cmd/link: skip zero values in fingerprint check by Cherry Zhang · 4 years, 9 months ago
  29. a5a9a06 cmd/cgo: in -godefs mode, don't change constant to type by Ian Lance Taylor · 4 years, 9 months ago
  30. 0eb9767 misc/cgo/testplugin: fix typo in comment by Cherry Zhang · 4 years, 10 months ago
  31. 7dbbb5b cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in Go by Elias Naur · 4 years, 10 months ago
  32. b565d1e cmd/cgo: use type aliases for #define type macros by Matthew Dempsky · 4 years, 11 months ago
  33. 33ff63d cmd/cgo: use consistent tag for a particular struct by Ian Lance Taylor · 5 years ago
  34. d5e1b7c all: remove scattered remnants of darwin/386 by Austin Clements · 5 years ago
  35. f7e6ab4 all: remove scattered remnants of darwin/arm by Austin Clements · 5 years ago
  36. a265c2c cmd/cgo, misc/cgo: only cache anonymous struct typedefs with parent name by Tobias Klauser · 5 years ago
  37. 776a9d0 test: fix -test.v trace output for cgo/testshared by Than McIntosh · 5 years ago
  38. cec0879 misc/cgo/test: fix sigaltstack test on AIX by Clément Chigot · 5 years ago
  39. 5c7dbf4 misc/cgo/testshared: explicitly set GOBIN (instead of unsetting it) by Bryan C. Mills · 5 years ago
  40. 87c0db9 misc/cgo: correct GOOS in skip message by Tobias Klauser · 5 years ago
  41. 576cc53 misc/cgo: enable testso and testsovar on mips64x by Tobias Klauser · 5 years ago
  42. 1f9f88b cmd/go: fix cgo test when min macOS version is set by Jay Conrod · 5 years ago
  43. 5d076d5 misc/cgo/test: re-enable darwin cgo tests in race mode by Tobias Klauser · 5 years ago
  44. b234fdb misc/cgo/test: tweak to pass with GCC 10 by Ian Lance Taylor · 5 years ago
  45. 6d5f8b1 misc/cgo/testshared: do not write to GOROOT by Bryan C. Mills · 5 years ago
  46. e16f64c misc: log 'ok' from 'go run' tests on success by Bryan C. Mills · 5 years ago
  47. 476395c misc: remove use of relative directories in overlayDir functions by Bryan C. Mills · 5 years ago
  48. c931f1b misc/cgo/testshared: make -v output less verbose by Bryan C. Mills · 5 years ago
  49. 3922c00 misc/cgo/testcshared: avoid writing to GOROOT in tests by Bryan C. Mills · 5 years ago
  50. c02f3b8 misc/cgo/testcarchive: avoid writing to GOROOT in tests by Bryan C. Mills · 5 years ago
  51. 39a9cb4 misc/cgo/testplugin: avoid writing to GOROOT by Bryan C. Mills · 5 years ago
  52. be04718 misc/cgo/fortran: avoid writing to $PWD by Bryan C. Mills · 5 years ago
  53. d3c2b1f cmd/link/internal/ld,misc/cgo/testcshared: don't -fuse-ld=gold on Android by Elias Naur · 5 years ago
  54. 49e05d4 misc/cgo/testgodefs: convert test from bash to Go by Bryan C. Mills · 5 years ago
  55. 6375fe4 misc: ensure that test overlay directories are writable by Bryan C. Mills · 5 years ago
  56. 275a7be cmd/go: remove -w workaround for -buildmode=plugin on Darwin by Than McIntosh · 5 years ago
  57. fb29e22 misc/cgo/testcarchive: add missing exit(0) in main7.c by Ian Lance Taylor · 5 years ago
  58. 8de0bb7 runtime: clear preemptStop in dropm by Ian Lance Taylor · 5 years ago
  59. e13a4d9 cmd/cgo: build unique C type cache keys from parent names by Tai · 6 years ago
  60. e85ffec cmd/cgo: optimize cgoCheckPointer call by Egon Elbre · 5 years ago
  61. 225f484 misc, runtime, test: extra tests and benchmarks for defer by Dan Scales · 5 years ago
  62. b492487 misc/cgo/test: use __atomic intrinsics instead of __sync by Ian Lance Taylor · 6 years ago
  63. c7dc5e9 test: tweak test to avoid unpreemptible loop with gccgo by Than McIntosh · 6 years ago
  64. 2afe9d4 runtime: don't forward SIGPIPE on macOS by Elias Naur · 6 years ago
  65. 647dc1a Revert "runtime: don't forward SIGPIPE on macOS" by Daniel Martí · 6 years ago
  66. d56a86e runtime: don't forward SIGPIPE on macOS by Elias Naur · 6 years ago
  67. 37b194a cmd/link: put shlib ".type" functions in internal ABI by Ian Lance Taylor · 6 years ago
  68. e831719 cmd/cgo: do not rewrite call if there are more args than parameters by Ian Lance Taylor · 6 years ago
  69. 84fce98 cmd/cgo: fix check for conversion of ptr to struct field by Gernot Vormayr · 6 years ago
  70. 0d4de70 misc/cgo/errors: align code snippets in ptr_test.go by Bryan C. Mills · 6 years ago
  71. 9acd2d6 misc/cgo/errors: fix TestPointerChecks when GO111MODULE=on by Bryan C. Mills · 6 years ago
  72. 6d1aaf1 misc/cgo/test: use char, not int, so test works on big-endian systems by Ian Lance Taylor · 6 years ago
  73. 38fc0af cmd/cgo: fix inappropriate array copy by kawakami · 6 years ago
  74. 5f50914 misc/cgo/test: add test for issue 31093 by Ian Lance Taylor · 6 years ago
  75. ac921da cmd/cgo: roll back "use C exact-width integer types to represent Go types" by Ian Lance Taylor · 6 years ago
  76. cbdf9ad runtime: save/restore callee saved registers in arm64's sigtramp by Ben Shi · 6 years ago
  77. d53f380 misc/cgo/errors: limit number of parallel executions by Ian Lance Taylor · 6 years ago
  78. 9e22992 misc/cgo/errors: remove debugging println by Ian Lance Taylor · 6 years ago
  79. b0e238a misc/cgo/test: consolidate tests into fewer cgo source files by Russ Cox · 6 years ago
  80. 798e0b3 misc/cgo/errors: consolidate test work by Russ Cox · 6 years ago
  81. a6a0ed3 misc/cgo: disable testcarchive, testplugin during -short test (including all.bash) by Russ Cox · 6 years ago
  82. a88cb1d cmd/cgo: fix unexpected semicolon in rewritten line by Russ Cox · 6 years ago
  83. 07f6894 misc/cgo/testcarchive: skip TestExtar on self-hosted iOS by Elias Naur · 6 years ago
  84. f686a28 all: add new GOOS=illumos, split out of GOOS=solaris by Joshua M. Clulow · 6 years ago
  85. 4ee85e6 misc/cgo/testcshared: support testing on self-hosted android by Elias Naur · 6 years ago
  86. 0053091 misc/cgo/testcshared: use adb exec-out instead of adb shell by Elias Naur · 6 years ago
  87. 9017b61 misc/cgo/test: skip Setgid test on Android by Elias Naur · 6 years ago
  88. 2da9659 misc/cgo/testcarchive: skip TestSignalForwardingExternal on darwin/amd64 by Ian Lance Taylor · 6 years ago
  89. 3aacfce runtime, cmd/dist, misc/cgo: enable c-archive for aix/ppc64 by Clément Chigot · 6 years ago
  90. c90f6dd cmd/link: permit duplicate weak symbols by Joel Sing · 6 years ago
  91. 53c9c06 misc/cgo: enable testso and testsovar on aix/ppc64 by Clément Chigot · 6 years ago
  92. 2034fba cmd/compile: use existing instructions instead of nops for inline marks by Keith Randall · 6 years ago
  93. 08692be cmd/compile, misc/cgo: fix fortran tests on aix/ppc64 by Clément Chigot · 6 years ago
  94. 9a49b17 misc/cgo: gofmt testdata files by Tobias Klauser · 6 years ago
  95. 125d187 cmd/dist, misc/cgo: enable tests for aix/ppc64 by Clément Chigot · 6 years ago
  96. 0875125 cmd/cgo: use C exact-width integer types to represent Go types by Philipp Stephani · 6 years ago
  97. 632162c misc/android: enable many more tests on GOOS=android by Elias Naur · 6 years ago
  98. c7f69a2 misc: fix typos in various docs by alkesh26 · 6 years ago
  99. 711ea1e cmd/cgo: simplify and fix handling of untyped constants by Rémy Oudompheng · 6 years ago
  100. 7dc3d9f misc/cgo/testplugin: let TestMain run deferred functions by Ian Lance Taylor · 6 years ago