- 45c06b2 cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on ppc64x by Michael Hudson-Doyle · 9 years ago
- ee07504 misc/cgo/testcshared: use -pie for android-L. by Hyang-Ah Hana Kim · 9 years ago
- 6e5ccce8 misc/cgo/test: fix go vet warnings by Ian Lance Taylor · 9 years ago
- 9c258c6 cmd/cgo: fix panic on references to non-existing C types by Didier Spezia · 9 years ago
- f80ff56 misc/cgo/testsanitizers: skip test for version of clang before 3.6 by Ian Lance Taylor · 9 years ago
- 0c1f054 runtime, runtime/cgo: support using msan on cgo code by Ian Lance Taylor · 9 years ago
- cf45271 misc/ios: skip revoked certificates by David Crawshaw · 10 years ago
- ffd7d31 runtime: unblock special glibc signals on each thread by Ian Lance Taylor · 10 years ago
- 0b5bcf5 runtime/cgo: explicitly link msvcrt on windows by Shenghou Ma · 10 years ago
- 67ddae8 all: use one 'l' when cancelling everywhere except Solaris by Rob Pike · 10 years ago
- 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
- 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
- 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
- 383a360 misc/nacl: fix nacl build by Dave Cheney · 10 years ago
- abab21b misc/cgo/testshared: do not run gccgo tests when gccgo is too old by Michael Hudson-Doyle · 10 years ago
- 7904946 cmd/cgo: discard trailing zero-sized fields in a non-empty C struct by Ian Lance Taylor · 10 years ago
- 1421bc1 misc/makerelease: delete by Andrew Gerrand · 10 years ago
- 2e38b35 misc/cgo/testsovar: needs the `extern` keyword to export variables on non-windows platforms by Ingo Krabbe · 10 years ago
- 1125cd4 cmd/compile: define func value symbols at declaration by Michael Hudson-Doyle · 10 years ago
- 7c767fd misc/cgo/testshared: unset GOBIN during test by Ian Lance Taylor · 10 years ago
- 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
- 1cbbd7f cmd/trace: fix time scale by Dmitry Vyukov · 10 years ago
- 4e61c51 cmd/cgo: fix a problem with 'go build -compiler gccgo' by Russ Cox · 10 years ago
- 8628688 Fix several out of date references to 4g/5g/6g/8g/9g. by Aaron Jacobs · 10 years ago
- fe1cecf misc/cgo/testcshared: don't leave garbages after test by Mikio Hara · 10 years ago
- d0652e7 cmd/doc: add test by Rob Pike · 10 years ago
- cc6554f cmd/link/internal/ld, cmd/go: -buildmode=c-shared support for darwin/amd64 by Srdjan Petrovic · 10 years ago
- 9d968cb runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocall by Alex Brainman · 10 years ago
- a2aaede misc/cgo/testshared: make sure rebuilds occur as expected by Ian Lance Taylor · 10 years ago
- 6428a8b cmd/dist: add new misc/cgo/testsovar test by Alex Brainman · 10 years ago
- 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
- 12b05bf cmd/go: support -buildmode=shared with gccgo by Michael Hudson-Doyle · 10 years ago
- 2c2770c cmd/cgo: make sure pointers passed to C escape to heap by Russ Cox · 10 years ago
- 9a8750b misc/trace: update trace viewer by Dmitry Vyukov · 10 years ago
- 202ef48 cmd/dist: convert testso test into Go by Alex Brainman · 10 years ago
- 032811e misc/ios: document the external binary and the required env variables by Burcu Dogan · 10 years ago
- 7e27625 cmd/go, cmd/link: use "Go" not "GO" as ELF note identifier by Russ Cox · 10 years ago
- c949cff cmd/internal/ld: do not depend on local symbols to read a type's gcdata by Michael Hudson-Doyle · 10 years ago
- bcc1870 cmd/internal/ld: store the libraries a shared library was linked against in a note by Michael Hudson-Doyle · 10 years ago
- 6551803 cmd/link/internal/ld: put abi hash into a note by Michael Hudson-Doyle · 10 years ago
- 9262e21 misc/cgo/testshared: do not capture output of go commands in verbose mode by Michael Hudson-Doyle · 10 years ago
- 9c37a23 misc/android: cleaner to remove stale GOROOT files by David Crawshaw · 10 years ago
- 22e4b81 misc/cgo/test: fix build for CC=clang by Elias Naur · 10 years ago
- 84cfba1 runtime: don't always unblock all signals by Elias Naur · 10 years ago
- 2a141de cmd/link: move to cmd/newlink by Russ Cox · 10 years ago
- c013417 misc/cgo/testshared: when checking for RPATHs also look for DT_RUNPATH by Shenghou Ma · 10 years ago
- 362a40e misc/cgo/testshared: rewrite in Go by Michael Hudson-Doyle · 10 years ago
- 647026a misc/cgo/testcshared: remove use of 'env'. by Hyang-Ah (Hana) Kim · 10 years ago
- a4f4a46 misc/cgo/testcshared: fix test for android. by Hyang-Ah (Hana) Kim · 10 years ago
- 77fc03f cmd/internal/ld, runtime: abort on shared library ABI mismatch by Michael Hudson-Doyle · 10 years ago
- be0cb92 runtime: fix addmoduledata to follow the platform ABI by Michael Hudson-Doyle · 10 years ago
- dce432b misc/trace: add license for the trace-viewer by Shenghou Ma · 10 years ago
- e45aebd cmd/go: install headers for c-archive/c-shared cgo exports by Ian Lance Taylor · 10 years ago
- 2230e9d misc/cgo: add various solaris build lines by Aram Hăvărneanu · 10 years ago
- a1858e9 cmd/go: rebuild stale shared objects before linking against them. by Michael Hudson-Doyle · 10 years ago
- 97fd7b0 misc/ios: fix plist indentation and whitespace by Burcu Dogan · 10 years ago
- ccaaf1f misc/cgo/testcshared, misc/cgo/testshared: fix clang warnings and errors by Dave Cheney · 10 years ago
- 0774f6d misc/cgo/testshared: add basic test for -buildmode=shared/-linkshared by Michael Hudson-Doyle · 10 years ago
- e2b6ceb misc/cgo/test/issue9400: fix to build with gccgo by Ian Lance Taylor · 10 years ago
- e9a89b8 misc/cgo/testcshared: make test.bash resilient against noise. by Hyang-Ah Hana Kim · 10 years ago
- 8566979 misc/cgo/testcshared: add a c-shared test for android/arm. by Hyang-Ah Hana Kim · 10 years ago
- 5c8fbc6 runtime: signal forwarding by Srdjan Petrovic · 10 years ago
- e589e08 misc/cgo/testcshared: add c-shared test with no exports by Ian Lance Taylor · 10 years ago
- 98f610f misc/cgo/testcarchive: enable test on darwin/arm by David Crawshaw · 10 years ago
- c5befcf misc/cgo/testcarchive: check that os.Args is set by David Crawshaw · 10 years ago
- 92189a2 misc/cgo/testcshared: test -buildmode=c-shared by Hyang-Ah Hana Kim · 10 years ago
- 6a2b0c0 runtime: delete cgo_allocate by Russ Cox · 10 years ago
- 8fd1ec2 misc/ios: fix teamID and appID use in entitlements by Josh Bleecher Snyder · 10 years ago
- 110fa22 misc/cgo/test: skip issue3261 test on darwin/arm64 by Shenghou Ma · 10 years ago
- e6d5233 misc/ios: adjust exec script for iOS 8.3 by David Crawshaw · 10 years ago
- 2d0c962 misc/ios: read codesign info from environment variables by Josh Bleecher Snyder · 10 years ago
- 3b22ffc runtime: make cgocallback wait on package init by David Crawshaw · 10 years ago
- 8543cc56 misc/cgo/testcarchive: avoid bad pointer passing by David Crawshaw · 10 years ago
- 4345a9f misc/ios: support go run in go_darwin_arm_exec by David Crawshaw · 10 years ago
- fdab2f9 misc/cgo/testcarchive: test -buildmode=c-archive by David Crawshaw · 10 years ago
- 684473d misc/ios: pick clang arch based on GOARCH by David Crawshaw · 10 years ago
- 6508518 misc/cgo/test/issue9400: add arm64 implementation by Shenghou Ma · 10 years ago
- 84b690f cmd/api: re-enable TestGolden on nacl by Shenghou Ma · 10 years ago
- f8bcebe Revert "misc/cgo/testso: add test for fixed issue 4339" by Alex Brainman · 10 years ago
- 9fa9f96 misc/cgo/testso: add test for fixed issue 4339 by Alex Brainman · 10 years ago
- 00e0fe4 misc/ios: retry loop to handle builder flakiness by David Crawshaw · 10 years ago
- 713451a misc/ios: simplify breakpoint timeout by David Crawshaw · 10 years ago
- ed92862 misc/ios: timeout and continue waiting for getwd by David Crawshaw · 10 years ago
- 003dccf runtime, syscall: use the new get_random_bytes syscall for NaCl by Shenghou Ma · 10 years ago
- 4f97afc misc/swig/callback: fix test for SWIG -cgo support by Ian Lance Taylor · 10 years ago
- d2918cb cmd/dist: execute misc/cgo/testso again on windows by Alex Brainman · 10 years ago
- d5f6906 build: convert run.bash, run.bat, and run.rc into a Go program by Brad Fitzpatrick · 10 years ago
- 7ff6254 misc/ios: run lldb commands much more carefully by David Crawshaw · 10 years ago
- 1fdeb6b misc/ios: extra stdout check before run by David Crawshaw · 10 years ago
- 66416c0 misc/ios: more predictable zoneinfo.zip location by David Crawshaw · 10 years ago
- d460b6e misc/ios: add go_darwin_arm_exec script by David Crawshaw · 10 years ago
- 20f9f54 [dev.cc] misc/nacl: add testdata for cmd/internal/rsc.io/x86/x86asm by Russ Cox · 10 years ago
- de50bad [dev.cc] all: merge master (48469a2) into dev.cc by Russ Cox · 10 years ago
- 5944cb8 [dev.cc] cmd/asm/internal/asm: fix test on nacl by Russ Cox · 10 years ago
- edadffa cmd/trace: add new command by Dmitry Vyukov · 10 years ago
- e190e27 [dev.cc] misc/cgo/test: fix PC reference in arm assembler by Rob Pike · 10 years ago
- 9b6ccb1 all: don't refer to code.google.com/p/go{,-wiki}/ by Péter Surányi · 10 years ago
- f961a99 misc/ios: add README and wrapper script to ease cross-compiling for darwin/arm by Shenghou Ma · 10 years ago
- 5b806e5 misc/cgo/test: skip test7978 when using unsupported compilers by Shenghou Ma · 10 years ago
- 5efcbba misc/makerelease: send file size when uploading by Andrew Gerrand · 10 years ago