diff --git a/doc/go1.18.html b/doc/go1.18.html index 1a68482ad6..87e03b5f73 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -225,6 +225,12 @@ Do not send CLs removing the interior tags from such phrases. FreeBSD 13.0+ will require a kernel with the COMPAT_FREEBSD12 option set (this is the default).
++ TODO: https://golang.org/cl/353969: enable register ABI for PPC64 +
+-fsanitize=address).
-+
The go mod tidy command now retains
additional checksums in the go.sum file for modules whose source
code is needed to verify that each imported package is provided by only one
@@ -376,6 +382,10 @@ Do not send CLs removing the interior tags from such phrases.
+ TODO: https://golang.org/cl/240611: 240611: cmd/fix: add buildtag fix +
+gofmt
@@ -506,6 +516,12 @@ Do not send CLs removing the interior tags from such phrases.
new go command -asan option.
+ TODO: https://golang.org/cl/369914: for default bootstrap, use Go 1.17 if present, falling back to Go 1.4 +
+debug/buildinfo package+ TODO: https://golang.org/cl/321889: allocate hiter as part of MapIter +
+ ++ TODO: https://golang.org/cl/345486: optimize for maps with string keys +