aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2016-02-17all: merge master into release-branch.go1.6Russ Cox
2016-02-09build: mv cmd/vendor cmd/internal/unvendorRuss Cox
2016-01-28[release-branch.go1.6] cmd/newlink: remove from release branchgo1.6rc1Chris Broadfoot
2016-01-27runtime: handle kindString in cgoCheckArgIan Lance Taylor
2016-01-27misc/cgo/test: disable sigaltstack test on darwin/386Russ Cox
2016-01-26cmd/link: add -extar option to set ar program for c-archiveIan Lance Taylor
2016-01-24misc/cgo/test: fix test on darwin/386 with cgo enabledRuss Cox
2016-01-20cmd/link: allow symbols from .a files to override those from .so filesMichael Hudson-Doyle
2016-01-13cmd/go: -buildmode=c-shared should work on darwin/386Joe Sylve
2016-01-13runtime: make NumGoroutine and Stack agree not to include system goroutinesRuss Cox
2016-01-09runtime: for c-archive/c-shared, install signal handlers synchronouslyIan Lance Taylor
2016-01-08cmd/cgo, runtime: recognize unsafe.Pointer(&s[0]) in cgo pointer checksIan Lance Taylor
2016-01-07misc/cgo/testcarchive,testcshared: deflake testsIan Lance Taylor
2016-01-06runtime: preserve signal stack when calling Go on C threadIan Lance Taylor
2016-01-06runtime: call msanwrite on object passed to runtime/cgoIan Lance Taylor
2016-01-05misc/cgo/testcshared: print a little more about GOROOT on failureRuss Cox
2016-01-05runtime: disable a signal by restoring the original dispositionIan Lance Taylor
2016-01-04build: prevent the entire repo to be wiped out by cgo test scriptsDidier Spezia
2015-12-24runtime: fix sigaltstack test Skipf format stringDan Peterson
2015-12-24runtime: adjust gsignal stack to current signal stackIan Lance Taylor
2015-12-22misc/cgo/testcarchive: skip test4 on darwin/{arm,arm64}Ian Lance Taylor
2015-12-18runtime: for c-archive/c-shared, don't install unnecessary signal handlersIan Lance Taylor
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