summaryrefslogtreecommitdiff
path: root/src/cmd/go/tool.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: remove 'go tool benchcmp' and corresponding special caseAndrew Gerrand2014-02-261-1/+1
* cmd/go, doc/go1.3.txt: misc/benchcmp has been replaced by go tool benchcmpJosh Bleecher Snyder2014-02-041-1/+1
* cmd/go: add coverage analysisRob Pike2013-06-111-1/+1
* cmd/go: use "go get" instead of "go install" to install vetShenghou Ma2013-05-231-1/+1
* cmd/go: support new location for vetRob Pike2013-05-211-10/+24
* cmd/go: many bug fixesRuss Cox2013-01-311-1/+8
* pprof: make it work on windows againAlex Brainman2012-08-181-1/+11
* cmd/go: allow underscores in tool nameShenghou Ma2012-03-261-2/+2
* cmd/go: add tool -n flagRuss Cox2012-02-221-1/+15
* cmd/dist: cross-compiling fixesRuss Cox2012-02-131-1/+2
* cmd/go: let go tool invocation use stdinRuss Cox2012-02-081-0/+1
* build: rename $GOROOT/bin/go-tool to $GOROOT/bin/tool.Russ Cox2012-02-021-2/+2
* cmd/go: fix error message on non-existing tools.R?my Oudompheng2012-02-021-2/+2
* cmd/go: improvementsRuss Cox2012-01-311-1/+1
* cmd/go: improvementsRuss Cox2012-01-311-16/+24
* build: use correct go-tool directory locationAlex Brainman2012-01-301-1/+2
* cmd/go: c tools not used during compilationRob Pike2012-01-291-1/+1
* cmd/go: first piece of tool rearrangementRob Pike2012-01-291-0/+100