| Commit message (Expand) | Author | Age | Files | Lines |
| * | misc/cgo/test: ignore "too many open files" in issue 18146 test | Ian Lance Taylor | 2016-12-06 | 1 | -1/+1 |
| * | runtime/cgo: retry pthread_create on EAGAIN for OpenBSD | Ian Lance Taylor | 2016-12-05 | 1 | -5/+13 |
| * | misc/cgo/test: skip Test18146 on DragonFly | Ian Lance Taylor | 2016-12-05 | 1 | -1/+1 |
| * | runtime/cgo: retry pthread_create on EAGAIN | Ian Lance Taylor | 2016-12-05 | 2 | -0/+88 |
| * | Revert "runtime: handle SIGPIPE in c-archive and c-shared programs" | Elias Naur | 2016-12-01 | 6 | -121/+1 |
| * | cmd/cgo: fix cgo checking when fetching errno value | Ian Lance Taylor | 2016-12-01 | 2 | -0/+27 |
| * | runtime: fix undead arguments in cgocall | Austin Clements | 2016-11-30 | 1 | -0/+11 |
| * | misc/cgo/testcshared: add explicit ./ to shared library argument | Ian Lance Taylor | 2016-11-19 | 1 | -1/+1 |
| * | runtime: handle SIGPIPE in c-archive and c-shared programs | Elias Naur | 2016-11-18 | 6 | -1/+121 |
| * | cmd/cgo: ignore top-level qualifiers in function args/results | Ian Lance Taylor | 2016-11-17 | 1 | -1/+1 |
| * | misc/cgo: decrease test failure timeouts | Elias Naur | 2016-11-17 | 5 | -8/+8 |
| * | cmd/link: handle R_GOTPCREL separately on darwin | David Crawshaw | 2016-11-16 | 1 | -1/+9 |
| * | runtime/cgo: use libc for sigaction syscalls when possible | Bryan C. Mills | 2016-11-16 | 2 | -0/+61 |
| * | cmd/cgo: run cgo pointer checks for pointer to union | Ian Lance Taylor | 2016-11-15 | 1 | -0/+21 |
| * | cmd/go: use build ID as plugin symbol prefix | David Crawshaw | 2016-11-15 | 4 | -1/+59 |
| * | cmd/link, runtime, plugin: versioning | David Crawshaw | 2016-11-15 | 4 | -0/+38 |
| * | misc/cgo/testcarchive, misc/cgo/testcshared: sleep instead of sched_yield | Ian Lance Taylor | 2016-11-15 | 5 | -24/+33 |
| * | cmd/cgo: don't ignore qualifiers, don't cast to void* | Ian Lance Taylor | 2016-11-11 | 2 | -0/+43 |
| * | misc/cgo/testsanitizers: skip tests when vm.overcommit_memory=2 | Russ Cox | 2016-11-03 | 1 | -0/+5 |
| * | cmd/compile: write type symbols referenced in ptabs | David Crawshaw | 2016-11-03 | 2 | -0/+15 |
| * | cmd/cgo: only record typedef name for pointer to struct | Ian Lance Taylor | 2016-11-01 | 1 | -0/+6 |
| * | cmd/link: support plugins with no exported symbols | David Crawshaw | 2016-11-01 | 3 | -0/+27 |
| * | runtime: align stack pointer in sigfwd | Bryan C. Mills | 2016-11-01 | 1 | -0/+13 |
| * | cmd/link, plugin: use full plugin path for symbols | David Crawshaw | 2016-10-31 | 4 | -5/+66 |
| * | cmd/cgo: add -srcdir option | Ian Lance Taylor | 2016-10-30 | 1 | -1/+1 |
| * | cmd/compile, runtime: make the go.itab.* symbols module-local | Michael Hudson-Doyle | 2016-10-27 | 2 | -0/+15 |
| * | misc/cgo/errors: fix malloc test for dragonfly | Ian Lance Taylor | 2016-10-25 | 2 | -2/+13 |
| * | cmd/cgo: throw if C.malloc returns nil | Ian Lance Taylor | 2016-10-25 | 2 | -0/+33 |
| * | cmd/cgo: preserve original call arguments when pointer checking | Ian Lance Taylor | 2016-10-21 | 2 | -0/+34 |
| * | cmd/cgo: always use a function literal for pointer checking | Ian Lance Taylor | 2016-10-19 | 3 | -0/+19 |
| * | cmd/dist: use debug/pe directly for cmd/link | Russ Cox | 2016-10-17 | 1 | -5/+0 |
| * | misc/cgo/testcarchive: do not use same executable name in TestInstall | Alex Brainman | 2016-10-17 | 1 | -58/+35 |
| * | cmd/link/internal/ld: use debug/pe package to rewrite ldpe.go | Alex Brainman | 2016-10-13 | 1 | -0/+5 |
| * | cmd: add golang.org/x/arch/ppc64/ppc64asm for disassembly | Russ Cox | 2016-10-13 | 1 | -0/+4 |
| * | misc/cgo/test: add test that gccgo fails | Xia Bin | 2016-10-13 | 3 | -0/+57 |
| * | cmd/compile, cmd/cgo: align complex{64,128} like GCC | Matthew Dempsky | 2016-10-05 | 1 | -0/+24 |
| * | misc/cgo/testplugin: add test of -buildmode=plugin | David Crawshaw | 2016-09-16 | 4 | -0/+114 |
| * | cmd/link: fix -buildmode=pie / -linkshared combination | Michael Hudson-Doyle | 2016-09-13 | 1 | -0/+8 |
| * | misc/cgo/test: add skipped test for issue 17065 | Josh Bleecher Snyder | 2016-09-11 | 2 | -0/+30 |
| * | cmd/link, cmd/go: delay linking of mingwex and mingw32 until very end | Alex Brainman | 2016-08-31 | 3 | -0/+29 |
| * | misc/cgo/testsigfwd: add missing return statement | Josh Bleecher Snyder | 2016-08-30 | 1 | -0/+1 |
| * | go/build: don't alter InstallSuffix for default compile options | Josh Bleecher Snyder | 2016-08-26 | 1 | -2/+2 |
| * | runtime/cgo: add tsan acquire/release around setenv/unsetenv | Ian Lance Taylor | 2016-08-23 | 2 | -0/+43 |
| * | cmd/go, cmd/link: build c-archive as position independent on ELF | Ian Lance Taylor | 2016-08-23 | 1 | -2/+76 |
| * | runtime: add missing race and msan checks to reflect functions | Ian Lance Taylor | 2016-08-23 | 2 | -0/+62 |
| * | cmd/compile/internal/syntax: fast Go syntax trees, initial commit. | Robert Griesemer | 2016-08-18 | 1 | -0/+4 |
| * | cmd/compile: ppc64le working, not optimized enough | David Chase | 2016-08-18 | 1 | -0/+18 |
| * | misc/trace: disable trace resolution warning | Brad Fitzpatrick | 2016-07-21 | 1 | -1/+1 |
| * | cmd/cgo: error, not panic, if not enough arguments to function | qeed | 2016-06-21 | 2 | -0/+13 |
| * | cmd/cgo: use function arg type for _cgoCheckPointerN function | Ian Lance Taylor | 2016-06-09 | 2 | -3/+30 |