doc/go1.4.txt: go generate

CC=golang-codereviews
https://golang.org/cl/132890043
This commit is contained in:
Rob Pike 2014-08-24 11:33:32 -07:00
parent 22af2b8ee0
commit cbf351a0f2

View File

@ -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/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: import comments (CL 124940043)
cmd/go: implement "internal" (CL 120600043) cmd/go: implement "internal" (CL 120600043)
cmd/go: implement "generate" (CL 125580044)
asm: make textflag.h available outside of cmd/ld (CL 128050043) asm: make textflag.h available outside of cmd/ld (CL 128050043)
crypto/tls: add support for ALPN (RFC 7301) (CL 108710046) crypto/tls: add support for ALPN (RFC 7301) (CL 108710046)