summaryrefslogtreecommitdiff
path: root/src/cmd/go
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: ensure streaming test's stdout, stderr are same as cmd/go'sBrad Fitzpatrick2016-12-072-11/+43
* cmd/go: give useful error when msan isn't supportedDhananjay Nakrani2016-12-041-0/+4
* cmd/go: add missing newline at end of error messageJosh Bleecher Snyder2016-12-031-1/+1
* cmd/link: don't overalign ELF reloc sectionsIan Lance Taylor2016-12-021-0/+9
* cmd/go: check MustHaveExternalNetwork before `go get` testsIan Lance Taylor2016-12-011-6/+8
* cmd/go: hide the "TERM" environment variable from "go bug"Mohit Agarwal2016-12-011-1/+5
* cmd/go: document GOPATH default exceptionRuss Cox2016-11-302-2/+4
* doc, cmd/go: adjust documentation for default GOPATHRuss Cox2016-11-302-12/+16
* cmd/go: report position info in package errorsDhananjay Nakrani2016-11-292-21/+18
* cmd/go: print CC environment variables on Plan 9David du Colombier2016-11-221-7/+5
* cmd/go: don't clobber `go env GOGCCFLAGS`Ian Lance Taylor2016-11-224-3/+11
* cmd/go: skip slow tests on mips when run under buildersBrad Fitzpatrick2016-11-211-0/+11
* cmd/go: don't check standard packages when using gccgoIan Lance Taylor2016-11-211-1/+6
* all: call flag.Parse from TestMain only if usedDaniel Martí2016-11-161-3/+0
* cmd/go: use build ID as plugin symbol prefixDavid Crawshaw2016-11-151-1/+5
* cmd/go/testdata/src: gofmtJosh Bleecher Snyder2016-11-142-1/+2
* cmd/go: skip TestCgoPkgConfig if pkg-config is too oldQuentin Smith2016-11-111-2/+3
* go/build: implement default GOPATHFrancesc Campoy2016-11-114-7/+154
* cmd/cgo: don't depend on runtime/cgo if !CgoEnabledIan Lance Taylor2016-11-101-17/+19
* cmd/go: remove "x" in TestImportMainIan Lance Taylor2016-11-101-0/+1
* cmd/go: -ldflags=-linkmode=external requires runtime/cgoIan Lance Taylor2016-11-101-4/+15
* cmd/go: handle escapes in pkg-config outputQuentin Smith2016-11-073-1/+98
* cmd/go: parallelize some testsBrad Fitzpatrick2016-11-071-10/+55
* cmd/go: fix minor typo in 'go bug'Josh Bleecher Snyder2016-11-041-1/+1
* testing: mark tests and benchmarks failed if a race occurs during executionRuss Cox2016-11-032-0/+49
* cmd/go: clear GIT_ALLOW_PROTOCOL during testsRuss Cox2016-11-032-0/+2
* cmd/go: fix TestIssue11457Russ Cox2016-11-031-1/+1
* cmd/go: remove .o and .a files in builder.collectRuss Cox2016-11-031-2/+4
* cmd/go: fix coverage in xtest of cgo packageRuss Cox2016-11-0312-6/+100
* cmd/go: fix TestGoGetDashTIssue8181Russ Cox2016-11-031-1/+1
* cmd/go: use new HTTP-only server insecure.go-get-issue-15410.appspot.com inst...Russ Cox2016-11-031-4/+2
* cmd/go: run mkalldocs.shMohit Agarwal2016-11-031-7/+24
* cmd/go: add version of GOROOT to go bug detailsRuss Cox2016-11-031-0/+6
* testing: introduce testing/internal/testdeps for holding testmain dependenciesRuss Cox2016-11-022-19/+13
* cmd/go: use cgo -srcdir when using SWIGIan Lance Taylor2016-11-021-10/+26
* cmd/go: remove _cgo_flags from gccgo archive built using SWIGIan Lance Taylor2016-11-011-1/+1
* testing: don't warn if -bench was passedDaniel Martí2016-11-011-5/+6
* doc: replace code.google.com/p/sitesearch with its new destinationJaana Burcu Dogan2016-10-311-1/+1
* cmd/link, plugin: use full plugin path for symbolsDavid Crawshaw2016-10-311-0/+3
* cmd/go: set CCACHE_DIR when setting HOME to non-existent dirIan Lance Taylor2016-10-301-0/+8
* cmd/go: test fixes dropped from CL 31821Russ Cox2016-10-291-10/+2
* cmd/link: fix -X importpath.name=value when import path needs escapingRuss Cox2016-10-293-0/+25
* cmd/go: apply import restrictions to test code tooRuss Cox2016-10-285-76/+324
* cmd/go, go/build: document form of import pathsRuss Cox2016-10-281-7/+12
* runtime: Profile goroutines holding contended mutexes.Peter Weinberger2016-10-282-1/+12
* cmd/go: report missing vendor visibility errorRuss Cox2016-10-266-7/+35
* cmd/go: diagnose non-canonical import paths before compilationRuss Cox2016-10-266-0/+37
* cmd/go: add more env variables to "go bug"Josh Bleecher Snyder2016-10-252-13/+18
* cmd/go: bypass install to os.DevNull entirely, test mayberemovefile(os.DevNull)Russ Cox2016-10-253-3/+30
* go/build: do not record go:binary-only-package if build tags not satisfiedRuss Cox2016-10-241-0/+10