From ba79c1e24198c2222e3bfe350326a8962fee0441 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Fri, 5 Nov 2021 18:40:03 -0400 Subject: [PATCH] doc/go1.18: split bytes and strings packages A small touchup after CL 361894. For #47694. Change-Id: Ifc161516f897f727195d21351a3c8eda7b6e327e Reviewed-on: https://go-review.googlesource.com/c/go/+/361895 Trust: Dmitri Shuralyov Reviewed-by: Carlos Amedee Reviewed-by: Michael Knyszek Run-TryBot: Carlos Amedee --- doc/go1.18.html | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/doc/go1.18.html b/doc/go1.18.html index 55a1de3bd8f..b86e9078746 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -115,7 +115,7 @@ Do not send CLs removing the interior tags from such phrases.

- TODO: https://golang.org/cl/349595: https://golang.org/cl/349595: cmd/go: add GOAMD64 environment variable + TODO: https://golang.org/cl/349595: cmd/go: add GOAMD64 environment variable

gofmt

@@ -135,17 +135,17 @@ Do not send CLs removing the interior tags from such phrases.

Compiler

- TODO: https://golang.org/cl/298611: https://golang.org/cl/298611: cmd/compile: add -asan option + TODO: https://golang.org/cl/298611: cmd/compile: add -asan option

- TODO: https://golang.org/cl/352057: https://golang.org/cl/352057: cmd/compile, runtime: track argument stack slot liveness + TODO: https://golang.org/cl/352057: cmd/compile, runtime: track argument stack slot liveness

Linker

- TODO: https://golang.org/cl/298610: https://golang.org/cl/298610: cmd/link: add -asan option + TODO: https://golang.org/cl/298610: cmd/link: add -asan option

Core library

@@ -209,6 +209,14 @@ Do not send CLs removing the interior tags from such phrases. +
bytes
+
+

+ TODO: https://golang.org/cl/332771: avoid allocations in Trim/TrimLeft/TrimRight +

+
+
+
crypto/tls

@@ -330,16 +338,12 @@ Do not send CLs removing the interior tags from such phrases.

TODO: https://golang.org/cl/345849: add Clone function

-
-
-
strings,bytes
-

TODO: https://golang.org/cl/332771: avoid allocations in Trim/TrimLeft/TrimRight

-
+
sync