<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch go1.22rc1</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=go1.22rc1</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=go1.22rc1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2023-12-19T20:59:26Z</updated>
<entry>
<title>[release-branch.go1.22] go1.22rc1</title>
<updated>2023-12-19T20:59:26Z</updated>
<author>
<name>Gopher Robot</name>
<email>gobot@golang.org</email>
</author>
<published>2023-12-19T20:28:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=fa72f3e034fdabc5922ac019281f53ea0a8328cf'/>
<id>urn:sha1:fa72f3e034fdabc5922ac019281f53ea0a8328cf</id>
<content type='text'>
Change-Id: Ia3eeb58ffd7acc4dc519a304f3ef934ab9c82175
Reviewed-on: https://go-review.googlesource.com/c/go/+/551536
Reviewed-by: Carlos Amedee &lt;carlos@golang.org&gt;
Auto-Submit: Gopher Robot &lt;gobot@golang.org&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Than McIntosh &lt;thanm@google.com&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.22] all: merge master (0324250) into release-branch.go1.22</title>
<updated>2023-12-19T15:57:36Z</updated>
<author>
<name>Than McIntosh</name>
<email>thanm@google.com</email>
</author>
<published>2023-12-19T15:57:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=fb23428a85adbcf4c4801dd394a319e045adad90'/>
<id>urn:sha1:fb23428a85adbcf4c4801dd394a319e045adad90</id>
<content type='text'>
Merge List:

+ 2023-12-19 03242506de doc: comment out remaining TODOs in Go 1.22 relnotes (for now)
+ 2023-12-19 9dd1cde9ac doc/go1.22,cmd/go: document that 'go mod init' no longer imports from other vendoring tools
+ 2023-12-19 22284c34f2 doc/go1.22: document removal of 'go get' support in GOPATH mode
+ 2023-12-19 339177aa31 doc: typo fix for net/http.ServeMux
+ 2023-12-19 52dbffeac8 cmd/go/internal/toolchain: revert "make a best effort to parse 'go run' and 'go install' flags"

Change-Id: I102e8267373364d0ad6170d36442d19048268765
</content>
</entry>
<entry>
<title>doc: comment out remaining TODOs in Go 1.22 relnotes (for now)</title>
<updated>2023-12-19T15:55:00Z</updated>
<author>
<name>Than McIntosh</name>
<email>thanm@google.com</email>
</author>
<published>2023-12-19T15:32:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=03242506def60494d1b7231e2be57ea2f07f27a8'/>
<id>urn:sha1:03242506def60494d1b7231e2be57ea2f07f27a8</id>
<content type='text'>
This patch comments out the remaining "TODO" items in the Go 1.22
release notes temporarily, so as to have RC1 go out with the notes
in a clean (TODO-less) state.

Change-Id: I88f5fef75860fc78b8077dce704ae71c6194a6a9
Reviewed-on: https://go-review.googlesource.com/c/go/+/551257
Reviewed-by: Carlos Amedee &lt;carlos@golang.org&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Auto-Submit: Than McIntosh &lt;thanm@google.com&gt;
</content>
</entry>
<entry>
<title>doc/go1.22,cmd/go: document that 'go mod init' no longer imports from other vendoring tools</title>
<updated>2023-12-19T15:51:46Z</updated>
<author>
<name>Bryan C. Mills</name>
<email>bcmills@google.com</email>
</author>
<published>2023-12-11T17:42:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=9dd1cde9ac0f1e935ed44d33f6b4668be538c1ed'/>
<id>urn:sha1:9dd1cde9ac0f1e935ed44d33f6b4668be538c1ed</id>
<content type='text'>
This support was removed in CL 518776.

For #61422.
Fixes #53327.

Change-Id: I8ad0f76aed5f03e32c4c2c5c0001c3f06beb3c7d
Reviewed-on: https://go-review.googlesource.com/c/go/+/548877
Reviewed-by: Carlos Amedee &lt;carlos@golang.org&gt;
Reviewed-by: Than McIntosh &lt;thanm@google.com&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
</content>
</entry>
<entry>
<title>doc/go1.22: document removal of 'go get' support in GOPATH mode</title>
<updated>2023-12-19T15:51:37Z</updated>
<author>
<name>Bryan C. Mills</name>
<email>bcmills@google.com</email>
</author>
<published>2023-12-11T17:29:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=22284c34f2936d996a182daae3118dcff18a4d25'/>
<id>urn:sha1:22284c34f2936d996a182daae3118dcff18a4d25</id>
<content type='text'>
For #61422.
Updates #60915.

Change-Id: Ia8ca12c163a02223b26c5e4cd4c1b6093978aba4
Reviewed-on: https://go-review.googlesource.com/c/go/+/548875
Reviewed-by: Carlos Amedee &lt;carlos@golang.org&gt;
Reviewed-by: Than McIntosh &lt;thanm@google.com&gt;
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
</content>
</entry>
<entry>
<title>doc: typo fix for net/http.ServeMux</title>
<updated>2023-12-19T15:13:06Z</updated>
<author>
<name>Carlos Amedee</name>
<email>carlos@golang.org</email>
</author>
<published>2023-12-19T14:44:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=339177aa3119c5de653aff7773fd05553e68719c'/>
<id>urn:sha1:339177aa3119c5de653aff7773fd05553e68719c</id>
<content type='text'>
Updates #61422

Change-Id: I2d86863db70792122b5168935e76d9ca38f761b7
Reviewed-on: https://go-review.googlesource.com/c/go/+/551256
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Reviewed-by: Than McIntosh &lt;thanm@google.com&gt;
Auto-Submit: Carlos Amedee &lt;carlos@golang.org&gt;
</content>
</entry>
<entry>
<title>cmd/go/internal/toolchain: revert "make a best effort to parse 'go run' and 'go install' flags"</title>
<updated>2023-12-19T14:42:39Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2023-12-19T14:21:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=52dbffeac86863e1e0c9455b5b216ec50c828946'/>
<id>urn:sha1:52dbffeac86863e1e0c9455b5b216ec50c828946</id>
<content type='text'>
This caused other problems, and for the purposes of the Go 1.22
release, we can just roll back to the Go 1.21 behavior and then
decide in January what the correct path forward is.

Revert of CL 546635.

Unfixes #64282.
Fixes #64738.
For #57001.

This reverts commit e44b8b15b19058b7a22a859ab4159f924856f688.

Change-Id: I78753c76dcd0bc6dbc90caa17f73248c42e5f64a
Reviewed-on: https://go-review.googlesource.com/c/go/+/551215
LUCI-TryBot-Result: Go LUCI &lt;golang-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
Auto-Submit: Russ Cox &lt;rsc@golang.org&gt;
Reviewed-by: Daniel Martí &lt;mvdan@mvdan.cc&gt;
Reviewed-by: Than McIntosh &lt;thanm@google.com&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.22] all: merge master (1d4b0b6) into release-branch.go1.22</title>
<updated>2023-12-19T14:29:26Z</updated>
<author>
<name>Than McIntosh</name>
<email>thanm@google.com</email>
</author>
<published>2023-12-19T14:29:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=f06eaf0c4fcf9c320acb0c158396c1b2522b78bf'/>
<id>urn:sha1:f06eaf0c4fcf9c320acb0c158396c1b2522b78bf</id>
<content type='text'>
Merge List:

+ 2023-12-19 1d4b0b6236 doc/go1.22.html: release notes for slog, testing/slogtest and net/http.ServeMux
+ 2023-12-19 6fe0d3758b cmd/compile: remove interfacecycles debug flag
+ 2023-12-19 90daaa0576 doc/go1.22: announcing support address sanitizer on Loong64
+ 2023-12-18 5b84d50038 test: skip rangegen.go on 32-bit platforms
+ 2023-12-18 4106de901a crypto/tls: align FIPS-only mode with BoringSSL policy
+ 2023-12-18 7383b2a4db crypto/internal/boring: upgrade module to fips-20220613
+ 2023-12-18 c564d4ae08 Revert "cmd/cgo/internal/testsanitizers: fix msan test failing with clang &gt;= 16"
+ 2023-12-18 7058f09a8b cmd: go get golang.org/x/tools@83bceaf2 and revendor
+ 2023-12-18 761e10be88 cmd/link/internal/loadpe: update comment about @feat.00 symbol handling
+ 2023-12-18 450f5d90c2 doc: add math/rand/v2 release notes
+ 2023-12-18 08bec0db39 builtin: mention PanicNilError in comments of recover
+ 2023-12-18 2acbdd086d cmd/cgo/internal/testsanitizers: fix msan test failing with clang &gt;= 16
+ 2023-12-18 a7097243e4 internal/syscall/windows: fix the signature of SetFileInformationByHandle
+ 2023-12-18 8e3930f258 runtime: skip TestRuntimeLockMetricsAndProfile for flakiness
+ 2023-12-15 9b4b3e5acc runtime: properly model rwmutex in lock ranking
+ 2023-12-15 793097161b all: fix copyright headers
+ 2023-12-15 f8170cc017 cmd/asm: for arm, rewrite argument shifted right by 0 to left by 0.
+ 2023-12-15 3313bbb405 runtime: add race annotations in IncNonDefault
+ 2023-12-15 b60bf8f8e1 cmd/asm: fix encoding for arm right shift by constant 0
+ 2023-12-15 5e939b3a9c doc: add crypto/tls and crypto/x509 release notes

Change-Id: I2a80e9d39aa1fbb22b06ecfa16f725bacb78eb3f
</content>
</entry>
<entry>
<title>doc/go1.22.html: release notes for slog, testing/slogtest and net/http.ServeMux</title>
<updated>2023-12-19T11:08:11Z</updated>
<author>
<name>Jonathan Amsterdam</name>
<email>jba@google.com</email>
</author>
<published>2023-12-18T18:07:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=1d4b0b6236febe0646d8d7b0103da5d169f185cc'/>
<id>urn:sha1:1d4b0b6236febe0646d8d7b0103da5d169f185cc</id>
<content type='text'>
Updates #61422.

Change-Id: I8f2dfe92405f409c46465bbb5714eff662ce9b49
Reviewed-on: https://go-review.googlesource.com/c/go/+/550776
Run-TryBot: Jonathan Amsterdam &lt;jba@google.com&gt;
Reviewed-by: Damien Neil &lt;dneil@google.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>cmd/compile: remove interfacecycles debug flag</title>
<updated>2023-12-19T04:39:56Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2023-12-19T02:13:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=6fe0d3758b35afcc342832e376d8d985a5a29070'/>
<id>urn:sha1:6fe0d3758b35afcc342832e376d8d985a5a29070</id>
<content type='text'>
Per the discussion on the issue, since no problems related to this
appeared since Go 1.20, remove the ability to disable the check for
anonymous interface cycles permanently.

Adjust various tests accordingly.

For #56103.

Change-Id: Ica2b28752dca08934bbbc163a9b062ae1eb2a834
Reviewed-on: https://go-review.googlesource.com/c/go/+/550896
Run-TryBot: Robert Griesemer &lt;gri@google.com&gt;
Auto-Submit: Robert Griesemer &lt;gri@google.com&gt;
Reviewed-by: Robert Griesemer &lt;gri@google.com&gt;
TryBot-Result: Gopher Robot &lt;gobot@golang.org&gt;
Reviewed-by: Matthew Dempsky &lt;mdempsky@google.com&gt;
</content>
</entry>
</feed>
