aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2015-07-12misc/cgo/testshared: unset GOBIN during testIan Lance Taylor
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-07-01cmd/trace: fix time scaleDmitry Vyukov
2015-06-29cmd/cgo: fix a problem with 'go build -compiler gccgo'Russ Cox
2015-06-26Fix several out of date references to 4g/5g/6g/8g/9g.Aaron Jacobs
2015-06-25misc/cgo/testcshared: don't leave garbages after testMikio Hara
2015-06-19cmd/doc: add testRob Pike
2015-06-19cmd/link/internal/ld, cmd/go: -buildmode=c-shared support for darwin/amd64Srdjan Petrovic
2015-06-19runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocallAlex Brainman
2015-06-17misc/cgo/testshared: make sure rebuilds occur as expectedIan Lance Taylor
2015-06-17cmd/dist: add new misc/cgo/testsovar testAlex Brainman
2015-06-16cmd/link: when reading symbols from a shared library, allow duplicates when t...Michael Hudson-Doyle
2015-06-16cmd/go: support -buildmode=shared with gccgoMichael Hudson-Doyle
2015-06-15cmd/cgo: make sure pointers passed to C escape to heapRuss Cox
2015-06-14misc/trace: update trace viewerDmitry Vyukov
2015-06-12cmd/dist: convert testso test into GoAlex Brainman
2015-06-09misc/ios: document the external binary and the required env variablesBurcu Dogan
2015-06-05cmd/go, cmd/link: use "Go" not "GO" as ELF note identifierRuss Cox
2015-05-27cmd/internal/ld: do not depend on local symbols to read a type's gcdataMichael Hudson-Doyle
2015-05-27cmd/internal/ld: store the libraries a shared library was linked against in a...Michael Hudson-Doyle
2015-05-27cmd/link/internal/ld: put abi hash into a noteMichael Hudson-Doyle
2015-05-27misc/cgo/testshared: do not capture output of go commands in verbose modeMichael Hudson-Doyle
2015-05-25misc/android: cleaner to remove stale GOROOT filesDavid Crawshaw
2015-05-22misc/cgo/test: fix build for CC=clangElias Naur
2015-05-22runtime: don't always unblock all signalsElias Naur
2015-05-21cmd/link: move to cmd/newlinkRuss Cox
2015-05-19misc/cgo/testshared: when checking for RPATHs also look for DT_RUNPATHShenghou Ma
2015-05-18misc/cgo/testshared: rewrite in GoMichael Hudson-Doyle
2015-05-13misc/cgo/testcshared: remove use of 'env'.Hyang-Ah (Hana) Kim
2015-05-12misc/cgo/testcshared: fix test for android.Hyang-Ah (Hana) Kim
2015-05-12cmd/internal/ld, runtime: abort on shared library ABI mismatchMichael Hudson-Doyle
2015-05-12runtime: fix addmoduledata to follow the platform ABIMichael Hudson-Doyle
2015-05-11misc/trace: add license for the trace-viewerShenghou Ma
2015-05-07cmd/go: install headers for c-archive/c-shared cgo exportsIan Lance Taylor
2015-05-06misc/cgo: add various solaris build linesAram Hăvărneanu
2015-05-05cmd/go: rebuild stale shared objects before linking against them.Michael Hudson-Doyle
2015-05-05misc/ios: fix plist indentation and whitespaceBurcu Dogan
2015-04-30misc/cgo/testcshared, misc/cgo/testshared: fix clang warnings and errorsDave Cheney
2015-04-29misc/cgo/testshared: add basic test for -buildmode=shared/-linksharedMichael Hudson-Doyle
2015-04-29misc/cgo/test/issue9400: fix to build with gccgoIan Lance Taylor
2015-04-24misc/cgo/testcshared: make test.bash resilient against noise.Hyang-Ah Hana Kim
2015-04-24misc/cgo/testcshared: add a c-shared test for android/arm.Hyang-Ah Hana Kim
2015-04-24runtime: signal forwardingSrdjan Petrovic
2015-04-21misc/cgo/testcshared: add c-shared test with no exportsIan Lance Taylor
2015-04-20misc/cgo/testcarchive: enable test on darwin/armDavid Crawshaw
2015-04-17misc/cgo/testcarchive: check that os.Args is setDavid Crawshaw
2015-04-17misc/cgo/testcshared: test -buildmode=c-sharedHyang-Ah Hana Kim
2015-04-17runtime: delete cgo_allocateRuss Cox
2015-04-16misc/ios: fix teamID and appID use in entitlementsJosh Bleecher Snyder
2015-04-16misc/cgo/test: skip issue3261 test on darwin/arm64Shenghou Ma