go/doc/next/6-stdlib/99-minor
Jonathan Amsterdam 0e7c9846c4 cmd: don't require build tags in relnote pathnames
Due to a bug in golang.org/x/build/relnote, API features affecting
specific builds would need to include those build tags in relnote
pathnames.

This CL vendors in the fixed golang.org/x/build. (That caused other
modules to be vendored in as well.)

It also renames the syscall relnote file to remove the build tags
from its pathname.

For #64169.

Change-Id: Iaf6cd9099df1156f4e20c63d519a862ea19a7a3b
Reviewed-on: https://go-review.googlesource.com/c/go/+/566455
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2024-02-23 18:08:27 +00:00
..
net net: add KeepAliveConfig and implement SetKeepAliveConfig 2024-02-20 06:04:31 +00:00
os os: implement CopyFS 2024-02-23 00:19:54 +00:00
runtime/debug runtime/debug: SetCrashOutput sets the FD for fatal panics 2024-01-31 16:50:42 +00:00
sync doc/next: add release note for sync/Map.Clear 2024-02-07 21:04:18 +00:00
syscall cmd: don't require build tags in relnote pathnames 2024-02-23 18:08:27 +00:00
0-heading.md doc/next: initial contents 2024-01-24 16:44:53 +00:00
README doc/next: initial contents 2024-01-24 16:44:53 +00:00

API changes and other small changes to the standard library go here.