From: Andrew Bonventre Date: Mon, 16 Jul 2018 14:22:18 +0000 (-0400) Subject: doc/go1.11: update with latest output from x/build/cmd/relnote X-Git-Tag: go1.11beta2~97 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3fcfb1f5737388a00f47d5de1c5266e1136abf05;p=gostls13.git doc/go1.11: update with latest output from x/build/cmd/relnote Change-Id: I4055ecc39b1b250cce7b32241f13dbc05567361f Reviewed-on: https://go-review.googlesource.com/124015 Reviewed-by: Bryan C. Mills --- diff --git a/doc/go1.11.html b/doc/go1.11.html index 80472fd68a..375fe94314 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -94,7 +94,7 @@ Do not send CLs removing the interior tags from such phrases.

- TODO: Link to intro doc. + TODO: Link to intro doc.

Import path restriction

@@ -146,11 +146,16 @@ Do not send CLs removing the interior tags from such phrases. + + + + +
all
@@ -232,6 +237,38 @@ Do not send CLs removing the interior tags from such phrases.
+
go/scanner
+
+

+ TODO: https://golang.org/cl/100235: report errors for incorrect line directives +

+ +
+ +
html/template
+
+

+ TODO: https://golang.org/cl/121815: ignore untyped nil arguments to default escapers +

+ +
+ +
http/http/httputil
+
+

+ TODO: https://golang.org/cl/77410: add ReverseProxy.ErrorHandler +

+ +
+ +
http/httpproxy
+
+

+ TODO: https://golang.org/cl/115255: support CIDR notation and ports with NO_PROXY +

+ +
+
image/gif

@@ -256,6 +293,22 @@ Do not send CLs removing the interior tags from such phrases.

+
mime/multipart
+
+

+ TODO: https://golang.org/cl/121055: restore 1.9 handling of missing/empty form-data file name +

+ +
+ +
mime/quotedprintable
+
+

+ TODO: https://golang.org/cl/121095: accept bytes >= 0x80 +

+ +
+
net

@@ -278,6 +331,18 @@ Do not send CLs removing the interior tags from such phrases.

net/http
+

+ TODO: https://golang.org/cl/71272: add Transport.MaxConnsPerHost knob +

+ +

+ TODO: https://golang.org/cl/79919: add support for SameSite option in http.Cookie +

+ +

+ TODO: https://golang.org/cl/81778: prevent Server reuse after a Shutdown +

+

TODO: https://golang.org/cl/89275: don't sniff Content-type in Server when X-Content-Type-Options:nosniff

@@ -286,6 +351,10 @@ Do not send CLs removing the interior tags from such phrases. TODO: https://golang.org/cl/93296: add StatusMisdirectedRequest (421)

+

+ TODO: https://golang.org/cl/123875: don't cancel Request.Context on pipelined Server requests +

+
os
@@ -324,6 +393,131 @@ Do not send CLs removing the interior tags from such phrases.
+
regexp
+
+

+ TODO: https://golang.org/cl/101715: use sync.Pool to cache regexp.machine objects +

+ +
+ +
runtime
+
+

+ TODO: https://golang.org/cl/85887: use sparse mappings for the heap +

+ +

+ TODO: https://golang.org/cl/94076: use native CAS and memory barrier on ARMv7 +

+ +

+ TODO: https://golang.org/cl/106156: use fixed TLS offsets on darwin/amd64 and darwin/386 +

+ +

+ TODO: https://golang.org/cl/109255: enable memory sanitizer on arm64 +

+ +

+ TODO: https://golang.org/cl/109699: support for debugger function calls +

+ +

+ TODO: https://golang.org/cl/121657: remap stack spans with MAP_STACK on OpenBSD +

+ +
+ +
runtime,cmd/ld
+
+

+ TODO: https://golang.org/cl/108679: on darwin, create theads using libc +

+ +
+ +
runtime/pprof
+
+

+ TODO: https://golang.org/cl/102696: introduce "allocs" profile +

+ +
+ +
runtime/race
+
+

+ TODO: https://golang.org/cl/107935: implement race detector for ppc64le +

+ +
+ +
runtime/trace
+
+

+ TODO: https://golang.org/cl/63274: user annotation API +

+ +
+ +
runtime/traceback
+
+

+ TODO: https://golang.org/cl/70993: support tracking goroutine ancestor tracebacks with GODEBUG="tracebackancestors=N" +

+ +
+ +
sync
+
+

+ TODO: https://golang.org/cl/87095: enable profiling of RWMutex +

+ +
+ +
syscall
+
+

+ TODO: https://golang.org/cl/106275: introduce Pointer type and use it instead of uintptr +

+ +

+ TODO: https://golang.org/cl/118658: check Fchmodat flags parameter on Linux +

+ +
+ +
text/scanner
+
+

+ TODO: https://golang.org/cl/112037: return RawString token rather than String for raw string literals +

+ +
+ +
text/template
+
+

+ TODO: https://golang.org/cl/84480: add variable assignments +

+ +

+ TODO: https://golang.org/cl/95215: differentiate nil from missing arg +

+ +
+ +
time
+
+

+ TODO: https://golang.org/cl/98157: add support for parsing timezones denoted by sign and offset +

+ +
+
+
runtime

@@ -342,6 +536,14 @@ Do not send CLs removing the interior tags from such phrases. TODO: https://golang.org/cl/109255: enable memory sanitizer on arm64

+

+ TODO: https://golang.org/cl/109699: support for debugger function calls +

+ +

+ TODO: https://golang.org/cl/121657: remap stack spans with MAP_STACK on OpenBSD +

+
runtime,cmd/ld
@@ -360,6 +562,22 @@ Do not send CLs removing the interior tags from such phrases.
+
runtime/race
+
+

+ TODO: https://golang.org/cl/107935: implement race detector for ppc64le +

+ +
+ +
runtime/trace
+
+

+ TODO: https://golang.org/cl/63274: user annotation API +

+ +
+
runtime/traceback

@@ -382,6 +600,10 @@ Do not send CLs removing the interior tags from such phrases. TODO: https://golang.org/cl/106275: introduce Pointer type and use it instead of uintptr

+

+ TODO: https://golang.org/cl/118658: check Fchmodat flags parameter on Linux +

+
text/scanner
@@ -398,6 +620,10 @@ Do not send CLs removing the interior tags from such phrases. TODO: https://golang.org/cl/84480: add variable assignments

+

+ TODO: https://golang.org/cl/95215: differentiate nil from missing arg +

+
time