summaryrefslogtreecommitdiff
path: root/src/cmd/go/doc.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: avoid use of bufio.Scanner in generateRob Pike2014-12-051-7/+14
* cmd/go: regenerate doc.goDominik Honnef2014-12-031-1/+6
* cmd/go: use golang.org/x/... import pathsAndrew Gerrand2014-11-101-1/+1
* cmd/go: fixed typo in doc and generatorGabriel Aszalos2014-10-311-1/+1
* cmd/go: fix minor typoNathan P Finch2014-10-301-1/+1
* cmd/go: add ImportComment to Package structAndrew Gerrand2014-10-081-19/+20
* cmd/go: make build -a skip standard packages in Go releasesRuss Cox2014-09-261-0/+1
* cmd/go: document that testdata directories are ignoredRuss Cox2014-09-261-10/+19
* cmd/go: add missing doc for GOOS and GOARCHChaiShushan2014-08-251-0/+4
* cmd/go: add go generateRob Pike2014-08-241-2/+91
* cmd/go/doc: Fix example domainYasuhiro Matsumoto2014-07-161-2/+2
* go get: Support for IBM DevOps Services (hub.jazz.net) git reposChris McGee2014-07-151-0/+5
* runtime/race: support freebsdDmitriy Vyukov2014-06-201-1/+1
* cmd/go: document file typesRob Pike2014-05-201-3/+42
* cmd/go: link SWIG objects directly rather than using a shared libraryIan Lance Taylor2014-05-121-1/+0
* cmd/go: accept build flags in clean and listRuss Cox2014-05-091-8/+8
* cmd/go: reapply doc change from CL 60590044.Russ Cox2014-04-161-2/+2
* cmd/go: allow use of Context in 'go list -f'Rick Arnold2014-04-081-2/+21
* cmd/go: fix typo in help docRob Pike2014-03-261-1/+1
* cmd/go: make the default coverage mode -atomic if -race is setRob Pike2014-03-181-1/+2
* cmd/go: document new -exec flag on run/testRuss Cox2014-02-251-6/+18
* cmd/go, go/build: support .m filesCarlos Castillo2014-02-131-2/+2
* go/build: mention 'tag' as an alias for 'build constraint'Rob Pike2013-12-191-2/+2
* cmd/go: document relative importsRuss Cox2013-10-021-61/+91
* cmd/go: add basic docs on calling between Go and C/C++Ian Lance Taylor2013-09-171-1/+22
* cmd/go: document that "main" is a reserved import pathRob Pike2013-09-161-5/+10
* cmd/go: don't leave test binary around for coverageRob Pike2013-09-061-3/+6
* cmd/go: delete 'go doc'Rob Pike2013-08-161-24/+1
* cmd/go: add -t flag to 'go get' to download test dependenciesAndrew Gerrand2013-08-141-1/+4
* cmd/go, testing: streamline direct use of test binariesRuss Cox2013-07-121-6/+5
* cmd/go: add -coverpkgRuss Cox2013-06-271-1/+6
* cmd/go: document that files beginning with . or _ are ignoredAndrew Gerrand2013-06-201-3/+7
* cmd/go: another attempt at flag handling for coverageRob Pike2013-06-191-4/+4
* cmd/go: simplify flags for coverageRob Pike2013-06-181-8/+16
* testing: add -outputdir flag so "go test" controls where the files are writtenRob Pike2013-06-121-0/+4
* cmd/go: clarify test filenames in help messagesShenghou Ma2013-06-121-2/+2
* cmd/go: add coverage analysisRob Pike2013-06-111-0/+12
* cmd/go: update go vet documentationRoger Peppe2013-06-071-1/+1
* cmd/cgo, cmd/go, go/build: sort flag listsRuss Cox2013-06-051-2/+2
* cmd/go: document flag passing for testsRob Pike2013-06-031-1/+7
* cmd/go: Add support for including C++ files in packagesAlberto Garc?a Hierro2013-05-311-1/+4
* cmd/go: Update documentation of go run to match current behaviour.Dominik Honnef2013-05-181-1/+0
* cmd/go: undo CL 8119049Russ Cox2013-04-301-1/+1
* cmd/go: fix a misleading sentenceRob Pike2013-04-071-2/+2
* cmd/go: clarify what "pkg.test" means wrt the -c flagAndrew Gerrand2013-04-081-0/+1
* cmd/go: document usage of external test packagesKamil Kisiel2013-04-081-0/+3
* cmd/go: fix capitalization of Bitbucket, document Git supportJohn Howard Palevich2013-04-071-1/+1
* cmd/go: run main package when no files are listedJonathan Rudenberg2013-04-041-1/+2
* cmd/go: fix typo in docsShenghou Ma2013-04-031-6/+7
* testing: document that Log and Logf do not usually produce outputRob Pike2013-04-011-1/+2