summaryrefslogtreecommitdiff
path: root/src/cmd/go
Commit message (Expand)AuthorAgeFilesLines
* runtime: generate windows callback list with go generateRuss Cox2014-12-051-1/+2
* [dev.cc] all: merge default (8d42099cdc23) into dev.ccdev.ccRuss Cox2014-12-053-26/+79
|\
| * cmd/go: fix buildRob Pike2014-12-052-2/+2
| * cmd/go: avoid use of bufio.Scanner in generateRob Pike2014-12-052-22/+70
| * cmd/go: regenerate doc.goDominik Honnef2014-12-032-2/+7
* | [dev.cc] all: merge default (95f5614b4648) into dev.ccRuss Cox2014-11-231-11/+1
|\ \ | |/
| * cmd/go: fix running pprof on windows.Shenghou Ma2014-11-221-11/+1
* | [dev.cc] cmd/go: adjust go, cgo builds & disable ccRuss Cox2014-11-111-32/+22
|/
* cmd/pprof: install as go tool pprofRuss Cox2014-11-091-0/+1
* cmd/go: use golang.org/x/... import pathsAndrew Gerrand2014-11-105-18/+29
* cmd/go: disable warnings from cmd/cc when building for SWIGIan Lance Taylor2014-11-071-1/+9
* cmd/go: fixed typo in doc and generatorGabriel Aszalos2014-10-312-2/+2
* cmd/go: fix minor typoNathan P Finch2014-10-301-1/+1
* cmd/go: add get -f flagRuss Cox2014-10-282-2/+22
* cmd/go: pass $CGO_LDFLAGS to linker with the "gccgo" toolchain.Peter Collingbourne2014-10-251-0/+1
* cmd/go: add bzr support for vcs root checkingGustavo Niemeyer2014-10-242-5/+56
* cmd/go: set exit status for failing "go generate" run.Rob Pike2014-10-201-1/+3
* cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming confl...Chris Manghane2014-10-151-1/+1
* cmd/go: add ImportComment to Package structAndrew Gerrand2014-10-083-48/+52
* cmd/go: fix 'go vet' of package with external testsRuss Cox2014-10-064-5/+40
* cmd/go: sometimes name tmp test binary test.test.exe on WindowsRuss Cox2014-09-301-0/+37
* cmd/go: always build _test.go files and link into testRuss Cox2014-09-267-2/+33
* cmd/go: fix -aRuss Cox2014-09-261-1/+1
* cmd/go: make build -a skip standard packages in Go releasesRuss Cox2014-09-265-2/+67
* cmd/go: handle paths like \x.go on windowsAlex Brainman2014-09-262-2/+62
* cmd/go: document that testdata directories are ignoredRuss Cox2014-09-262-11/+21
* cmd/go: add test -o flag to control where test binary is writtenRuss Cox2014-09-263-20/+63
* cmd/go: display program name when reporting crashRuss Cox2014-09-262-0/+19
* cmd/go: make malformed import path message more preciseRuss Cox2014-09-261-2/+2
* cmd/go: re-resolve and check vcs roots during go get -uRuss Cox2014-09-263-6/+135
* cmd/go: fix 'go get vanity/repo/...' in clean GOPATHRuss Cox2014-09-262-1/+20
* cmd/go: install dependencies for 'go build -i' on a commandRuss Cox2014-09-252-47/+78
* cmd/go: fix bytes and net the right wayRuss Cox2014-09-241-1/+1
* cmd/go: strip -fsanitize= flags when building cgo objectDmitriy Vyukov2014-09-251-0/+8
* cmd/go: prohibit C sources files unless using cgoRuss Cox2014-09-244-0/+26
* cmd/go: fix typoSameer Ajmani2014-09-191-2/+2
* cmd/go, testing: add TestMain supportRuss Cox2014-09-191-2/+44
* cmd/go: use pkg-config include pathes in swig and don't double compile c++ fi...Ahmed Waheed Moanes2014-09-161-32/+61
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-084-26/+14
* cmd/go: add missing doc for GOOS and GOARCHChaiShushan2014-08-251-0/+4
* cmd/go: clean up a couple of inconsequential nits in generateRob Pike2014-08-252-2/+1
* cmd/go: add GOOS and GOARCH to generateRob Pike2014-08-252-1/+19
* cmd/go: add simple test for generate's line parserRob Pike2014-08-251-0/+46
* cmd/go: add go generateRob Pike2014-08-247-2/+491
* cmd/go: fix a couple of errors found by "go vet"Rob Pike2014-08-152-2/+2
* all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCHRob Pike2014-08-121-1/+3
* cmd/go: adjust import comment errorRuss Cox2014-08-122-2/+2
* cmd/go, go/build: implement import comment checkingRuss Cox2014-08-1212-1/+58
* cmd/go: fix build in airplane modeMikio Hara2014-08-081-0/+3
* cmd/go: download test dependencies of all named packagesAndrew Gerrand2014-08-082-1/+14