summaryrefslogtreecommitdiff
path: root/src/cmd/dist
Commit message (Expand)AuthorAgeFilesLines
* [dev.inline] cmd/compile: introduce cmd/internal/src.Pos type for line numbersRobert Griesemer2016-12-081-0/+1
* cmd/go: ensure streaming test's stdout, stderr are same as cmd/go'sBrad Fitzpatrick2016-12-072-0/+53
* cmd/dist: remove special test timeout scale for WindowsBrad Fitzpatrick2016-12-031-1/+1
* cmd/dist: adjust default timeout scale for mipsBrad Fitzpatrick2016-12-011-1/+4
* cmd/dist: add -check-armv6k command to check for ARMv6KShenghou Ma2016-12-015-0/+27
* cmd/dist: skip plugin tests on noopt builder for nowBrad Fitzpatrick2016-11-221-0/+8
* os/exec: add closeOnce.WriteString methodIan Lance Taylor2016-11-161-2/+2
* cmd/dist: add support for GOARCH=mips{,le}Vladimir Stefanovic2016-11-123-0/+9
* cmd/dist: enable more cgo tests on ppc64leMichael Munday2016-11-071-1/+1
* cmd/dist: add mips and mipsle as GOARCH valuesBrad Fitzpatrick2016-11-031-0/+2
* runtime/race: update race runtimeDmitry Vyukov2016-10-301-2/+1
* cmd/dist: ignore stderr when listing packages to testFrancesc Campoy2016-10-261-1/+1
* cmd/dist, go/build: make CGO_ENABLED during make.bash stickyRuss Cox2016-10-171-1/+3
* cmd/dist: disable math/big assembly when using the bootstrap compilerMichael Munday2016-10-171-1/+3
* cmd/dist: use debug/pe directly for cmd/linkRuss Cox2016-10-171-1/+1
* cmd/dist: copy needed packages from standard library during bootstrapRuss Cox2016-10-171-45/+73
* cmd/link/internal/ld: use debug/pe package to rewrite ldpe.goAlex Brainman2016-10-131-0/+1
* cmd/dist, cmd/go: add environment variable override for pkg-configBoris Nagaev2016-10-032-26/+35
* sort: add Slice, SliceStable, and SliceIsSortedBrad Fitzpatrick2016-10-031-6/+6
* cmd/dist: enable plugin test on darwin/amd64David Crawshaw2016-09-241-1/+2
* cmd/dist: fix internal linking check for mips64leCherry Zhang2016-09-181-1/+1
* cmd/dist: disable plugin test on arm64David Crawshaw2016-09-161-1/+3
* cmd/dist: unify internal linking checksDavid Crawshaw2016-09-161-14/+27
* cmd/dist: skip libgcc test on arm64 and mips64David Crawshaw2016-09-161-2/+4
* cmd/dist: disable plugin test on ppc64le and s390xDavid Crawshaw2016-09-161-1/+1
* misc/cgo/testplugin: add test of -buildmode=pluginDavid Crawshaw2016-09-161-0/+9
* cmd/dist: run vet/all on dedicated buildersJosh Bleecher Snyder2016-09-141-0/+15
* cmd/dist: skip compiling 100 packages without benchmarks in race modeBrad Fitzpatrick2016-09-141-1/+39
* cmd/dist: skip broken cgo race tests on darwinJosh Bleecher Snyder2016-09-141-1/+2
* cmd/dist: re-enable internal PIE testDavid Crawshaw2016-09-141-2/+1
* cmd/dist: disable test of internal PIE linkingDavid Crawshaw2016-09-121-1/+2
* cmd/dist: test PIE internal linking on linux/amd64David Crawshaw2016-09-111-0/+12
* cmd/dist: make test names consistentJosh Bleecher Snyder2016-09-021-8/+8
* cmd/dist: build cmd/compile/internal/syntaxMatthew Dempsky2016-08-181-1/+2
* cmd: generate DWARF for functions in compile instead of link.Michael Matloob2016-08-181-0/+1
* cmd/dist: make zosarch.go deterministicAustin Clements2016-06-161-1/+12
* cmd/dist: use "set" instead of "export" in diagnostic messageAndrew Gerrand2016-06-071-2/+2
* cmd/dist: skip an unsupported test on darwin/armElias Naur2016-06-021-1/+1
* misc/cgo/test,cmd/dist: enable (more) Cgo tests on iOSElias Naur2016-06-021-11/+1
* misc/cgo/test,cmd/dist: enable (most) Cgo tests on AndroidElias Naur2016-06-011-11/+15
* cmd/dist: drop ppc64le from testcsharedRuss Cox2016-05-261-2/+1
* cmd/dist: drop testcarchive on ppc64leRuss Cox2016-05-261-2/+1
* runtime: add library startup support for ppc64leRuss Cox2016-05-261-2/+4
* cmd: fixed certain vet warningsAliaksandr Valialkin2016-05-121-1/+1
* cmd/go: fail with nice error message on bad GOOS/GOARCH pairBrad Fitzpatrick2016-05-062-4/+13
* cmd/dist: remove the use of debug/elf packageShenghou Ma2016-05-041-9/+28
* cmd/dist: add flag to build tests only, but not run themBrad Fitzpatrick2016-05-041-23/+45
* cmd/dist: enable cgo and external linking on linux/mips64xCherry Zhang2016-05-042-3/+3
* misc/cgo/fortran: fix gfortran compile testMartin Möhrmann2016-05-041-1/+1
* os/exec: add Cmd.RunContext and Cmd.WaitContextBrad Fitzpatrick2016-04-281-2/+3