summaryrefslogtreecommitdiff
path: root/src/cmd/go/main.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmd/go: invoke godoc with import path when possibleRuss Cox2012-05-151-2/+10
* go: fix the import path "./..." not matching ".".Nigel Tao2012-05-091-3/+15
* cmd/go: fix two bugsRuss Cox2012-03-271-0/+8
* cmd/go: make net/... match net tooRuss Cox2012-03-121-15/+41
* cmd/go: add env command, use to fix misc/cgo/testsoRuss Cox2012-03-081-0/+1
* cmd: update formatting of usage messagesAndrew Gerrand2012-03-051-1/+3
* cmd/go: fixesRuss Cox2012-03-011-24/+25
* cmd/go: fix 'go help <command>'Bobby Powers2012-02-161-2/+2
* cmd/go: fix 'go help'Rob Pike2012-02-151-2/+8
* cmd/go: a raft of fixesRuss Cox2012-02-141-1/+1
* cmd/go: improvementsRuss Cox2012-01-311-3/+3
* cmd/go: improvementsRuss Cox2012-01-311-1/+11
* go: improvementsRuss Cox2012-01-301-0/+1
* cmd/go: first piece of tool rearrangementRob Pike2012-01-291-0/+1
* cmd/go: update doc.go with text generated from the usage stringsAndrew Gerrand2012-01-271-3/+44
* cmd/go: implement go get + bug fixesRuss Cox2012-01-231-3/+5
* cmd/go: skip _obj directories in package scansBrad Fitzpatrick2012-01-181-4/+4
* cmd/go: handle path to cmd directoryRuss Cox2012-01-121-1/+19
* go/build: pass CgoLDFLAGS at end of link commandRuss Cox2012-01-121-1/+19
* go: fix typo in commentMaxim Pimenov2012-01-101-1/+1
* go: add ... patterns in import path argumentsRuss Cox2012-01-091-15/+103
* go/build: add new +build tags 'cgo' and 'nocgo'Russ Cox2011-12-211-5/+3
* cmd/go: fix build (piece of 5489100 leaked in to last checkin)Russ Cox2011-12-211-3/+5
* cmd/go: many improvementsRuss Cox2011-12-211-8/+22
* build: multiple fixes to make "go install" work on windowsAlex Brainman2011-12-211-1/+1
* cmd/go: work toward build scriptRuss Cox2011-12-201-7/+35
* go: build runtimeRuss Cox2011-12-201-8/+0