| Commit message (Expand) | Author | Age | Files | Lines |
| * | [release-branch.go1.8] cmd/link: make mach-o dwarf segment properly aligned | Russ Cox | 2017-04-05 | 1 | -0/+7 |
| * | runtime: reorder modules so main.main comes first | David Crawshaw | 2017-01-25 | 2 | -0/+11 |
| * | misc/cgo/test: pass current environment to syscall.Exec | Ian Lance Taylor | 2017-01-20 | 1 | -1/+1 |
| * | misc/cgo/test: fix test when using GCC 7 | Ian Lance Taylor | 2017-01-20 | 1 | -3/+3 |
| * | runtime: check for nil g and m in msanread | Bryan C. Mills | 2017-01-19 | 2 | -0/+33 |
| * | runtime: for plugins, don't add duplicate itabs | Keith Randall | 2017-01-17 | 4 | -1/+62 |
| * | all: test adjustments for the iOS builder | David Crawshaw | 2017-01-14 | 1 | -4/+2 |
| * | cmd/go, misc: rework cwd handling for iOS tests | David Crawshaw | 2017-01-13 | 1 | -9/+5 |
| * | misc/cgo/testplugin: test that types and itabs are unique | Keith Randall | 2017-01-13 | 5 | -2/+105 |
| * | cmd/go, misc: switch from breakpoint to SIGUSR2 | David Crawshaw | 2017-01-12 | 1 | -4/+3 |
| * | misc/cgo/testshared: test that types and itabs are unique | Keith Randall | 2017-01-12 | 5 | -0/+79 |
| * | misc/cgo/test: limit issue18146 attempts based on RLIMIT_NPROC | Ian Lance Taylor | 2016-12-21 | 1 | -0/+25 |
| * | build: fix darwin/arm broken on macOS 10.12 with Xcode 8.0 | Koichi Shiraishi | 2016-12-21 | 1 | -1/+1 |
| * | misc/cgo/testcshared: wait up to 1 second in main2.c | Ian Lance Taylor | 2016-12-20 | 1 | -1/+1 |
| * | cmd/compile, runtime: a different approach to duplicate itabs | Michael Hudson-Doyle | 2016-12-19 | 1 | -0/+12 |
| * | misc/cgo/testsanitizer: don't run msan tests if msan doesn't work | Ian Lance Taylor | 2016-12-16 | 1 | -2/+8 |
| * | runtime: preserve callee-saved C registers in sigtramp | Bryan C. Mills | 2016-12-15 | 1 | -2/+9 |
| * | misc/cgo/test: add mipsx test case for #9400 | Vladimir Stefanovic | 2016-12-15 | 1 | -0/+31 |
| * | cmd/link: do not export plugin C symbols | David Crawshaw | 2016-12-14 | 1 | -2/+11 |
| * | cmd/cgo: don't strip qualifiers from C void* pointer | Ian Lance Taylor | 2016-12-14 | 1 | -0/+16 |
| * | misc/cgo/test: skip test18146 on mips{,64} | Vladimir Stefanovic | 2016-12-13 | 1 | -0/+4 |
| * | runtime: don't crash if signal delivered on g0 stack | Ian Lance Taylor | 2016-12-12 | 2 | -0/+61 |
| * | cmd/link: limit darwin dynlink symbol exports | David Crawshaw | 2016-12-10 | 1 | -1/+4 |
| * | cmd/link: do not mark go.plugin.tabs as reachable in non-plugins | Michael Hudson-Doyle | 2016-12-08 | 1 | -0/+5 |
| * | misc/cgo/test: skip test18146 on Darwin | Ian Lance Taylor | 2016-12-07 | 1 | -0/+4 |
| * | 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 |