summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* misc/android: make the exec wrapper exit code parsing more robustElias Naur2016-06-081-3/+3
* misc/cgo/testsanitizers: don't run some TSAN tests on GCC < 7Ian Lance Taylor2016-06-081-4/+21
* cmd/cgo: check pointers for deferred C calls at the right timeIan Lance Taylor2016-06-031-0/+8
* runtime/cgo: add TSAN locks around mmap callIan Lance Taylor2016-06-032-44/+67
* cmd/internal/obj, runtime: fixes for defer in 386 shared librariesMichael Hudson-Doyle2016-06-031-0/+1
* misc/cgo/test: fix issue9400 test on android/386Elias Naur2016-06-021-2/+3
* misc/cgo/test,cmd/dist: enable (more) Cgo tests on iOSElias Naur2016-06-022-1/+5
* cmd/compile: do not generate tail calls when dynamic linking on ppc64leMichael Hudson-Doyle2016-06-022-1/+6
* misc/cgo/test,cmd/dist: enable (most) Cgo tests on AndroidElias Naur2016-06-017-1/+25
* runtime/cgo: add TSAN acquire/release callsIan Lance Taylor2016-05-312-0/+62
* cmd/cgo: remove -O options when generating compiler errorsIan Lance Taylor2016-05-272-0/+30
* cmd/cgo, runtime, runtime/cgo: TSAN support for mallocIan Lance Taylor2016-05-252-0/+44
* cmd/cgo: mark stub functions as no_sanitize_threadIan Lance Taylor2016-05-192-0/+50
* runtime: check only up to ptrdata bytes for pointersIan Lance Taylor2016-05-181-0/+24
* cmd/vendor: move cmd/internal/unvendor packages to cmd/vendorKonstantin Shaposhnikov2016-05-141-12/+12
* cmd/go: add -shared to darwin/arm{,64} default build modeElias Naur2016-05-071-1/+1
* misc/cgo/testcarchive: avoid possible pthread_create raceIan Lance Taylor2016-05-061-8/+8
* misc/cgo/testcarchive: don't force -no_pie on DarwinElias Naur2016-05-061-2/+0