summaryrefslogtreecommitdiff
path: root/src/cmd/go/main.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: avoid race on test environmentIan Lance Taylor2016-02-161-0/+2
* cmd/go: avoid a few symlink-induced errors in internal and vendor checksRuss Cox2016-01-291-0/+9
* cmd/go: refine definition of 'standard' import paths to include vendored codeRuss Cox2016-01-271-3/+2
* cmd/go: do not skip dirs with syntax errors in wildcard matching (like ./...)Russ Cox2015-12-181-1/+8
* cmd/go: use tags when evaluating file system wildcards like ./...Russ Cox2015-12-171-1/+1
* cmd/go: fix bad shared lib name with buildmode=sharedAleksandr Demakin2015-12-071-2/+2
* cmd/go: print `go test -help` to stderrNodir Turakulov2015-10-061-1/+1
* cmd/go: indent first test binary flag description for `go test -h`Tormod Erevik Lea2015-09-161-1/+1
* cmd/go: run test binaries in original environmentRuss Cox2015-08-111-3/+2
* cmd/go: do not panic on template I/O errorRuss Cox2015-07-271-1/+24
* cmd/go: document environment variablesIan Lance Taylor2015-07-241-0/+1
* cmd/go: pass an unmodified environment to a go run programIan Lance Taylor2015-07-211-0/+3
* cmd/go: print all test flags in "go test -h"Russ Cox2015-07-151-1/+3
* cmd/go: ignore volume name case when checking vendor pathDaniel Theophanes2015-07-071-0/+22
* cmd/go: reject relative paths that don't start with a dot (.)Chris Broadfoot2015-06-111-1/+1
* cmd/go: Update alldocs.go header to point to the correct shell script.David Symonds2015-05-041-2/+2
* cmd/go,cmd/doc: add "go doc"Rob Pike2015-04-271-0/+1
* cmd/go: support -buildmode=default,archive,exe,c-sharedMichael Hudson-Doyle2015-04-101-0/+1
* cmd/go: avoid creating new empty environment variablesRuss Cox2015-03-021-1/+3
* cmd/go: force default env vars onto tool subprocessesRuss Cox2015-03-021-0/+9
* [dev.cc] cmd/go: fix expansion of cmdRuss Cox2015-02-231-1/+1
* [dev.cc] cmd/go: fix expansion of 'std', add 'cmd'Russ Cox2015-02-231-41/+13
* [dev.cc] all: merge master (5f1efe7) into dev.ccRuss Cox2015-02-131-2/+2
|\
| * cmd/go: make consistent use of leading TabsShenghou Ma2015-02-131-2/+2
* | [dev.cc] cmd/go: run C and Go assemblers side by side and verify matching outputRuss Cox2015-01-211-1/+1
|/
* cmd/go: make use of Runnable methodMikio Hara2015-01-191-1/+1
* cmd/go: buffer output for go usageBrad Fitzpatrick2015-01-061-1/+4
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-2/+2
* cmd/go: add go generateRob Pike2014-08-241-0/+1
* cmd/go: document file typesRob Pike2014-05-201-0/+1
* cmd/go: show testflag help for "go test -h"Shenghou Ma2013-12-181-0/+5
* cmd/go: document relative importsRuss Cox2013-10-021-1/+1
* cmd/go: add basic docs on calling between Go and C/C++Ian Lance Taylor2013-09-171-0/+1
* cmd/go: use pattern to prune file tree walkRuss Cox2013-09-111-0/+39
* cmd/go: implement -x correctly for 'go vet', 'go fmt', and so onRuss Cox2013-09-101-1/+1
* cmd/go: delete 'go doc'Rob Pike2013-08-161-3/+0
* cmd/go: log compilation errors when scanning directories and packagesRob Pike2013-06-261-2/+10
* cmd/go: check GOROOT directory is present before actingAlex Brainman2013-05-231-0/+5
* cmd/cgo, cmd/go: remove #cgo directive parsing from cmd/cgoAndrew Wilkins2013-04-101-8/+18
* cmd/go: allow ~ in middle of path, just not at beginningRuss Cox2013-03-131-2/+5
* cmd/go: add go1.1 build tag, add -installsuffix flagRuss Cox2013-03-131-0/+4
* cmd/go: don't call ImportDir unnecessarilyAnthony Martin2013-02-211-13/+14
* cmd/godoc: use go/build to determine package and example filesRobert Griesemer2013-02-191-1/+1
* cmd/go: reject case-insensitive file name, import collisionsRuss Cox2013-02-151-0/+57
* cmd/go: set $PWD when running commandsRuss Cox2013-02-141-0/+19
* cmd/go: many bug fixesRuss Cox2013-01-311-0/+4
* cmd/go: use filepath.SplitList when inspecting GOPATHDave Cheney2013-01-081-1/+1
* cmd/go: fix selection of packages for testingDmitriy Vyukov2012-11-091-2/+2
* cmd/go: reject relative values for GOPATHFrancisco Souza2012-09-171-0/+7
* cmd/go: fix typoRuss Cox2012-05-171-1/+1