aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2016-11-29 17:04:31 -0800
committerIan Lance Taylor <iant@golang.org>2016-11-30 01:05:14 +0000
commit0b1b6d4ce32818e0aa6db3bd37c6ca4a4d5613af (patch)
tree67cb08cce0a4b424d09d726fd8d860fa97f263ab
parent1afe0105a6c415fe204fcb778e042210f1225b47 (diff)
downloadgo-0b1b6d4ce32818e0aa6db3bd37c6ca4a4d5613af.tar.gz
go-0b1b6d4ce32818e0aa6db3bd37c6ca4a4d5613af.zip
doc: remove remaining cmd/go entries from go1.8.txt
None of them need to be called out in the release notes. Change-Id: I143a1879b25063574e4107c1e89264434d45d1d5 Reviewed-on: https://go-review.googlesource.com/33676 Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--doc/go1.8.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/go1.8.txt b/doc/go1.8.txt
index 1f820ec56d..6780b60242 100644
--- a/doc/go1.8.txt
+++ b/doc/go1.8.txt
@@ -33,18 +33,6 @@ cmd/dist: test PIE internal linking on linux/amd64 (CL 28545)
cmd/fix: add golang.org/x/net/context fix (CL 28872)
-cmd/go, testing: indicate when no tests are run (CL 22341)
-cmd/go: add bug command (CL 28485)
-cmd/go: add distribution-specific info for Linux to bug command (CL 28581)
-cmd/go: apply import restrictions to test code too (CL 31821)
-cmd/go: diagnose non-canonical import paths before compilation (CL 31668)
-cmd/go: enable -buildmode=plugin on darwin/amd64 (CL 29395)
-cmd/go: for -msan build runtime/cgo with -fsanitize=memory (CL 24855)
-cmd/go: make bug subcommand open the browser (CL 29210)
-cmd/go: make go test -i -o x.test actually write x.test (CL 31352)
-cmd/go: print more env variables in "go env" (CL 31330)
-cmd/go: referee another vendor vs symlink fight (CL 31665)
-
cmd/internal/obj, cmd/link: darwin dynlink support (CL 29393)
cmd/internal/objfile: add ppc64/ppc64le disassembler support (CL 9682)
cmd/link, cmd/go: delay linking of mingwex and mingw32 until very end (CL 26670)