summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* misc/cgo/test: ignore "too many open files" in issue 18146 testIan Lance Taylor2016-12-061-1/+1
* runtime/cgo: retry pthread_create on EAGAIN for OpenBSDIan Lance Taylor2016-12-051-5/+13
* misc/cgo/test: skip Test18146 on DragonFlyIan Lance Taylor2016-12-051-1/+1
* runtime/cgo: retry pthread_create on EAGAINIan Lance Taylor2016-12-052-0/+88
* Revert "runtime: handle SIGPIPE in c-archive and c-shared programs"Elias Naur2016-12-016-121/+1
* cmd/cgo: fix cgo checking when fetching errno valueIan Lance Taylor2016-12-012-0/+27
* runtime: fix undead arguments in cgocallAustin Clements2016-11-301-0/+11
* misc/cgo/testcshared: add explicit ./ to shared library argumentIan Lance Taylor2016-11-191-1/+1
* runtime: handle SIGPIPE in c-archive and c-shared programsElias Naur2016-11-186-1/+121
* cmd/cgo: ignore top-level qualifiers in function args/resultsIan Lance Taylor2016-11-171-1/+1
* misc/cgo: decrease test failure timeoutsElias Naur2016-11-175-8/+8
* cmd/link: handle R_GOTPCREL separately on darwinDavid Crawshaw2016-11-161-1/+9
* runtime/cgo: use libc for sigaction syscalls when possibleBryan C. Mills2016-11-162-0/+61
* cmd/cgo: run cgo pointer checks for pointer to unionIan Lance Taylor2016-11-151-0/+21
* cmd/go: use build ID as plugin symbol prefixDavid Crawshaw2016-11-154-1/+59
* cmd/link, runtime, plugin: versioningDavid Crawshaw2016-11-154-0/+38
* misc/cgo/testcarchive, misc/cgo/testcshared: sleep instead of sched_yieldIan Lance Taylor2016-11-155-24/+33
* cmd/cgo: don't ignore qualifiers, don't cast to void*Ian Lance Taylor2016-11-112-0/+43
* misc/cgo/testsanitizers: skip tests when vm.overcommit_memory=2Russ Cox2016-11-031-0/+5
* cmd/compile: write type symbols referenced in ptabsDavid Crawshaw2016-11-032-0/+15
* cmd/cgo: only record typedef name for pointer to structIan Lance Taylor2016-11-011-0/+6
* cmd/link: support plugins with no exported symbolsDavid Crawshaw2016-11-013-0/+27
* runtime: align stack pointer in sigfwdBryan C. Mills2016-11-011-0/+13
* cmd/link, plugin: use full plugin path for symbolsDavid Crawshaw2016-10-314-5/+66
* cmd/cgo: add -srcdir optionIan Lance Taylor2016-10-301-1/+1
* cmd/compile, runtime: make the go.itab.* symbols module-localMichael Hudson-Doyle2016-10-272-0/+15
* misc/cgo/errors: fix malloc test for dragonflyIan Lance Taylor2016-10-252-2/+13
* cmd/cgo: throw if C.malloc returns nilIan Lance Taylor2016-10-252-0/+33
* cmd/cgo: preserve original call arguments when pointer checkingIan Lance Taylor2016-10-212-0/+34
* cmd/cgo: always use a function literal for pointer checkingIan Lance Taylor2016-10-193-0/+19
* cmd/dist: use debug/pe directly for cmd/linkRuss Cox2016-10-171-5/+0
* misc/cgo/testcarchive: do not use same executable name in TestInstallAlex Brainman2016-10-171-58/+35
* cmd/link/internal/ld: use debug/pe package to rewrite ldpe.goAlex Brainman2016-10-131-0/+5
* cmd: add golang.org/x/arch/ppc64/ppc64asm for disassemblyRuss Cox2016-10-131-0/+4
* misc/cgo/test: add test that gccgo failsXia Bin2016-10-133-0/+57
* cmd/compile, cmd/cgo: align complex{64,128} like GCCMatthew Dempsky2016-10-051-0/+24
* misc/cgo/testplugin: add test of -buildmode=pluginDavid Crawshaw2016-09-164-0/+114
* cmd/link: fix -buildmode=pie / -linkshared combinationMichael Hudson-Doyle2016-09-131-0/+8
* misc/cgo/test: add skipped test for issue 17065Josh Bleecher Snyder2016-09-112-0/+30
* cmd/link, cmd/go: delay linking of mingwex and mingw32 until very endAlex Brainman2016-08-313-0/+29
* misc/cgo/testsigfwd: add missing return statementJosh Bleecher Snyder2016-08-301-0/+1
* go/build: don't alter InstallSuffix for default compile optionsJosh Bleecher Snyder2016-08-261-2/+2
* runtime/cgo: add tsan acquire/release around setenv/unsetenvIan Lance Taylor2016-08-232-0/+43
* cmd/go, cmd/link: build c-archive as position independent on ELFIan Lance Taylor2016-08-231-2/+76
* runtime: add missing race and msan checks to reflect functionsIan Lance Taylor2016-08-232-0/+62
* cmd/compile/internal/syntax: fast Go syntax trees, initial commit.Robert Griesemer2016-08-181-0/+4
* cmd/compile: ppc64le working, not optimized enoughDavid Chase2016-08-181-0/+18
* misc/trace: disable trace resolution warningBrad Fitzpatrick2016-07-211-1/+1
* cmd/cgo: error, not panic, if not enough arguments to functionqeed2016-06-212-0/+13
* cmd/cgo: use function arg type for _cgoCheckPointerN functionIan Lance Taylor2016-06-092-3/+30