aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2016-12-21misc/cgo/test: limit issue18146 attempts based on RLIMIT_NPROCIan Lance Taylor
2016-12-21build: fix darwin/arm broken on macOS 10.12 with Xcode 8.0Koichi Shiraishi
2016-12-20misc/cgo/testcshared: wait up to 1 second in main2.cIan Lance Taylor
2016-12-19cmd/compile, runtime: a different approach to duplicate itabsMichael Hudson-Doyle
2016-12-16misc/cgo/testsanitizer: don't run msan tests if msan doesn't workIan Lance Taylor
2016-12-15runtime: preserve callee-saved C registers in sigtrampBryan C. Mills
2016-12-15misc/cgo/test: add mipsx test case for #9400Vladimir Stefanovic
2016-12-14cmd/link: do not export plugin C symbolsDavid Crawshaw
2016-12-14cmd/cgo: don't strip qualifiers from C void* pointerIan Lance Taylor
2016-12-13misc/cgo/test: skip test18146 on mips{,64}Vladimir Stefanovic
2016-12-12runtime: don't crash if signal delivered on g0 stackIan Lance Taylor
2016-12-10cmd/link: limit darwin dynlink symbol exportsDavid Crawshaw
2016-12-08cmd/link: do not mark go.plugin.tabs as reachable in non-pluginsMichael Hudson-Doyle
2016-12-07misc/cgo/test: skip test18146 on DarwinIan Lance Taylor
2016-12-06misc/cgo/test: ignore "too many open files" in issue 18146 testIan Lance Taylor
2016-12-05runtime/cgo: retry pthread_create on EAGAIN for OpenBSDIan Lance Taylor
2016-12-05misc/cgo/test: skip Test18146 on DragonFlyIan Lance Taylor
2016-12-05runtime/cgo: retry pthread_create on EAGAINIan Lance Taylor
2016-12-01Revert "runtime: handle SIGPIPE in c-archive and c-shared programs"Elias Naur
2016-12-01cmd/cgo: fix cgo checking when fetching errno valueIan Lance Taylor
2016-11-30runtime: fix undead arguments in cgocallAustin Clements
2016-11-19misc/cgo/testcshared: add explicit ./ to shared library argumentIan Lance Taylor
2016-11-18runtime: handle SIGPIPE in c-archive and c-shared programsElias Naur
2016-11-17cmd/cgo: ignore top-level qualifiers in function args/resultsIan Lance Taylor
2016-11-17misc/cgo: decrease test failure timeoutsElias Naur
2016-11-16cmd/link: handle R_GOTPCREL separately on darwinDavid Crawshaw
2016-11-16runtime/cgo: use libc for sigaction syscalls when possibleBryan C. Mills
2016-11-15cmd/cgo: run cgo pointer checks for pointer to unionIan Lance Taylor
2016-11-15cmd/go: use build ID as plugin symbol prefixDavid Crawshaw
2016-11-15cmd/link, runtime, plugin: versioningDavid Crawshaw
2016-11-15misc/cgo/testcarchive, misc/cgo/testcshared: sleep instead of sched_yieldIan Lance Taylor
2016-11-11cmd/cgo: don't ignore qualifiers, don't cast to void*Ian Lance Taylor
2016-11-03misc/cgo/testsanitizers: skip tests when vm.overcommit_memory=2Russ Cox
2016-11-03cmd/compile: write type symbols referenced in ptabsDavid Crawshaw
2016-11-01cmd/cgo: only record typedef name for pointer to structIan Lance Taylor
2016-11-01cmd/link: support plugins with no exported symbolsDavid Crawshaw
2016-11-01runtime: align stack pointer in sigfwdBryan C. Mills
2016-10-31cmd/link, plugin: use full plugin path for symbolsDavid Crawshaw
2016-10-30cmd/cgo: add -srcdir optionIan Lance Taylor
2016-10-27cmd/compile, runtime: make the go.itab.* symbols module-localMichael Hudson-Doyle
2016-10-25misc/cgo/errors: fix malloc test for dragonflyIan Lance Taylor
2016-10-25cmd/cgo: throw if C.malloc returns nilIan Lance Taylor
2016-10-21cmd/cgo: preserve original call arguments when pointer checkingIan Lance Taylor
2016-10-19cmd/cgo: always use a function literal for pointer checkingIan Lance Taylor
2016-10-17cmd/dist: use debug/pe directly for cmd/linkRuss Cox
2016-10-17misc/cgo/testcarchive: do not use same executable name in TestInstallAlex Brainman
2016-10-13cmd/link/internal/ld: use debug/pe package to rewrite ldpe.goAlex Brainman
2016-10-13cmd: add golang.org/x/arch/ppc64/ppc64asm for disassemblyRuss Cox
2016-10-13misc/cgo/test: add test that gccgo failsXia Bin
2016-10-05cmd/compile, cmd/cgo: align complex{64,128} like GCCMatthew Dempsky