]> Cypherpunks repositories - gostls13.git/commit
race: build system changes
authorDmitriy Vyukov <dvyukov@google.com>
Tue, 18 Sep 2012 19:47:15 +0000 (23:47 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Tue, 18 Sep 2012 19:47:15 +0000 (23:47 +0400)
commit8ed026e783ded812ee4bd03a47278f95168b9087
treed221198cf1f6dbf1d80c5876b413001a7725b203
parent99b6e9f73b2b6a9e4d415064a271bfe579b8b66c
race: build system changes
This is the first part of a bigger change that adds data race detection feature:
https://golang.org/cl/6456044
Adds -race flag to go command.
API change:
+pkg go/build, type Context struct, InstallTag string

R=rsc
CC=golang-dev
https://golang.org/cl/6488075
src/cmd/go/build.go
src/cmd/go/pkg.go
src/cmd/go/run.go
src/cmd/go/test.go
src/cmd/go/testflag.go
src/pkg/go/build/build.go