1. c949cff cmd/internal/ld: do not depend on local symbols to read a type's gcdata by Michael Hudson-Doyle · 10 years ago
  2. bcc1870 cmd/internal/ld: store the libraries a shared library was linked against in a note by Michael Hudson-Doyle · 10 years ago
  3. 6551803 cmd/link/internal/ld: put abi hash into a note by Michael Hudson-Doyle · 10 years ago
  4. 9262e21 misc/cgo/testshared: do not capture output of go commands in verbose mode by Michael Hudson-Doyle · 10 years ago
  5. 9c37a23 misc/android: cleaner to remove stale GOROOT files by David Crawshaw · 10 years ago
  6. 22e4b81 misc/cgo/test: fix build for CC=clang by Elias Naur · 10 years ago
  7. 84cfba1 runtime: don't always unblock all signals by Elias Naur · 10 years ago
  8. 2a141de cmd/link: move to cmd/newlink by Russ Cox · 10 years ago
  9. c013417 misc/cgo/testshared: when checking for RPATHs also look for DT_RUNPATH by Shenghou Ma · 10 years ago
  10. 362a40e misc/cgo/testshared: rewrite in Go by Michael Hudson-Doyle · 10 years ago
  11. 647026a misc/cgo/testcshared: remove use of 'env'. by Hyang-Ah (Hana) Kim · 10 years ago
  12. a4f4a46 misc/cgo/testcshared: fix test for android. by Hyang-Ah (Hana) Kim · 10 years ago
  13. 77fc03f cmd/internal/ld, runtime: abort on shared library ABI mismatch by Michael Hudson-Doyle · 10 years ago
  14. be0cb92 runtime: fix addmoduledata to follow the platform ABI by Michael Hudson-Doyle · 10 years ago
  15. dce432b misc/trace: add license for the trace-viewer by Shenghou Ma · 10 years ago
  16. e45aebd cmd/go: install headers for c-archive/c-shared cgo exports by Ian Lance Taylor · 10 years ago
  17. 2230e9d misc/cgo: add various solaris build lines by Aram Hăvărneanu · 10 years ago
  18. a1858e9 cmd/go: rebuild stale shared objects before linking against them. by Michael Hudson-Doyle · 10 years ago
  19. 97fd7b0 misc/ios: fix plist indentation and whitespace by Burcu Dogan · 10 years ago
  20. ccaaf1f misc/cgo/testcshared, misc/cgo/testshared: fix clang warnings and errors by Dave Cheney · 10 years ago
  21. 0774f6d misc/cgo/testshared: add basic test for -buildmode=shared/-linkshared by Michael Hudson-Doyle · 10 years ago
  22. e2b6ceb misc/cgo/test/issue9400: fix to build with gccgo by Ian Lance Taylor · 10 years ago
  23. e9a89b8 misc/cgo/testcshared: make test.bash resilient against noise. by Hyang-Ah Hana Kim · 10 years ago
  24. 8566979 misc/cgo/testcshared: add a c-shared test for android/arm. by Hyang-Ah Hana Kim · 10 years ago
  25. 5c8fbc6 runtime: signal forwarding by Srdjan Petrovic · 10 years ago
  26. e589e08 misc/cgo/testcshared: add c-shared test with no exports by Ian Lance Taylor · 10 years ago
  27. 98f610f misc/cgo/testcarchive: enable test on darwin/arm by David Crawshaw · 10 years ago
  28. c5befcf misc/cgo/testcarchive: check that os.Args is set by David Crawshaw · 10 years ago
  29. 92189a2 misc/cgo/testcshared: test -buildmode=c-shared by Hyang-Ah Hana Kim · 10 years ago
  30. 6a2b0c0 runtime: delete cgo_allocate by Russ Cox · 10 years ago
  31. 8fd1ec2 misc/ios: fix teamID and appID use in entitlements by Josh Bleecher Snyder · 10 years ago
  32. 110fa22 misc/cgo/test: skip issue3261 test on darwin/arm64 by Shenghou Ma · 10 years ago
  33. e6d5233 misc/ios: adjust exec script for iOS 8.3 by David Crawshaw · 10 years ago
  34. 2d0c962 misc/ios: read codesign info from environment variables by Josh Bleecher Snyder · 10 years ago
  35. 3b22ffc runtime: make cgocallback wait on package init by David Crawshaw · 10 years ago
  36. 8543cc56 misc/cgo/testcarchive: avoid bad pointer passing by David Crawshaw · 10 years ago
  37. 4345a9f misc/ios: support go run in go_darwin_arm_exec by David Crawshaw · 10 years ago
  38. fdab2f9 misc/cgo/testcarchive: test -buildmode=c-archive by David Crawshaw · 10 years ago
  39. 684473d misc/ios: pick clang arch based on GOARCH by David Crawshaw · 10 years ago
  40. 6508518 misc/cgo/test/issue9400: add arm64 implementation by Shenghou Ma · 10 years ago
  41. 84b690f cmd/api: re-enable TestGolden on nacl by Shenghou Ma · 10 years ago
  42. f8bcebe Revert "misc/cgo/testso: add test for fixed issue 4339" by Alex Brainman · 10 years ago
  43. 9fa9f96 misc/cgo/testso: add test for fixed issue 4339 by Alex Brainman · 10 years ago
  44. 00e0fe4 misc/ios: retry loop to handle builder flakiness by David Crawshaw · 10 years ago
  45. 713451a misc/ios: simplify breakpoint timeout by David Crawshaw · 10 years ago
  46. ed92862 misc/ios: timeout and continue waiting for getwd by David Crawshaw · 10 years ago
  47. 003dccf runtime, syscall: use the new get_random_bytes syscall for NaCl by Shenghou Ma · 10 years ago
  48. 4f97afc misc/swig/callback: fix test for SWIG -cgo support by Ian Lance Taylor · 10 years ago
  49. d2918cb cmd/dist: execute misc/cgo/testso again on windows by Alex Brainman · 10 years ago
  50. d5f6906 build: convert run.bash, run.bat, and run.rc into a Go program by Brad Fitzpatrick · 10 years ago
  51. 7ff6254 misc/ios: run lldb commands much more carefully by David Crawshaw · 10 years ago
  52. 1fdeb6b misc/ios: extra stdout check before run by David Crawshaw · 10 years ago
  53. 66416c0 misc/ios: more predictable zoneinfo.zip location by David Crawshaw · 10 years ago
  54. d460b6e misc/ios: add go_darwin_arm_exec script by David Crawshaw · 10 years ago
  55. 20f9f54 [dev.cc] misc/nacl: add testdata for cmd/internal/rsc.io/x86/x86asm by Russ Cox · 10 years ago
  56. de50bad [dev.cc] all: merge master (48469a2) into dev.cc by Russ Cox · 10 years ago
  57. 5944cb8 [dev.cc] cmd/asm/internal/asm: fix test on nacl by Russ Cox · 10 years ago
  58. edadffa cmd/trace: add new command by Dmitry Vyukov · 10 years ago
  59. e190e27 [dev.cc] misc/cgo/test: fix PC reference in arm assembler by Rob Pike · 10 years ago
  60. 9b6ccb1 all: don't refer to code.google.com/p/go{,-wiki}/ by Péter Surányi · 10 years ago
  61. f961a99 misc/ios: add README and wrapper script to ease cross-compiling for darwin/arm by Shenghou Ma · 10 years ago
  62. 5b806e5 misc/cgo/test: skip test7978 when using unsupported compilers by Shenghou Ma · 10 years ago
  63. 5efcbba misc/makerelease: send file size when uploading by Andrew Gerrand · 10 years ago
  64. 9586450 misc/dashboard/codereview: delete by Andrew Gerrand · 10 years ago
  65. 30e9101 misc/makerelease: workaround the go install -a restriction on release branches by Shenghou Ma · 10 years ago
  66. d5d4e82 misc/android: choose the right subdirectory for bin under GOPATH. by Hyang-Ah Hana Kim · 10 years ago
  67. 36f456c misc/cgo: skip testso on ppc64 by Austin Clements · 10 years ago
  68. 2a87a8a misc/makerelease: a couple of small fixes by Andrew Gerrand · 10 years ago
  69. 1d890ac misc/makerelease: use built in "del" to remove files by Andrew Gerrand · 10 years ago
  70. 1a4c984 misc/makerelease: check out core from git repo, use new oauth2 package by Andrew Gerrand · 10 years ago
  71. 16993f2 cmd/cgo: also rewrite C.var in selector expressions by Shenghou Ma · 10 years ago
  72. 5832933 misc/swig/stdio: fix broken nil pointer test by Shenghou Ma · 10 years ago
  73. b2aab72 cmd/cgo: remove obsolete -cdefs flag by Matthew Dempsky · 10 years ago
  74. 949dd10 misc/cgo: disable TestAllocateFromC in wbshadow mode by Russ Cox · 10 years ago
  75. df027ac reflect: add write barriers by Russ Cox · 10 years ago
  76. 04cf881 misc/cgo/test: get rid of the backdoor package by Shenghou Ma · 10 years ago
  77. 200e7bf misc/cgo: fix issue 9400 test on 386 by Austin Clements · 10 years ago
  78. 675eb72 runtime: run libc SIGSETXID and SIGCANCEL handlers on signal stack by Austin Clements · 10 years ago
  79. 421c017 misc/cgo/test: skip test7978 when using gccgo by Ian Lance Taylor · 10 years ago
  80. 35dc312 misc/cgo/test/backdoor: add gc build tag for thunk.s by Ian Lance Taylor · 10 years ago
  81. fc71d7b misc/chrome/gophertool: update for the git/gerrit transition by Shenghou Ma · 10 years ago
  82. ab96371 misc/makerelease: fix build by Andrew Gerrand · 10 years ago
  83. e5ee9a8 misc/makerelease: remove mercurial-specific special case by Andrew Gerrand · 10 years ago
  84. 2d02ff2 misc/chrome/gophertool: update URLs from code.google.com to new homes by Brad Fitzpatrick · 10 years ago
  85. a56a387 misc/makerelease: handle git sub-repositories by Andrew Gerrand · 10 years ago
  86. 026b5bb misc/cgo/test: skip test8694 on ARM. by Shenghou Ma · 10 years ago
  87. 508a22d misc/makerelease: use new storage api, handle git sub-repos by Andrew Gerrand · 10 years ago
  88. 44ab8d9 undo CL 176900044 / 561398621ba7 by David Symonds · 10 years ago
  89. bc949b5 misc/nacl: exclude cmd/link from the test zip. by David Symonds · 10 years ago
  90. f07ea22 misc/makerelease: use release-branch.go1.4 for tools and tour by Andrew Gerrand · 10 years ago
  91. 9bc842c cmd/dist: remove old misc/pprof by Russ Cox · 10 years ago
  92. 7f0be1f all: use golang.org/x/... import paths by Andrew Gerrand · 10 years ago
  93. 182ec43 misc/cgo/test: fix freebsd test failure by moving test to its own package. by Alan Donovan · 10 years ago
  94. 8e01fc7 misc: Increase issue 6997's test timeout to prevent spurious failures. by Benoit Sigoure · 10 years ago
  95. a14ae44 misc/cgo/test: fix bad C test code that fails on some configurations by Alan Donovan · 10 years ago
  96. 09f6f05 cmd/cgo: avoid worklist nondeterminism. by Alan Donovan · 10 years ago
  97. 78082df misc/makerelease/windows: fix 404 help URL in installer by Emil Hessman · 10 years ago
  98. 1e30bb0 misc/makerelease: set version number in Windows installer by Jens Frederich · 10 years ago
  99. 343d113 cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming conflicts by Chris Manghane · 10 years ago
  100. d704bb0 cmd/ld: do not assume that only pe section names start with '.' by Alex Brainman · 10 years ago