aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
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
2016-09-16misc/cgo/testplugin: add test of -buildmode=pluginDavid Crawshaw
2016-09-13cmd/link: fix -buildmode=pie / -linkshared combinationMichael Hudson-Doyle
2016-09-11misc/cgo/test: add skipped test for issue 17065Josh Bleecher Snyder
2016-08-31cmd/link, cmd/go: delay linking of mingwex and mingw32 until very endAlex Brainman
2016-08-30misc/cgo/testsigfwd: add missing return statementJosh Bleecher Snyder
2016-08-26go/build: don't alter InstallSuffix for default compile optionsJosh Bleecher Snyder