From 7f3c6f64bdf5ed03e0a6308520958c88d244e522 Mon Sep 17 00:00:00 2001
From: Andrew Bonventre
+ TODO: https://golang.org/cl/149297: make Reader.Peek invalidate Unreads +
+ +@@ -113,6 +127,34 @@ Go 1.13 will require macOS 10.11 El Capitan or later.
+ TODO: https://golang.org/cl/138675: enable race detector on arm64 +
+ ++ 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 +
+ ++ TODO: https://golang.org/cl/130397: remove assembler implementations +
+ +@@ -121,6 +163,14 @@ Go 1.13 will require macOS 10.11 El Capitan or later.
+ TODO: https://golang.org/cl/145738: add support for returning cursors to client +
+ +@@ -131,6 +181,10 @@ Go 1.13 will require macOS 10.11 El Capitan or later.
+ 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.+ TODO: https://golang.org/cl/134075: add (*File).LineStart, which returns Pos for a given line +
+ +@@ -177,6 +239,14 @@ Go 1.13 will require macOS 10.11 El Capitan or later.
+ TODO: https://golang.org/cl/149578: move GODEBUGCPU options into GODEBUG +
+ +@@ -193,6 +263,14 @@ Go 1.13 will require macOS 10.11 El Capitan or later.
+ TODO: https://golang.org/cl/151299: update tzdata to 2018g +
+ +@@ -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 +
++ TODO: https://golang.org/cl/146437: make ReverseProxy automatically proxy WebSocket requests +
+ +@@ -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 +
++ TODO: https://golang.org/cl/145220: change IsAbs("NUL") to return true +
+ +@@ -245,6 +347,18 @@ Go 1.13 will require macOS 10.11 El Capitan or later.
+ TODO: https://golang.org/cl/139783: add DeepEqual test +
+ ++ TODO: https://golang.org/cl/139784: add partial Deprecation comment to Copy +
+ +@@ -253,12 +367,24 @@ Go 1.13 will require macOS 10.11 El Capitan or later.
+ TODO: https://golang.org/cl/144220: add API to read module info in binary +
+ +TODO: https://golang.org/cl/122835: add Builder.Cap
++ TODO: https://golang.org/cl/131495: correctly handle invalid utf8 sequences in Map +
++ TODO: https://golang.org/cl/141639: implement syscalls on Darwin using libSystem +
+ ++ TODO: https://golang.org/cl/147117: add Syscall18 on Windows +
++ 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
+ TODO: https://golang.org/cl/142217: removed truncation of context in error message +
+ +