aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
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
2016-08-23runtime/cgo: add tsan acquire/release around setenv/unsetenvIan Lance Taylor
2016-08-23cmd/go, cmd/link: build c-archive as position independent on ELFIan Lance Taylor
2016-08-23runtime: add missing race and msan checks to reflect functionsIan Lance Taylor
2016-08-18cmd/compile/internal/syntax: fast Go syntax trees, initial commit.Robert Griesemer
2016-08-18cmd/compile: ppc64le working, not optimized enoughDavid Chase
2016-07-21misc/trace: disable trace resolution warningBrad Fitzpatrick
2016-06-21cmd/cgo: error, not panic, if not enough arguments to functionqeed
2016-06-09cmd/cgo: use function arg type for _cgoCheckPointerN functionIan Lance Taylor
2016-06-08misc/android: make the exec wrapper exit code parsing more robustElias Naur
2016-06-08misc/cgo/testsanitizers: don't run some TSAN tests on GCC < 7Ian Lance Taylor
2016-06-03cmd/cgo: check pointers for deferred C calls at the right timeIan Lance Taylor
2016-06-03runtime/cgo: add TSAN locks around mmap callIan Lance Taylor
2016-06-03cmd/internal/obj, runtime: fixes for defer in 386 shared librariesMichael Hudson-Doyle
2016-06-02misc/cgo/test: fix issue9400 test on android/386Elias Naur
2016-06-02misc/cgo/test,cmd/dist: enable (more) Cgo tests on iOSElias Naur
2016-06-02cmd/compile: do not generate tail calls when dynamic linking on ppc64leMichael Hudson-Doyle
2016-06-01misc/cgo/test,cmd/dist: enable (most) Cgo tests on AndroidElias Naur
2016-05-31runtime/cgo: add TSAN acquire/release callsIan Lance Taylor
2016-05-27cmd/cgo: remove -O options when generating compiler errorsIan Lance Taylor
2016-05-25cmd/cgo, runtime, runtime/cgo: TSAN support for mallocIan Lance Taylor
2016-05-19cmd/cgo: mark stub functions as no_sanitize_threadIan Lance Taylor
2016-05-18runtime: check only up to ptrdata bytes for pointersIan Lance Taylor
2016-05-14cmd/vendor: move cmd/internal/unvendor packages to cmd/vendorKonstantin Shaposhnikov
2016-05-07cmd/go: add -shared to darwin/arm{,64} default build modeElias Naur
2016-05-06misc/cgo/testcarchive: avoid possible pthread_create raceIan Lance Taylor
2016-05-06misc/cgo/testcarchive: don't force -no_pie on DarwinElias Naur