aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2015-12-16cmd/cgo: map C unsigned char back to _Ctype_uchar in error messagesShenghou Ma
2015-12-11misc/cgo/gmp: change pi.go to use standard Go copyright headerIan Lance Taylor
2015-12-05misc/cgo/stdio: reenable testsRuss Cox
2015-12-05misc/cgo/testcshared: use fd 100 instead of fd 10 for back-channel communicationRuss Cox
2015-12-03misc/cgo/testsanitizers: check linux major/minor versionsMohit Agarwal
2015-12-03misc/cgo/testsanitizers: do not run with clang < 3.8 and Linux ≥ 4.1Russ Cox
2015-12-02cmd/cgo: error, not panic, if not enough arguments to functionIan Lance Taylor
2015-11-29cmd/cgo: make the char * pointer in GoString constIan Lance Taylor
2015-11-25cmd/cgo: fix C.complexfloat and C.complexdoubleMatthew Dempsky
2015-11-25cmd/cgo: handle another Clang DWARF quirkMatthew Dempsky
2015-11-23cmd/cgo: ignore vars with no name or type if they have a AttrSpecificationIan Lance Taylor
2015-11-21misc/cgo/testshared: add format specifier in Errorf callsMohit Agarwal
2015-11-20cmd/cgo: put the real C function in the dynamic symbol tableIan Lance Taylor
2015-11-19cmd/cgo, runtime: exported Go functions can't return a Go pointerIan Lance Taylor
2015-11-16runtime: add optional expensive check for invalid cgo pointer passingIan Lance Taylor
2015-11-14cmd/link, cmd/go, cmd/dist: use copy of libgcc.a for internal linkingIan Lance Taylor
2015-11-12misc/sortac: add tool to sort the AUTHORS and CONTRIBUTORS filesBrad Fitzpatrick
2015-11-11runtime: don't call msanread when running on the system stackIan Lance Taylor
2015-11-11runtime: mark cgo callback results as written for msanIan Lance Taylor
2015-11-11misc/cgo/test: disable Test10303 for gccgoIan Lance Taylor
2015-11-10cmd/cgo, runtime: add checks for passing pointers from Go to CIan Lance Taylor
2015-11-10cmd/go: always use --whole-archive for gccgo packagesIan Lance Taylor
2015-11-10cmd/dist, cmd/go, misc/cgo/testshared: update testshared and run it on armMichael Hudson-Doyle
2015-11-10misc/cgo/testsanitizers: fix check for existence of clangMohit Agarwal
2015-11-04misc/ios: keep whole buffer in go_darwin_arm_execDavid Crawshaw
2015-11-03cmd/compile: make sure instrumented call has type widthIan Lance Taylor
2015-11-03misc/cgo/testsanitizers: fix test of whether compiler option worksIan Lance Taylor
2015-11-03misc/ios: fix an error when getenv encounters unset variableMichael Matloob
2015-10-29cmd/go: buildmode=c-shared support for linux/arm64David Crawshaw
2015-10-28cmd/go: enable android/amd64 build.Hyang-Ah Hana Kim
2015-10-23cmd/go, cmd/link: -buildmode=pie for linux/amd64David Crawshaw
2015-10-21cmd/go: if -msan, pass -fsanitize=memory to cgo buildsIan Lance Taylor
2015-10-21cmd/go: add -msan optionIan Lance Taylor
2015-10-18cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on...Michael Hudson-Doyle
2015-10-13misc/cgo/testcshared: use -pie for android-L.Hyang-Ah Hana Kim
2015-10-13misc/cgo/test: fix go vet warningsIan Lance Taylor
2015-10-05cmd/cgo: fix panic on references to non-existing C typesDidier Spezia
2015-10-02misc/cgo/testsanitizers: skip test for version of clang before 3.6Ian Lance Taylor
2015-09-30runtime, runtime/cgo: support using msan on cgo codeIan Lance Taylor
2015-09-17misc/ios: skip revoked certificatesDavid Crawshaw
2015-09-14runtime: unblock special glibc signals on each threadIan Lance Taylor
2015-09-12runtime/cgo: explicitly link msvcrt on windowsShenghou Ma
2015-09-11all: use one 'l' when cancelling everywhere except SolarisRob Pike
2015-09-08cmd/internal/ld: put read-only relocated data into .data.rel.ro when making a...Michael Hudson-Doyle
2015-09-04Revert "cmd/internal/ld: put read-only relocated data into .data.rel.ro when ...Dave Cheney
2015-09-04cmd/internal/ld: put read-only relocated data into .data.rel.ro when making a...Michael Hudson-Doyle
2015-08-29misc/nacl: fix nacl buildDave Cheney
2015-08-26misc/cgo/testshared: do not run gccgo tests when gccgo is too oldMichael Hudson-Doyle
2015-07-30cmd/cgo: discard trailing zero-sized fields in a non-empty C structIan Lance Taylor
2015-07-22misc/makerelease: deleteAndrew Gerrand