summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2014-08-24 11:33:32 -0700
committerRob Pike <r@golang.org>2014-08-24 11:33:32 -0700
commitb622acdccbc432514b7f43c70131d7d41c406454 (patch)
treece87e50587e99a6b3bb46bfceecdc0167b9296bb /doc
parent7e04cfdfd3676506d2fced97e697b75e96c22804 (diff)
downloadgo-b622acdccbc432514b7f43c70131d7d41c406454.tar.gz
doc/go1.4.txt: go generate
CC=golang-codereviews https://codereview.appspot.com/132890043
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.4.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/go1.4.txt b/doc/go1.4.txt
index b3ba7480d..8cabeb4eb 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -10,6 +10,7 @@ spec: permit for range x (CL 104680043)
cmd/6l, liblink: use pc-relative addressing for all memory references, so that linking Go binaries at high addresses works (CL 125140043). This cuts the maximum size of a Go binary's text+data+bss from 4GB to 2GB.
cmd/go: import comments (CL 124940043)
cmd/go: implement "internal" (CL 120600043)
+cmd/go: implement "generate" (CL 125580044)
asm: make textflag.h available outside of cmd/ld (CL 128050043)
crypto/tls: add support for ALPN (RFC 7301) (CL 108710046)