| Age | Commit message (Collapse) | Author |
|
Fixes #7806.
LGTM=minux
R=golang-codereviews, minux
CC=golang-codereviews
https://golang.org/cl/104690043
|
|
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/12351045
|
|
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7510048
|
|
See also https://golang.org/cl/7656044
R=golang-dev, gri, rsc
CC=golang-dev
https://golang.org/cl/7625048
|
|
This installs type checking into go vet.
(To be removed before releasing Go 1.1)
R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/7528044
|
|
R=rsc, dave
CC=golang-dev
https://golang.org/cl/6638043
|
|
message
Also, to aid debugging cmd/dist, make make.bat support --dist-tool flag.
Fixes #3100.
R=alex.brainman
CC=golang-dev
https://golang.org/cl/6637061
|
|
- use GO_GCFLAGS and GO_LDFLAGS if supplied
- build misc\dashboard\builder and misc\goplay
- run tests in test\bench\go1
- check api compatibility
R=golang-dev, r, kardianos, bradfitz
CC=golang-dev
https://golang.org/cl/5847063
|
|
R=golang-dev, alex.brainman, mattn.jp
CC=golang-dev
https://golang.org/cl/5843045
|
|
Same fix as applied here: https://golang.org/cl/5761044
Fixes #3222.
R=golang-dev, alex.brainman, rsc
CC=golang-dev
https://golang.org/cl/5838043
|
|
R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/5797079
|
|
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5671072
|
|
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5656070
|
|
R=bradfitz, rsc
CC=golang-dev
https://golang.org/cl/5673048
|
|
This CL makes it possible to run make.bash with
GOOS and GOARCH set to something other than
the native host GOOS and GOARCH.
As part of the CL, the tool directory moves from bin/tool/
to pkg/tool/goos_goarch where goos and goarch are
the values for the host system (running the build), not
the target. pkg/ is not technically appropriate, but C objects
are there now tool (pkg/obj/) so this puts all the generated
binaries in one place (rm -rf $GOROOT/pkg cleans everything).
Including goos_goarch in the name allows different systems
to share a single $GOROOT on a shared file system.
Fixes #2920.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5645093
|
|
Also, echo cmd/dist during bootstrap build
Makes that phase look like all the others.
Fixes #2908.
R=golang-dev, alex.brainman, bradfitz
CC=golang-dev
https://golang.org/cl/5655065
|
|
Fixes #2974.
R=golang-dev, r, rsc
CC=golang-dev
https://golang.org/cl/5653052
|
|
R=rsc, gustavo
CC=golang-dev
https://golang.org/cl/5642045
|
|
R=golang-dev, bradfitz, iant, alex.brainman, go.peter.90
CC=golang-dev
https://golang.org/cl/5630047
|