summaryrefslogtreecommitdiff
path: root/src/cmd/go
Commit message (Expand)AuthorAgeFilesLines
...
* cmd/go: don't pass --buildid=none on FreeBSDIan Lance Taylor2014-08-071-1/+1
* cmd/go: pass --build-id=none when generating a cgo .oIan Lance Taylor2014-08-071-1/+17
* cmd/go: revise disallowInternalRuss Cox2014-08-061-7/+28
* cmd/go: implement 'internal' conventionRuss Cox2014-08-065-5/+83
* cmd/go: use correct link flags if main package contains C++/ObjC filesPeter Collingbourne2014-08-011-3/+3
* cmd/go/doc: Fix example domainYasuhiro Matsumoto2014-07-161-2/+2
* cmd/go: skip vcs tests on nacl and androidDave Cheney2014-07-151-0/+5
* go get: Support for IBM DevOps Services (hub.jazz.net) git reposChris McGee2014-07-154-0/+135
* cmd/go: introduce support for $GCCGO env varPeter Collingbourne2014-07-141-4/+12
* cmd/go: do not fail if libgcc does not existBenny Siegert2014-07-101-2/+2
* cmd/go: use $CC to build _cgo_defun.cPeter Collingbourne2014-07-091-2/+1
* cmd/go: fix build -o panic when import path pattern matches 0 pkgsDmitri Shuralyov2014-07-091-0/+2
* cmd/go, cmd/ld, runtime, os/user: TLS emulation for androidDavid Crawshaw2014-07-031-2/+3
* cmd/go: build non-runnable examples in xtestsAndrew Gerrand2014-06-284-18/+50
* undo CL 107320046 / 97cd07dcb9d8Andrew Gerrand2014-06-251-1/+1
* cmd/go: build test files containing non-runnable examplesAndrew Gerrand2014-06-251-1/+1
* runtime/race: support freebsdDmitriy Vyukov2014-06-202-4/+4
* cmd/go: do not miss an error if import path contains "cmd/something"Jan Ziak2014-05-272-0/+6
* cmd/go: improve error message when import path contains http://Rob Pike2014-05-271-2/+8
* cmd/go: fix coverage for 'package foo_test' testsRuss Cox2014-05-212-38/+54
* cmd/go: check for SWIG version that is too old to useIan Lance Taylor2014-05-211-1/+40
* cmd/go: document file typesRob Pike2014-05-203-3/+83
* cmd/go: fix go test againRuss Cox2014-05-134-27/+60
* cmd/go: fix 'go test foo_test.go'Russ Cox2014-05-123-2/+19
* cmd/go: detect import cycle caused by test codeRuss Cox2014-05-128-2/+81
* cmd/go: link SWIG objects directly rather than using a shared libraryIan Lance Taylor2014-05-124-112/+26
* cmd/go: better error for install of 'test-only' packageRuss Cox2014-05-123-12/+26
* cmd/go: simplify code, reduce allocations.Dmitri Shuralyov2014-05-101-1/+1
* cmd/go: remove merge markersRobert Hencke2014-05-101-11/+5
* cmd/go: accept build flags in clean and listRuss Cox2014-05-095-40/+32
* cmd/go: mark regexp as dependency of testmainRobert Hencke2014-05-093-1/+26
* cmd/go: add go build -iDavid Crawshaw2014-05-064-5/+53
* std lib: fix various typos in commentsRobert Griesemer2014-05-022-2/+2
* cmd/go: test: clean up all temporary directoriesMichael Fraenkel2014-04-301-1/+2
* cmd/go: handle -ccflags in 'go test'Shenghou Ma2014-04-211-0/+5
* cmd/go: support -ccflags in 'go test'Shenghou Ma2014-04-171-0/+1
* cmd/go: reapply doc change from CL 60590044.Russ Cox2014-04-162-4/+4
* build: remove tmp dir names from objects, support GOROOT_FINAL againRuss Cox2014-04-151-4/+4
* undo CL 87300043 / 1dc800571456Andrew Gerrand2014-04-151-4/+0
* cmd/go: do not miss an error if import path contains "cmd/something"Jan Ziak2014-04-141-0/+4
* cmd/objdump: rewrite in GoRuss Cox2014-04-141-0/+1
* cmd/go: always build package during "go test" commandAlex Brainman2014-04-103-1/+15
* cmd/go: allow use of Context in 'go list -f'Rick Arnold2014-04-084-5/+96
* cmd/go: Check error from SWIG link step.Albert Strasheim2014-04-071-1/+3
* cmd/go: Use exported CgoLDFlags when compiler=gccgoErik Westrup2014-03-262-0/+26
* cmd/go: fix typo in help docRob Pike2014-03-262-2/+2
* cmd/go: ensure external test files are presented to the linker firstDave Cheney2014-03-261-1/+6
* cmd/go: let build -x output describe CGO_LDFLAGS env variableJan Ziak2014-03-181-1/+7
* cmd/go: make the default coverage mode -atomic if -race is setRob Pike2014-03-184-3/+43
* cmd/go: fix invalid go pack command line in the output of go build -xJan Ziak2014-03-141-2/+2