1. 05390a0 misc/cgo/stdio: reenable tests by Russ Cox · 9 years ago
  2. b5e2ec8 misc/cgo/testcshared: use fd 100 instead of fd 10 for back-channel communication by Russ Cox · 9 years ago
  3. 70d558b misc/cgo/testsanitizers: check linux major/minor versions by Mohit Agarwal · 9 years ago
  4. de5b386 misc/cgo/testsanitizers: do not run with clang < 3.8 and Linux ≥ 4.1 by Russ Cox · 9 years ago
  5. 5a049aa cmd/cgo: error, not panic, if not enough arguments to function by Ian Lance Taylor · 9 years ago
  6. 17360ac cmd/cgo: make the char * pointer in GoString const by Ian Lance Taylor · 9 years ago
  7. 10cb39a cmd/cgo: fix C.complexfloat and C.complexdouble by Matthew Dempsky · 9 years ago
  8. de640d3 cmd/cgo: handle another Clang DWARF quirk by Matthew Dempsky · 9 years ago
  9. 0417872 cmd/cgo: ignore vars with no name or type if they have a AttrSpecification by Ian Lance Taylor · 9 years ago
  10. 54bd5a7 misc/cgo/testshared: add format specifier in Errorf calls by Mohit Agarwal · 9 years ago
  11. 5005a33 cmd/cgo: put the real C function in the dynamic symbol table by Ian Lance Taylor · 9 years ago
  12. 0e2c635 cmd/cgo, runtime: exported Go functions can't return a Go pointer by Ian Lance Taylor · 9 years ago
  13. be1ef46 runtime: add optional expensive check for invalid cgo pointer passing by Ian Lance Taylor · 9 years ago
  14. 754f707 cmd/link, cmd/go, cmd/dist: use copy of libgcc.a for internal linking by Ian Lance Taylor · 9 years ago
  15. 9f38d66 misc/sortac: add tool to sort the AUTHORS and CONTRIBUTORS files by Brad Fitzpatrick · 9 years ago
  16. 880a689 runtime: don't call msanread when running on the system stack by Ian Lance Taylor · 9 years ago
  17. 8f3f2cc runtime: mark cgo callback results as written for msan by Ian Lance Taylor · 9 years ago
  18. d841860 misc/cgo/test: disable Test10303 for gccgo by Ian Lance Taylor · 9 years ago
  19. 9dcc58c cmd/cgo, runtime: add checks for passing pointers from Go to C by Ian Lance Taylor · 9 years ago
  20. 2fdff95 cmd/go: always use --whole-archive for gccgo packages by Ian Lance Taylor · 9 years ago
  21. 07a6cbf cmd/dist, cmd/go, misc/cgo/testshared: update testshared and run it on arm by Michael Hudson-Doyle · 10 years ago
  22. 8e848ba misc/cgo/testsanitizers: fix check for existence of clang by Mohit Agarwal · 9 years ago
  23. afab771 misc/ios: keep whole buffer in go_darwin_arm_exec by David Crawshaw · 9 years ago
  24. 9179c9c cmd/compile: make sure instrumented call has type width by Ian Lance Taylor · 9 years ago
  25. 6326786 misc/cgo/testsanitizers: fix test of whether compiler option works by Ian Lance Taylor · 9 years ago
  26. 48155f5 misc/ios: fix an error when getenv encounters unset variable by Michael Matloob · 9 years ago
  27. ab7e82e cmd/go: buildmode=c-shared support for linux/arm64 by David Crawshaw · 9 years ago
  28. 26d0b00 cmd/go: enable android/amd64 build. by Hyang-Ah Hana Kim · 9 years ago
  29. b7e4de4 cmd/go, cmd/link: -buildmode=pie for linux/amd64 by David Crawshaw · 9 years ago
  30. 029c760 cmd/go: if -msan, pass -fsanitize=memory to cgo builds by Ian Lance Taylor · 9 years ago
  31. e7ee268 cmd/go: add -msan option by Ian Lance Taylor · 9 years ago
  32. 45c06b2 cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on ppc64x by Michael Hudson-Doyle · 9 years ago
  33. ee07504 misc/cgo/testcshared: use -pie for android-L. by Hyang-Ah Hana Kim · 9 years ago
  34. 6e5ccce8 misc/cgo/test: fix go vet warnings by Ian Lance Taylor · 9 years ago
  35. 9c258c6 cmd/cgo: fix panic on references to non-existing C types by Didier Spezia · 9 years ago
  36. f80ff56 misc/cgo/testsanitizers: skip test for version of clang before 3.6 by Ian Lance Taylor · 9 years ago
  37. 0c1f054 runtime, runtime/cgo: support using msan on cgo code by Ian Lance Taylor · 10 years ago
  38. cf45271 misc/ios: skip revoked certificates by David Crawshaw · 10 years ago
  39. ffd7d31 runtime: unblock special glibc signals on each thread by Ian Lance Taylor · 10 years ago
  40. 0b5bcf5 runtime/cgo: explicitly link msvcrt on windows by Shenghou Ma · 10 years ago
  41. 67ddae8 all: use one 'l' when cancelling everywhere except Solaris by Rob Pike · 10 years ago
  42. 5cbca8d cmd/internal/ld: put read-only relocated data into .data.rel.ro when making a shared object by Michael Hudson-Doyle · 10 years ago
  43. e49b246 Revert "cmd/internal/ld: put read-only relocated data into .data.rel.ro when making a shared object" by Dave Cheney · 10 years ago
  44. 2c2cbb6 cmd/internal/ld: put read-only relocated data into .data.rel.ro when making a shared object by Michael Hudson-Doyle · 10 years ago
  45. 383a360 misc/nacl: fix nacl build by Dave Cheney · 10 years ago
  46. abab21b misc/cgo/testshared: do not run gccgo tests when gccgo is too old by Michael Hudson-Doyle · 10 years ago
  47. 7904946 cmd/cgo: discard trailing zero-sized fields in a non-empty C struct by Ian Lance Taylor · 10 years ago
  48. 1421bc1 misc/makerelease: delete by Andrew Gerrand · 10 years ago
  49. 2e38b35 misc/cgo/testsovar: needs the `extern` keyword to export variables on non-windows platforms by Ingo Krabbe · 10 years ago
  50. 1125cd4 cmd/compile: define func value symbols at declaration by Michael Hudson-Doyle · 10 years ago
  51. 7c767fd misc/cgo/testshared: unset GOBIN during test by Ian Lance Taylor · 10 years ago
  52. 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
  53. 1cbbd7f cmd/trace: fix time scale by Dmitry Vyukov · 10 years ago
  54. 4e61c51 cmd/cgo: fix a problem with 'go build -compiler gccgo' by Russ Cox · 10 years ago
  55. 8628688 Fix several out of date references to 4g/5g/6g/8g/9g. by Aaron Jacobs · 10 years ago
  56. fe1cecf misc/cgo/testcshared: don't leave garbages after test by Mikio Hara · 10 years ago
  57. d0652e7 cmd/doc: add test by Rob Pike · 10 years ago
  58. cc6554f cmd/link/internal/ld, cmd/go: -buildmode=c-shared support for darwin/amd64 by Srdjan Petrovic · 10 years ago
  59. 9d968cb runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocall by Alex Brainman · 10 years ago
  60. a2aaede misc/cgo/testshared: make sure rebuilds occur as expected by Ian Lance Taylor · 10 years ago
  61. 6428a8b cmd/dist: add new misc/cgo/testsovar test by Alex Brainman · 10 years ago
  62. a5f57d7 cmd/link: when reading symbols from a shared library, allow duplicates when they are both in bss by Michael Hudson-Doyle · 10 years ago
  63. 12b05bf cmd/go: support -buildmode=shared with gccgo by Michael Hudson-Doyle · 10 years ago
  64. 2c2770c cmd/cgo: make sure pointers passed to C escape to heap by Russ Cox · 10 years ago
  65. 9a8750b misc/trace: update trace viewer by Dmitry Vyukov · 10 years ago
  66. 202ef48 cmd/dist: convert testso test into Go by Alex Brainman · 10 years ago
  67. 032811e misc/ios: document the external binary and the required env variables by Burcu Dogan · 10 years ago
  68. 7e27625 cmd/go, cmd/link: use "Go" not "GO" as ELF note identifier by Russ Cox · 10 years ago
  69. c949cff cmd/internal/ld: do not depend on local symbols to read a type's gcdata by Michael Hudson-Doyle · 10 years ago
  70. bcc1870 cmd/internal/ld: store the libraries a shared library was linked against in a note by Michael Hudson-Doyle · 10 years ago
  71. 6551803 cmd/link/internal/ld: put abi hash into a note by Michael Hudson-Doyle · 10 years ago
  72. 9262e21 misc/cgo/testshared: do not capture output of go commands in verbose mode by Michael Hudson-Doyle · 10 years ago
  73. 9c37a23 misc/android: cleaner to remove stale GOROOT files by David Crawshaw · 10 years ago
  74. 22e4b81 misc/cgo/test: fix build for CC=clang by Elias Naur · 10 years ago
  75. 84cfba1 runtime: don't always unblock all signals by Elias Naur · 10 years ago
  76. 2a141de cmd/link: move to cmd/newlink by Russ Cox · 10 years ago
  77. c013417 misc/cgo/testshared: when checking for RPATHs also look for DT_RUNPATH by Shenghou Ma · 10 years ago
  78. 362a40e misc/cgo/testshared: rewrite in Go by Michael Hudson-Doyle · 10 years ago
  79. 647026a misc/cgo/testcshared: remove use of 'env'. by Hyang-Ah (Hana) Kim · 10 years ago
  80. a4f4a46 misc/cgo/testcshared: fix test for android. by Hyang-Ah (Hana) Kim · 10 years ago
  81. 77fc03f cmd/internal/ld, runtime: abort on shared library ABI mismatch by Michael Hudson-Doyle · 10 years ago
  82. be0cb92 runtime: fix addmoduledata to follow the platform ABI by Michael Hudson-Doyle · 10 years ago
  83. dce432b misc/trace: add license for the trace-viewer by Shenghou Ma · 10 years ago
  84. e45aebd cmd/go: install headers for c-archive/c-shared cgo exports by Ian Lance Taylor · 10 years ago
  85. 2230e9d misc/cgo: add various solaris build lines by Aram Hăvărneanu · 10 years ago
  86. a1858e9 cmd/go: rebuild stale shared objects before linking against them. by Michael Hudson-Doyle · 10 years ago
  87. 97fd7b0 misc/ios: fix plist indentation and whitespace by Burcu Dogan · 10 years ago
  88. ccaaf1f misc/cgo/testcshared, misc/cgo/testshared: fix clang warnings and errors by Dave Cheney · 10 years ago
  89. 0774f6d misc/cgo/testshared: add basic test for -buildmode=shared/-linkshared by Michael Hudson-Doyle · 10 years ago
  90. e2b6ceb misc/cgo/test/issue9400: fix to build with gccgo by Ian Lance Taylor · 10 years ago
  91. e9a89b8 misc/cgo/testcshared: make test.bash resilient against noise. by Hyang-Ah Hana Kim · 10 years ago
  92. 8566979 misc/cgo/testcshared: add a c-shared test for android/arm. by Hyang-Ah Hana Kim · 10 years ago
  93. 5c8fbc6 runtime: signal forwarding by Srdjan Petrovic · 10 years ago
  94. e589e08 misc/cgo/testcshared: add c-shared test with no exports by Ian Lance Taylor · 10 years ago
  95. 98f610f misc/cgo/testcarchive: enable test on darwin/arm by David Crawshaw · 10 years ago
  96. c5befcf misc/cgo/testcarchive: check that os.Args is set by David Crawshaw · 10 years ago
  97. 92189a2 misc/cgo/testcshared: test -buildmode=c-shared by Hyang-Ah Hana Kim · 10 years ago
  98. 6a2b0c0 runtime: delete cgo_allocate by Russ Cox · 10 years ago
  99. 8fd1ec2 misc/ios: fix teamID and appID use in entitlements by Josh Bleecher Snyder · 10 years ago
  100. 110fa22 misc/cgo/test: skip issue3261 test on darwin/arm64 by Shenghou Ma · 10 years ago