| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmd/go: avoid race on test environment | Ian Lance Taylor | 2016-02-16 | 1 | -0/+2 |
| * | cmd/go: avoid a few symlink-induced errors in internal and vendor checks | Russ Cox | 2016-01-29 | 1 | -0/+9 |
| * | cmd/go: refine definition of 'standard' import paths to include vendored code | Russ Cox | 2016-01-27 | 1 | -3/+2 |
| * | cmd/go: do not skip dirs with syntax errors in wildcard matching (like ./...) | Russ Cox | 2015-12-18 | 1 | -1/+8 |
| * | cmd/go: use tags when evaluating file system wildcards like ./... | Russ Cox | 2015-12-17 | 1 | -1/+1 |
| * | cmd/go: fix bad shared lib name with buildmode=shared | Aleksandr Demakin | 2015-12-07 | 1 | -2/+2 |
| * | cmd/go: print `go test -help` to stderr | Nodir Turakulov | 2015-10-06 | 1 | -1/+1 |
| * | cmd/go: indent first test binary flag description for `go test -h` | Tormod Erevik Lea | 2015-09-16 | 1 | -1/+1 |
| * | cmd/go: run test binaries in original environment | Russ Cox | 2015-08-11 | 1 | -3/+2 |
| * | cmd/go: do not panic on template I/O error | Russ Cox | 2015-07-27 | 1 | -1/+24 |
| * | cmd/go: document environment variables | Ian Lance Taylor | 2015-07-24 | 1 | -0/+1 |
| * | cmd/go: pass an unmodified environment to a go run program | Ian Lance Taylor | 2015-07-21 | 1 | -0/+3 |
| * | cmd/go: print all test flags in "go test -h" | Russ Cox | 2015-07-15 | 1 | -1/+3 |
| * | cmd/go: ignore volume name case when checking vendor path | Daniel Theophanes | 2015-07-07 | 1 | -0/+22 |
| * | cmd/go: reject relative paths that don't start with a dot (.) | Chris Broadfoot | 2015-06-11 | 1 | -1/+1 |
| * | cmd/go: Update alldocs.go header to point to the correct shell script. | David Symonds | 2015-05-04 | 1 | -2/+2 |
| * | cmd/go,cmd/doc: add "go doc" | Rob Pike | 2015-04-27 | 1 | -0/+1 |
| * | cmd/go: support -buildmode=default,archive,exe,c-shared | Michael Hudson-Doyle | 2015-04-10 | 1 | -0/+1 |
| * | cmd/go: avoid creating new empty environment variables | Russ Cox | 2015-03-02 | 1 | -1/+3 |
| * | cmd/go: force default env vars onto tool subprocesses | Russ Cox | 2015-03-02 | 1 | -0/+9 |
| * | [dev.cc] cmd/go: fix expansion of cmd | Russ Cox | 2015-02-23 | 1 | -1/+1 |
| * | [dev.cc] cmd/go: fix expansion of 'std', add 'cmd' | Russ Cox | 2015-02-23 | 1 | -41/+13 |
| * | [dev.cc] all: merge master (5f1efe7) into dev.cc | Russ Cox | 2015-02-13 | 1 | -2/+2 |
| |\ |
|
| | * | cmd/go: make consistent use of leading Tabs | Shenghou Ma | 2015-02-13 | 1 | -2/+2 |
| * | | [dev.cc] cmd/go: run C and Go assemblers side by side and verify matching output | Russ Cox | 2015-01-21 | 1 | -1/+1 |
| |/ |
|
| * | cmd/go: make use of Runnable method | Mikio Hara | 2015-01-19 | 1 | -1/+1 |
| * | cmd/go: buffer output for go usage | Brad Fitzpatrick | 2015-01-06 | 1 | -1/+4 |
| * | build: adjustments for move from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -2/+2 |
| * | cmd/go: add go generate | Rob Pike | 2014-08-24 | 1 | -0/+1 |
| * | cmd/go: document file types | Rob Pike | 2014-05-20 | 1 | -0/+1 |
| * | cmd/go: show testflag help for "go test -h" | Shenghou Ma | 2013-12-18 | 1 | -0/+5 |
| * | cmd/go: document relative imports | Russ Cox | 2013-10-02 | 1 | -1/+1 |
| * | cmd/go: add basic docs on calling between Go and C/C++ | Ian Lance Taylor | 2013-09-17 | 1 | -0/+1 |
| * | cmd/go: use pattern to prune file tree walk | Russ Cox | 2013-09-11 | 1 | -0/+39 |
| * | cmd/go: implement -x correctly for 'go vet', 'go fmt', and so on | Russ Cox | 2013-09-10 | 1 | -1/+1 |
| * | cmd/go: delete 'go doc' | Rob Pike | 2013-08-16 | 1 | -3/+0 |
| * | cmd/go: log compilation errors when scanning directories and packages | Rob Pike | 2013-06-26 | 1 | -2/+10 |
| * | cmd/go: check GOROOT directory is present before acting | Alex Brainman | 2013-05-23 | 1 | -0/+5 |
| * | cmd/cgo, cmd/go: remove #cgo directive parsing from cmd/cgo | Andrew Wilkins | 2013-04-10 | 1 | -8/+18 |
| * | cmd/go: allow ~ in middle of path, just not at beginning | Russ Cox | 2013-03-13 | 1 | -2/+5 |
| * | cmd/go: add go1.1 build tag, add -installsuffix flag | Russ Cox | 2013-03-13 | 1 | -0/+4 |
| * | cmd/go: don't call ImportDir unnecessarily | Anthony Martin | 2013-02-21 | 1 | -13/+14 |
| * | cmd/godoc: use go/build to determine package and example files | Robert Griesemer | 2013-02-19 | 1 | -1/+1 |
| * | cmd/go: reject case-insensitive file name, import collisions | Russ Cox | 2013-02-15 | 1 | -0/+57 |
| * | cmd/go: set $PWD when running commands | Russ Cox | 2013-02-14 | 1 | -0/+19 |
| * | cmd/go: many bug fixes | Russ Cox | 2013-01-31 | 1 | -0/+4 |
| * | cmd/go: use filepath.SplitList when inspecting GOPATH | Dave Cheney | 2013-01-08 | 1 | -1/+1 |
| * | cmd/go: fix selection of packages for testing | Dmitriy Vyukov | 2012-11-09 | 1 | -2/+2 |
| * | cmd/go: reject relative values for GOPATH | Francisco Souza | 2012-09-17 | 1 | -0/+7 |
| * | cmd/go: fix typo | Russ Cox | 2012-05-17 | 1 | -1/+1 |