From: Andrew Bonventre Date: Wed, 28 Nov 2018 16:35:39 +0000 (-0500) Subject: doc: update go1.12.html using latest output from relnote tool X-Git-Tag: go1.12beta1~244 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7f3c6f64bdf5ed03e0a6308520958c88d244e522;p=gostls13.git doc: update go1.12.html using latest output from relnote tool Change-Id: I6b20c3fd7f15f35d2288d9a0fd6512c541a62c92 Reviewed-on: https://go-review.googlesource.com/c/151558 Reviewed-by: Bryan C. Mills --- diff --git a/doc/go1.12.html b/doc/go1.12.html index 821d9086d4..7a2a50bacc 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -88,11 +88,25 @@ Go 1.13 will require macOS 10.11 El Capitan or later. in mind.

+ + + + + + +
bufio
+
+

+ TODO: https://golang.org/cl/149297: make Reader.Peek invalidate Unreads +

+ +
+
build

@@ -113,6 +127,34 @@ Go 1.13 will require macOS 10.11 El Capitan or later.

+
cmd,runtime
+
+

+ TODO: https://golang.org/cl/138675: enable race detector on arm64 +

+ +
+ +
crypto/rand
+
+

+ TODO: https://golang.org/cl/120055: use the new getrandom syscall on FreeBSD +

+ +

+ TODO: https://golang.org/cl/139419: warn to stderr if blocked 60+ sec on first Reader.Read call +

+ +
+ +
crypto/rc4
+
+

+ TODO: https://golang.org/cl/130397: remove assembler implementations +

+ +
+
crypto/tls, net/http

@@ -121,6 +163,14 @@ Go 1.13 will require macOS 10.11 El Capitan or later.

+
database/sql
+
+

+ TODO: https://golang.org/cl/145738: add support for returning cursors to client +

+ +
+
expvar

@@ -131,6 +181,10 @@ Go 1.13 will require macOS 10.11 El Capitan or later.

fmt
+

+ TODO: https://golang.org/cl/129777: print values for map keys with non-reflexive equality +

+

TODO: https://golang.org/cl/142737: print maps in key-sorted order

@@ -153,6 +207,14 @@ Go 1.13 will require macOS 10.11 El Capitan or later.
+
go/token
+
+

+ TODO: https://golang.org/cl/134075: add (*File).LineStart, which returns Pos for a given line +

+ +
+
godoc, cmd/godoc

@@ -177,6 +239,14 @@ Go 1.13 will require macOS 10.11 El Capitan or later.

+
internal/cpu
+
+

+ TODO: https://golang.org/cl/149578: move GODEBUGCPU options into GODEBUG +

+ +
+
internal/poll

@@ -193,6 +263,14 @@ Go 1.13 will require macOS 10.11 El Capitan or later.

+
lib/time
+
+

+ TODO: https://golang.org/cl/151299: update tzdata to 2018g +

+ +
+
math/bits

@@ -207,6 +285,10 @@ Go 1.13 will require macOS 10.11 El Capitan or later. TODO: https://golang.org/cl/113997: use splice(2) on Linux when reading from UnixConn, rework splice tests

+

+ TODO: https://golang.org/cl/146659: enable RFC 6555 Fast Fallback by default +

+
net/http
@@ -221,6 +303,14 @@ Go 1.13 will require macOS 10.11 El Capitan or later.
+
net/http/httputil
+
+

+ TODO: https://golang.org/cl/146437: make ReverseProxy automatically proxy WebSocket requests +

+ +
+
os

@@ -235,8 +325,20 @@ Go 1.13 will require macOS 10.11 El Capitan or later. TODO: https://golang.org/cl/139418: add UserHomeDir

+

+ TODO: https://golang.org/cl/146020: add support for long path names on unix RemoveAll +

+
+
path/filepath
+
+

+ TODO: https://golang.org/cl/145220: change IsAbs("NUL") to return true +

+ +
+
reflect

@@ -245,6 +347,18 @@ Go 1.13 will require macOS 10.11 El Capitan or later.

+
regexp
+
+

+ TODO: https://golang.org/cl/139783: add DeepEqual test +

+ +

+ TODO: https://golang.org/cl/139784: add partial Deprecation comment to Copy +

+ +
+
runtime

@@ -253,12 +367,24 @@ Go 1.13 will require macOS 10.11 El Capitan or later.

+
runtime/debug
+
+

+ TODO: https://golang.org/cl/144220: add API to read module info in binary +

+ +
+
strings

TODO: https://golang.org/cl/122835: add Builder.Cap

+

+ TODO: https://golang.org/cl/131495: correctly handle invalid utf8 sequences in Map +

+
syscall
@@ -271,6 +397,14 @@ Go 1.13 will require macOS 10.11 El Capitan or later. TODO: https://golang.org/cl/138595: FreeBSD 12 ino64 support

+

+ TODO: https://golang.org/cl/141639: implement syscalls on Darwin using libSystem +

+ +

+ TODO: https://golang.org/cl/147117: add Syscall18 on Windows +

+
syscall/js
@@ -291,9 +425,21 @@ Go 1.13 will require macOS 10.11 El Capitan or later.
testing
+

+ TODO: https://golang.org/cl/121936: exit with error if testing.Short is called before flag.Parse +

+

TODO: https://golang.org/cl/139258: implement -benchtime=100x

+
text/template
+
+

+ TODO: https://golang.org/cl/142217: removed truncation of context in error message +

+ +
+