aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
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
2016-05-04misc/cgo/test: add mips64x test case for issue9400Cherry Zhang
2016-05-04misc/cgo/fortran: fix gfortran compile testMartin Möhrmann
2016-05-04cmd/link: always read type data for dynimport symbolsMichael Hudson-Doyle
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-05-02cmd/cgo, misc/cgo/test: make -Wdeclaration-after-statement cleanIan Lance Taylor
2016-04-29misc/cgo/testcarchive: fix C include path for darwin/armCherry Zhang
2016-04-27misc/cgo/testcarchive: fix path of libgo.a for darwin/armCherry Zhang
2016-04-18cmd/link: use gold when dynamic linking on arm64David Crawshaw
2016-04-15runtime: don't always unblock all signals on dragonfly, freebsd and openbsdMikio Hara
2016-04-14misc/trace: update trace viewer htmlDmitry Vyukov
2016-04-11internal/trace: support parsing of 1.5 tracesDmitry Vyukov
2016-04-09runtime: revert "do not call timeBeginPeriod on windows"Dmitry Vyukov
2016-04-04cmd/go: fix -buildmode=c-archive should work on windowsChristopher Nelson
2016-04-03all: fix spelling mistakesEric Engestrom
2016-03-26misc/cgo/testcarchive: more robust TestSignalForwardingExternalIan Lance Taylor
2016-03-26misc/cgo/testcarchive: split main.c into unix and non-unixChristopher Nelson
2016-03-25misc/ios: fix exec wrapper lockingElias Naur
2016-03-25misc/cgo/testcarchive: fix buildElias Naur
2016-03-24misc/cgo/testcarchive: re-enable c-archive test on iOS and AndroidElias Naur
2016-03-24runtime: improve last ditch signal forwarding for Unix librariesJoe Sylve
2016-03-24misc/ios: serialize iOS executionElias Naur
2016-03-24misc/ios: deflake tests on darwin/arm{,arm64}Elias Naur
2016-03-24misc/ios: pass through SIGCONT in the exec wrapperElias Naur
2016-03-23misc/cgo/testcarchive: rewrite test from bash to GoIan Lance Taylor
2016-03-22misc/cgo/test: add RewindAndSetgid implementation for s390xMichael Munday
2016-03-17cmd/link: do not add duplicate symbols to AllsymMichael Hudson-Doyle
2016-03-16cmd/cgo: add C.CBytesJames Bardin
2016-03-11compress/flate: optimize huffman bit encoderKlaus Post
2016-03-08cmd/newlink: deleteRuss Cox
2016-03-02misc/cgo/test: rewrite windows version of mysleepAlex Brainman
2016-03-01misc/cgo/testsanitizers: don't run tsan tests on old clangIan Lance Taylor