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