summaryrefslogtreecommitdiff
path: root/src/cmd/dist
Commit message (Expand)AuthorAgeFilesLines
* cmd/dist: don't run moved_goroot test on android, iOS, Plan 9Ian Lance Taylor2017-07-151-1/+5
* cmd/go: update BuildContext.GOROOT and build.Tooldir with computed GOROOTIan Lance Taylor2017-07-141-0/+32
* Revert "cmd/dist: disable plugin test on linux-arm with GOARM=5"Austin Clements2017-07-071-8/+0
* runtime: fix ppc64le c-archive initIan Lance Taylor2017-05-241-1/+2
* cmd/dist: ensure android-implies-linux for file names in distDavid Chase2017-05-241-1/+1
* cmd/go: include GOARM and GO386 in computed build IDBrad Fitzpatrick2017-05-231-22/+23
* internal/cpu: new package to detect cpu featuresMartin Möhrmann2017-05-101-61/+62
* cmd/dist: spin up fewer test dir runnersJosh Bleecher Snyder2017-05-021-2/+8
* cmd/dist: disable internal linking tests on AlpineBrad Fitzpatrick2017-04-251-0/+4
* cmd/go, cmd/dist: temporarily disable race and PIE internal link tests on AlpineBrad Fitzpatrick2017-04-251-2/+16
* os: fix race between file I/O and CloseIan Lance Taylor2017-04-251-2/+2
* cmd/internal/objabi: extract shared functionality from objMatthew Dempsky2017-04-192-4/+5
* cmd/dist: fix incorrect platform string shared by all testsWei Xiao2017-04-141-1/+2
* cmd/dist: don't compile unneeded GOARCH SSA rewrite rules during bootstrapBrad Fitzpatrick2017-04-131-3/+65
* cmd/dist: require _ before GOOS and GOARCH when building bootstrapAustin Clements2017-04-121-4/+3
* cmd/go: allow full flag processing in go vetRob Pike2017-04-101-2/+3
* cmd/compile: factor out Pkg, Sym, and Type into package typesRobert Griesemer2017-04-071-0/+1
* cmd/dist: disable plugin test on linux-arm with GOARM=5Jeff Wendling2017-04-061-0/+8
* cmd/go: add -json flag to go envhaya14busa2017-03-291-2/+2
* cmd/dist, cmd/compile: eliminate mergeEnvLists copiesJosh Bleecher Snyder2017-03-021-27/+7
* compress/flate: use math/bits.Reverse8/16 instead of local implementationRobert Griesemer2017-03-011-18/+19
* cmd/dist: make the vetall builder have test shards per os/archBrad Fitzpatrick2017-02-281-10/+10
* cmd/dist: ran mkdeps.bashRobert Griesemer2017-02-251-1/+1
* cmd/go: implement -buildmode=plugin for s390xBill O'Farrell2017-02-251-1/+1
* math/big: use math/bits where appropriateRobert Griesemer2017-02-241-0/+1
* cmd/dist: fix negative test filteringMichael Pratt2017-02-221-2/+2
* net: refactor poller into new internal/poll packageIan Lance Taylor2017-02-131-47/+48
* runtime: add definitions for SetGoroutineLabels and DoMichael Matloob2017-02-061-4/+2
* cmd/dist: ignore .#foo.go files created by EmacsMatthew Dempsky2017-02-041-0/+12
* cmd/go: address review commentsRuss Cox2017-02-031-6/+6
* cmd/go: split out cmd/go/internal/clean,doc,fix,generate,list,run,tool,versio...Russ Cox2017-02-031-1/+16
* cmd/dist: move cmd/go z files to cmd/go/internal/cfgRuss Cox2017-02-033-12/+32
* all: merge dev.inline into masterRuss Cox2017-02-011-0/+1
|\
| * [dev.inline] cmd/compile: introduce cmd/internal/src.Pos type for line numbersRobert Griesemer2016-12-081-0/+1
* | cmd/dist: really skip the testsanitizers tests on AndroidElias Naur2017-01-301-1/+1
* | cmd/dist: use the target GOOS to skip the test for issue 18153Elias Naur2017-01-291-2/+1
* | cmd/dist: enable extLink tests for s390xMichael Munday2017-01-031-1/+1
* | cmd/dist: enable extLink tests for mips{,le}Vladimir Stefanovic2017-01-031-1/+1
* | cmd/go, plugin: disable plugins on darwinDavid Crawshaw2016-12-151-2/+1
* | cmd/dist: enable cgo by default for GOARCH=mips{,le}Vladimir Stefanovic2016-12-152-3/+3
|/
* 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