FreeBSD 13.0+ will require a kernel with the COMPAT_FREEBSD12 option set (this is the default).
</p>
+<h3 id="ppc64">PPC64</h3>
+
+<p><!-- CL 353969 -->
+ TODO: <a href="https://golang.org/cl/353969">https://golang.org/cl/353969</a>: enable register ABI for PPC64
+</p>
+
<h2 id="tools">Tools</h2>
<h3 id="fuzzing">Fuzzing</h3>
option <code>-fsanitize=address</code>).
</p>
-<p><!-- https://golang.org/issue/47738 -->
+<p><!-- https://golang.org/issue/47738, CL 344572 -->
The <code>go</code> <code>mod</code> <code>tidy</code> command now retains
additional checksums in the <code>go.sum</code> file for modules whose source
code is needed to verify that each imported package is provided by only one
</ul>
</p>
+<p><!-- CL 240611 -->
+ TODO: <a href="https://golang.org/cl/240611">https://golang.org/cl/240611</a>: 240611: cmd/fix: add buildtag fix
+</p>
+
<h3 id="gofmt"><code>gofmt</code></h3>
<p><!-- https://golang.org/issue/43566 -->
new <code>go</code> command <code>-asan</code> option.
</p>
+<h2 id="build">Build</h2>
+
+<p><!-- CL 369914, CL 370274 -->
+ TODO: <a href="https://golang.org/cl/369914">https://golang.org/cl/369914</a>: for default bootstrap, use Go 1.17 if present, falling back to Go 1.4
+</p>
+
<h2 id="library">Core library</h2>
<h3 id="debug/buildinfo">New <code>debug/buildinfo</code> package</h3>
The old names will continue to work, but will be deprecated in a
future Go release.
</p>
+
+ <p><!-- CL 321889 -->
+ TODO: <a href="https://golang.org/cl/321889">https://golang.org/cl/321889</a>: allocate hiter as part of MapIter
+ </p>
+
+ <p><!-- CL 345486 -->
+ TODO: <a href="https://golang.org/cl/345486">https://golang.org/cl/345486</a>: optimize for maps with string keys
+ </p>
</dd>
</dl><!-- reflect -->