1. 8f9671d cmd/link: fix -buildmode=pie / -linkshared combination by Michael Hudson-Doyle · 9 years ago
  2. aada57f misc/cgo/test: add skipped test for issue 17065 by Josh Bleecher Snyder · 9 years ago
  3. dfbbe06 cmd/link, cmd/go: delay linking of mingwex and mingw32 until very end by Alex Brainman · 9 years ago
  4. d1383b5 misc/cgo/testsigfwd: add missing return statement by Josh Bleecher Snyder · 9 years ago
  5. a46ea90 go/build: don't alter InstallSuffix for default compile options by Josh Bleecher Snyder · 9 years ago
  6. 2d85e87 runtime/cgo: add tsan acquire/release around setenv/unsetenv by Ian Lance Taylor · 9 years ago
  7. d92a360 cmd/go, cmd/link: build c-archive as position independent on ELF by Ian Lance Taylor · 9 years ago
  8. dc9755c runtime: add missing race and msan checks to reflect functions by Ian Lance Taylor · 9 years ago
  9. c8683ff cmd/compile/internal/syntax: fast Go syntax trees, initial commit. by Robert Griesemer · 9 years ago
  10. 5b9ff11 cmd/compile: ppc64le working, not optimized enough by David Chase · 9 years ago
  11. 243d51f misc/trace: disable trace resolution warning by Brad Fitzpatrick · 9 years ago
  12. d282427 cmd/cgo: error, not panic, if not enough arguments to function by qeed · 9 years ago
  13. 837984f cmd/cgo: use function arg type for _cgoCheckPointerN function by Ian Lance Taylor · 9 years ago
  14. 09eedc3 misc/android: make the exec wrapper exit code parsing more robust by Elias Naur · 9 years ago
  15. d1b5d08 misc/cgo/testsanitizers: don't run some TSAN tests on GCC < 7 by Ian Lance Taylor · 9 years ago
  16. 7b48020c cmd/cgo: check pointers for deferred C calls at the right time by Ian Lance Taylor · 9 years ago
  17. cf86247 runtime/cgo: add TSAN locks around mmap call by Ian Lance Taylor · 9 years ago
  18. 2684974 cmd/internal/obj, runtime: fixes for defer in 386 shared libraries by Michael Hudson-Doyle · 9 years ago
  19. 6c4f8cd misc/cgo/test: fix issue9400 test on android/386 by Elias Naur · 9 years ago
  20. 42c51de misc/cgo/test,cmd/dist: enable (more) Cgo tests on iOS by Elias Naur · 9 years ago
  21. d25c3ea cmd/compile: do not generate tail calls when dynamic linking on ppc64le by Michael Hudson-Doyle · 9 years ago
  22. 6de014b misc/cgo/test,cmd/dist: enable (most) Cgo tests on Android by Elias Naur · 9 years ago
  23. 6673688 runtime/cgo: add TSAN acquire/release calls by Ian Lance Taylor · 9 years ago
  24. b5d18b5 cmd/cgo: remove -O options when generating compiler errors by Ian Lance Taylor · 9 years ago
  25. a5d1a72 cmd/cgo, runtime, runtime/cgo: TSAN support for malloc by Ian Lance Taylor · 9 years ago
  26. 79ba1e4 cmd/cgo: mark stub functions as no_sanitize_thread by Ian Lance Taylor · 9 years ago
  27. 538537a runtime: check only up to ptrdata bytes for pointers by Ian Lance Taylor · 9 years ago
  28. 094afe0 cmd/vendor: move cmd/internal/unvendor packages to cmd/vendor by Konstantin Shaposhnikov · 9 years ago
  29. fa270ad cmd/go: add -shared to darwin/arm{,64} default build mode by Elias Naur · 9 years ago
  30. a1813ae misc/cgo/testcarchive: avoid possible pthread_create race by Ian Lance Taylor · 9 years ago
  31. e558fdb misc/cgo/testcarchive: don't force -no_pie on Darwin by Elias Naur · 9 years ago
  32. 094e5a9 misc/cgo/test: add mips64x test case for issue9400 by Cherry Zhang · 9 years ago
  33. 082881d misc/cgo/fortran: fix gfortran compile test by Martin Möhrmann · 9 years ago
  34. 2f41edf cmd/link: always read type data for dynimport symbols by Michael Hudson-Doyle · 9 years ago
  35. 53fd522 all: make copyright headers consistent with one space after period by Emmanuel Odeke · 9 years ago
  36. e50346d cmd/cgo, misc/cgo/test: make -Wdeclaration-after-statement clean by Ian Lance Taylor · 9 years ago
  37. 94e523c misc/cgo/testcarchive: fix C include path for darwin/arm by Cherry Zhang · 9 years ago
  38. 78bcdeb misc/cgo/testcarchive: fix path of libgo.a for darwin/arm by Cherry Zhang · 9 years ago
  39. a3c92c9 cmd/link: use gold when dynamic linking on arm64 by David Crawshaw · 9 years ago
  40. 6f59ccb runtime: don't always unblock all signals on dragonfly, freebsd and openbsd by Mikio Hara · 9 years ago
  41. 2c9d773 misc/trace: update trace viewer html by Dmitry Vyukov · 9 years ago
  42. 3fafe2e internal/trace: support parsing of 1.5 traces by Dmitry Vyukov · 9 years ago
  43. 0435e88 runtime: revert "do not call timeBeginPeriod on windows" by Dmitry Vyukov · 9 years ago
  44. ed8f0e5 cmd/go: fix -buildmode=c-archive should work on windows by Christopher Nelson · 9 years ago
  45. 7a8caf7 all: fix spelling mistakes by Eric Engestrom · 9 years ago
  46. c61a55d misc/cgo/testcarchive: more robust TestSignalForwardingExternal by Ian Lance Taylor · 9 years ago
  47. 93c5fbf misc/cgo/testcarchive: split main.c into unix and non-unix by Christopher Nelson · 9 years ago
  48. 1664ff9 misc/ios: fix exec wrapper locking by Elias Naur · 9 years ago
  49. 95add73 misc/cgo/testcarchive: fix build by Elias Naur · 9 years ago
  50. 0a82ed5 misc/cgo/testcarchive: re-enable c-archive test on iOS and Android by Elias Naur · 9 years ago
  51. df2b2eb runtime: improve last ditch signal forwarding for Unix libraries by Joe Sylve · 9 years ago
  52. f045ca8 misc/ios: serialize iOS execution by Elias Naur · 9 years ago
  53. 0bb6229 misc/ios: deflake tests on darwin/arm{,arm64} by Elias Naur · 9 years ago
  54. 5f08e48 misc/ios: pass through SIGCONT in the exec wrapper by Elias Naur · 9 years ago
  55. bac0005 misc/cgo/testcarchive: rewrite test from bash to Go by Ian Lance Taylor · 9 years ago
  56. c16a615 misc/cgo/test: add RewindAndSetgid implementation for s390x by Michael Munday · 9 years ago
  57. 956e9e6 cmd/link: do not add duplicate symbols to Allsym by Michael Hudson-Doyle · 9 years ago
  58. 5a34472 cmd/cgo: add C.CBytes by James Bardin · 9 years ago
  59. 53984e5 compress/flate: optimize huffman bit encoder by Klaus Post · 9 years ago
  60. fb880b8 cmd/newlink: delete by Russ Cox · 9 years ago
  61. 03f3bfc misc/cgo/test: rewrite windows version of mysleep by Alex Brainman · 9 years ago
  62. eaf5235f misc/cgo/testsanitizers: don't run tsan tests on old clang by Ian Lance Taylor · 9 years ago
  63. f4717a9 misc/cgo/testsanitizers: test that tsan links by Ian Lance Taylor · 9 years ago
  64. 1df5183 misc/cgo/testsanitizers: report stderr if go run tsan*.go fails by Ian Lance Taylor · 9 years ago
  65. c8ef0df cmd/cgo: add hooks for thread sanitizer by Ian Lance Taylor · 9 years ago
  66. c86dbbe misc/cgo/fortran: clean up after successful helloworld.90 build by kortschak · 9 years ago
  67. 71cc445 cmd/cgo: recognize known C typedefs as types by Ian Lance Taylor · 9 years ago
  68. ee17727 misc/cgo: fix wrong quote character by Jeff R. Allen · 10 years ago
  69. 90fea9d misc/git: Fix non-literal period in pre-commit grep by Derek Shockey · 9 years ago
  70. a337e30 cmd/dist: don't run fortran test if fortran compilation fails by kortschak · 9 years ago
  71. 50c38d4 cmd/go, go/build: add support for Fortran by kortschak · 9 years ago
  72. 1a94431 cmd/cgo: support multiple-value special form in VarDecl by Matthew Dempsky · 9 years ago
  73. 558a213 build: mv cmd/vendor cmd/internal/unvendor by Russ Cox · 9 years ago
  74. e970966 runtime: handle kindString in cgoCheckArg by Ian Lance Taylor · 9 years ago
  75. e7ce1ba misc/cgo/test: disable sigaltstack test on darwin/386 by Russ Cox · 9 years ago
  76. 1aab7b9 cmd/link: add -extar option to set ar program for c-archive by Ian Lance Taylor · 9 years ago
  77. 544f28a misc/cgo/test: fix test on darwin/386 with cgo enabled by Russ Cox · 9 years ago
  78. cd9fc3e cmd/link: allow symbols from .a files to override those from .so files by Michael Hudson-Doyle · 9 years ago
  79. 9efc46f cmd/go: -buildmode=c-shared should work on darwin/386 by Joe Sylve · 9 years ago
  80. fac8202 runtime: make NumGoroutine and Stack agree not to include system goroutines by Russ Cox · 9 years ago
  81. 21b4f23 runtime: for c-archive/c-shared, install signal handlers synchronously by Ian Lance Taylor · 9 years ago
  82. d91ec5b cmd/cgo, runtime: recognize unsafe.Pointer(&s[0]) in cgo pointer checks by Ian Lance Taylor · 9 years ago
  83. 2586af4 misc/cgo/testcarchive,testcshared: deflake tests by Ian Lance Taylor · 9 years ago
  84. a7cad52 runtime: preserve signal stack when calling Go on C thread by Ian Lance Taylor · 9 years ago
  85. 934e055 runtime: call msanwrite on object passed to runtime/cgo by Ian Lance Taylor · 9 years ago
  86. f2c36df misc/cgo/testcshared: print a little more about GOROOT on failure by Russ Cox · 9 years ago
  87. a7d2b4d runtime: disable a signal by restoring the original disposition by Ian Lance Taylor · 9 years ago
  88. dc5315c build: prevent the entire repo to be wiped out by cgo test scripts by Didier Spezia · 9 years ago
  89. 0f3c229 runtime: fix sigaltstack test Skipf format string by Dan Peterson · 9 years ago
  90. f7e51c1 runtime: adjust gsignal stack to current signal stack by Ian Lance Taylor · 9 years ago
  91. 94ff479 misc/cgo/testcarchive: skip test4 on darwin/{arm,arm64} by Ian Lance Taylor · 9 years ago
  92. fbdfa99 runtime: for c-archive/c-shared, don't install unnecessary signal handlers by Ian Lance Taylor · 9 years ago
  93. a766d8e cmd/cgo: map C unsigned char back to _Ctype_uchar in error messages by Shenghou Ma · 9 years ago
  94. dcc821f misc/cgo/gmp: change pi.go to use standard Go copyright header by Ian Lance Taylor · 9 years ago
  95. 05390a0 misc/cgo/stdio: reenable tests by Russ Cox · 9 years ago
  96. b5e2ec8 misc/cgo/testcshared: use fd 100 instead of fd 10 for back-channel communication by Russ Cox · 9 years ago
  97. 70d558b misc/cgo/testsanitizers: check linux major/minor versions by Mohit Agarwal · 9 years ago
  98. de5b386 misc/cgo/testsanitizers: do not run with clang < 3.8 and Linux ≥ 4.1 by Russ Cox · 9 years ago
  99. 5a049aa cmd/cgo: error, not panic, if not enough arguments to function by Ian Lance Taylor · 9 years ago
  100. 17360ac cmd/cgo: make the char * pointer in GoString const by Ian Lance Taylor · 9 years ago