From: Andrew Bonventre Date: Wed, 5 Jun 2019 15:45:01 +0000 (-0400) Subject: doc: update Go 1.13 release notes using relnote X-Git-Tag: go1.13beta1~144 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9ab9ca27bb035bccdeff57d513316e3c4b2d2029;p=gostls13.git doc: update Go 1.13 release notes using relnote The additions were generated using golang.org/x/build/cmd/relnote. Change-Id: Ie7322f7d01a2dd4a7bca89b9ef9c1ce93bc2671a Reviewed-on: https://go-review.googlesource.com/c/go/+/180778 Reviewed-by: Bryan C. Mills --- diff --git a/doc/go1.13.html b/doc/go1.13.html index ef37c92775..de5d893396 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -95,3 +95,290 @@ TODO; link to Go 1.12 notes. TODO

+ + + + + + + + + + + +
all
+
+

+ TODO: https://golang.org/cl/174457: add new GOOS=illumos, split out of GOOS=solaris +

+ +
+ +
bytes
+
+

+ TODO: https://golang.org/cl/161760: hoist error creation out of function +

+ +
+ +
context
+
+

+ TODO: https://golang.org/cl/169080: don't depend on fmt +

+ +
+ +
crypto/ed25519
+
+

+ TODO: https://golang.org/cl/174945: promote from golang.org/x/crypto/ed25519 +

+ +
+ +
crypto/tls
+
+

+ TODO: https://golang.org/cl/177698: add support for Ed25519 certificates in TLS 1.2 and 1.3 +

+ +
+ +
database/sql
+
+

+ TODO: https://golang.org/cl/170699: add NullTime +

+ +

+ TODO: https://golang.org/cl/174178: add NullInt32 +

+ +
+ +
debug/dwarf
+
+

+ TODO: https://golang.org/cl/158797: more graceful handling of unsupported types +

+ +
+ +
html/template
+
+

+ TODO: https://golang.org/cl/175218: add support for JavaScript modules +

+ +
+ +
log
+
+

+ TODO: https://golang.org/cl/168920: expose Writer() method of the standard logger +

+ +
+ +
math/big
+
+

+ TODO: https://golang.org/cl/160682: implement Rat.SetUint64 +

+ +

+ TODO: https://golang.org/cl/168237: accept non-decimal floats with Rat.SetString +

+ +
+ +
math/bits
+
+

+ TODO: https://golang.org/cl/178177: document that Add, Sub, Mul, RotateLeft, ReverseBytes are constant time +

+ +
+ +
net
+
+

+ TODO: https://golang.org/cl/156366: use DNS over TCP when use-vc is set in resolv.conf +

+ +

+ TODO: https://golang.org/cl/166297: use libSystem bindings for DNS resolution on macos if cgo is unavailable +

+ +

+ TODO: https://golang.org/cl/170678: add KeepAlive field to ListenConfig +

+ +
+ +
net/http
+
+

+ TODO: https://golang.org/cl/130256: introduce DialerAndTLSConfigSupportsHTTP2 in Transport +

+ +

+ TODO: https://golang.org/cl/140357: make Transport.MaxConnsPerHost work for HTTP/2 +

+ +

+ TODO: https://golang.org/cl/154383: make TimeoutHandler's ResponseWriter implement Pusher +

+ +

+ TODO: https://golang.org/cl/167681: add Server BaseContext & ConnContext fields to control early context +

+ +

+ TODO: https://golang.org/cl/173658: export Header.Clone, reduce its allocations, use it everywhere +

+ +
+ +
os
+
+

+ TODO: https://golang.org/cl/166578: reject WriteAt if file opened in append mode +

+ +
+ +
os/exec
+
+

+ TODO: https://golang.org/cl/174318: always set SYSTEMROOT on Windows if not listed in Cmd.Env +

+ +
+ +
reflect
+
+

+ TODO: https://golang.org/cl/171337: add Value.IsZero +

+ +

+ TODO: https://golang.org/cl/174531: MakeFunc: allow assignment conversions on values returned from the wrapped function +

+ +
+ +
runtime
+
+

+ TODO: https://golang.org/cl/170318: randomize package initialization order in race mode +

+ +
+ +
runtime, internal/poll, net
+
+

+ TODO: https://golang.org/cl/166497: report event scanning error on read event +

+ +
+ +
runtime/cgo
+
+

+ TODO: https://golang.org/cl/170127: look for android_get_device_api_level in libc.so +

+ +
+ +
strings, bytes
+
+

+ TODO: https://golang.org/cl/142003: add ToValidUTF8 +

+ +
+ +
sync
+
+

+ TODO: https://golang.org/cl/166960: use lock-free structure for Pool stealing +

+ +

+ TODO: https://golang.org/cl/166961: smooth out Pool behavior over GC with a victim cache +

+ +
+ +
syscall
+
+

+ TODO: https://golang.org/cl/168479: avoid _getdirentries64 on darwin +

+ +

+ TODO: https://golang.org/cl/174197: allow setting security attributes on processes +

+ +

+ TODO: https://golang.org/cl/174320: don't return EINVAL on zero Chmod mode on Windows +

+ +
+ +
syscall/js
+
+

+ TODO: https://golang.org/cl/177537: replace TypedArrayOf with CopyBytesToGo/CopyBytesToJS +

+ +
+ +
testing
+
+

+ TODO: https://golang.org/cl/112155: stop rounding b.N +

+ +

+ TODO: https://golang.org/cl/166717: add B.ReportMetric for custom benchmark metrics +

+ +

+ TODO: https://golang.org/cl/173722: delay flag registration; move to an Init function +

+ +
+ +
text/scanner
+
+

+ TODO: https://golang.org/cl/163079: don't liberally consume (invalid) floats or underbars +

+ +
+ +
text/template
+
+

+ TODO: https://golang.org/cl/161762: add a slice function to the predefined global functions +

+ +
+ +
time
+
+

+ TODO: https://golang.org/cl/122876: add support for day-of-year in Format and Parse +

+ +

+ TODO: https://golang.org/cl/167387: add methods to convert duration to microseconds and milliseconds +

+ +
+