dd31ad7e9f
[release-branch.go1.22] spec: fix typo in year (it's 2024 now)
...
While at it, set the date to the Go 1.22 release date.
Change-Id: I03872626e500433eb63786d24c67810c8c6289f4
Reviewed-on: https://go-review.googlesource.com/c/go/+/562337
Auto-Submit: Robert Griesemer <gri@google.com >
Reviewed-by: Robert Griesemer <gri@google.com >
Reviewed-by: Robert Findley <rfindley@google.com >
Reviewed-by: Carlos Amedee <carlos@golang.org >
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com >
TryBot-Bypass: Robert Griesemer <gri@google.com >
Reviewed-on: https://go-review.googlesource.com/c/go/+/562320
Reviewed-by: Russ Cox <rsc@golang.org >
2024-02-07 20:45:41 +00:00
9289b9c336
[release-branch.go1.22] spec: clarify iteration variable type for range over integer
...
Also: report language version (plus date) in spec header.
For #65137 .
Change-Id: I4f1d220d5922c40a36264df2d0a7bb7cd0756bac
Reviewed-on: https://go-review.googlesource.com/c/go/+/557596
TryBot-Bypass: Robert Griesemer <gri@google.com >
Reviewed-by: Matthew Dempsky <mdempsky@google.com >
Reviewed-by: Robert Griesemer <gri@google.com >
Reviewed-on: https://go-review.googlesource.com/c/go/+/559875
2024-01-31 21:40:40 +00:00
77e9c26960
[release-branch.go1.22] doc: delete go1.22.html copy
...
The motivation is the same as in the commit message of CL 511317.
For #61422 .
Change-Id: I0e86cf35ec3501a931d6d7fffb0c83f3e57106e1
Reviewed-on: https://go-review.googlesource.com/c/go/+/557515
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org >
Reviewed-by: Cherry Mui <cherryyz@google.com >
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
2024-01-22 17:55:34 +00:00
fe55bbcfd1
[release-branch.go1.22] doc: remove last TODO item
...
For #61422
Change-Id: I50e427b78a533c3196aeb5291a34c05528ee0bed
Reviewed-on: https://go-review.googlesource.com/c/go/+/557475
Reviewed-by: Cherry Mui <cherryyz@google.com >
Auto-Submit: Carlos Amedee <carlos@golang.org >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
2024-01-22 17:02:41 +00:00
97daa6e942
doc/go1.22: document net/netip changes
...
For #61422
Change-Id: Ide818366b035eada4ba04b70b4741fb1891585d6
Reviewed-on: https://go-review.googlesource.com/c/go/+/556396
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Carlos Amedee <carlos@golang.org >
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org >
Auto-Submit: Damien Neil <dneil@google.com >
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com >
2024-01-17 23:14:20 +00:00
8d04110ce1
doc/go1.22: document net/http/cgi changes
...
For #61422
Change-Id: If9c3d3ccbfb2061f42ffc26461209c96d38020e5
Reviewed-on: https://go-review.googlesource.com/c/go/+/556395
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Bryan Mills <bcmills@google.com >
2024-01-17 20:26:04 +00:00
7e7b16c972
doc: fill out net/http.Request.PathValue,SetPathValue section
...
And add a missing code tag wrap elsewhere.
Updates #61410
Updates #61422
Change-Id: I70a9c4ecaf4056af2e88d777b8db892a45dfcb9f
Reviewed-on: https://go-review.googlesource.com/c/go/+/552195
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com >
Run-TryBot: Dan Peterson <danp@danp.net >
Reviewed-by: Jonathan Amsterdam <jba@google.com >
TryBot-Result: Gopher Robot <gobot@golang.org >
2024-01-16 22:34:54 +00:00
1ae729e6d3
doc: s/adjustements/adjustments
...
Change-Id: I904b1adee13c63bc7d47d4325b794c1a650eb18d
GitHub-Last-Rev: 8eced8db566c4dea433260f87456902542095970
GitHub-Pull-Request: golang/go#64969
Reviewed-on: https://go-review.googlesource.com/c/go/+/554255
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org >
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org >
TryBot-Result: Gopher Robot <gobot@golang.org >
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com >
Reviewed-by: Bryan Mills <bcmills@google.com >
Run-TryBot: Jes Cok <xigua67damn@gmail.com >
2024-01-05 23:38:32 +00:00
aa0a6ad1db
doc/go1.22: add links to go/types symbols
...
Also, join three paragraphs that should have been one.
Change-Id: Ib1c252f88a1e98afe157d477caa5323c0c8365e7
Reviewed-on: https://go-review.googlesource.com/c/go/+/553715
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Eli Bendersky <eliben@google.com >
2024-01-03 17:21:42 +00:00
988b718f41
doc: fix typo in example in spec
...
Follow-up on CL 551095.
For #56010 .
Change-Id: I8913d6ca96c419c81683e88c6286b05ae1323416
Reviewed-on: https://go-review.googlesource.com/c/go/+/552915
TryBot-Bypass: Robert Griesemer <gri@google.com >
Reviewed-by: Cherry Mui <cherryyz@google.com >
Reviewed-by: Robert Griesemer <gri@google.com >
Auto-Submit: Robert Griesemer <gri@google.com >
2023-12-27 15:34:01 +00:00
26ba75fe59
doc: document new iteration variable semantics in spec
...
For #56010 .
Change-Id: Icca987a03d80587dd0e901f596ff7788584893ed
Reviewed-on: https://go-review.googlesource.com/c/go/+/551095
Reviewed-by: Matthew Dempsky <mdempsky@google.com >
TryBot-Bypass: Robert Griesemer <gri@google.com >
Reviewed-by: Rob Pike <r@golang.org >
Reviewed-by: Robert Griesemer <gri@google.com >
Auto-Submit: Robert Griesemer <gri@google.com >
2023-12-27 00:15:34 +00:00
1dddd83c49
doc: document version at which new language features were introduced in spec
...
Add a new section to the Appendix describing what features were
changed or added in which language version.
Add short links with references to the required language version
where relevant.
Fixes #63857 .
Change-Id: I5250f856d8688a71602076fcc662aa678d96a5d2
Reviewed-on: https://go-review.googlesource.com/c/go/+/549518
Reviewed-by: Robert Griesemer <gri@google.com >
Reviewed-by: Rob Pike <r@golang.org >
Auto-Submit: Robert Griesemer <gri@google.com >
Reviewed-by: Russ Cox <rsc@golang.org >
TryBot-Bypass: Robert Griesemer <gri@google.com >
Reviewed-by: Alan Donovan <adonovan@google.com >
2023-12-27 00:14:09 +00:00
9c01ecce48
doc: fix misspelling in go1.22 release notes
...
Found by codespell.
Change-Id: I38254f75a8d342a48bbaf6421c681bef7a262dec
Reviewed-on: https://go-review.googlesource.com/c/go/+/551955
Reviewed-by: Jonathan Amsterdam <jba@google.com >
Reviewed-by: Cherry Mui <cherryyz@google.com >
Run-TryBot: Jes Cok <xigua67damn@gmail.com >
TryBot-Result: Gopher Robot <gobot@golang.org >
2023-12-21 17:12:31 +00:00
adec22b9f7
doc/go1.22: document changes to vet loopclosure analyzer
...
cmd/vet no longer reports loopclosure bugs within files built at
GoVersion>=1.22.
For #61422 .
Change-Id: I6f29373bb236822ece4e7ae35914859538b8d57b
Reviewed-on: https://go-review.googlesource.com/c/go/+/551376
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Alan Donovan <adonovan@google.com >
Run-TryBot: Tim King <taking@google.com >
TryBot-Result: Gopher Robot <gobot@golang.org >
2023-12-20 18:38:20 +00:00
a2a2c5b947
doc: update unsafe.Pointer rule in spec
...
The valid conversions consider the core types of operands, not just
their underlying type.
This also explains the valid arguments for unsafe.Slice which are
explained in terms of unsafe.Pointer conversions.
unsafe.SliceData simply refers to "slice argument" and we use
similar terminology elsewhere in the spec to denote values that
have a core type of slice (or any other type for that matter).
Leaving alone for now.
Fixes #64452 .
Change-Id: I0eed3abbc0606f22358835e5d434f026fe0909c8
Reviewed-on: https://go-review.googlesource.com/c/go/+/551379
Auto-Submit: Robert Griesemer <gri@google.com >
Reviewed-by: Robert Griesemer <gri@google.com >
Reviewed-by: Matthew Dempsky <mdempsky@google.com >
TryBot-Bypass: Robert Griesemer <gri@google.com >
2023-12-20 02:18:50 +00:00
35222eeb78
doc: add html/template release note
...
Updates #61422
Change-Id: Ie86e8545d55cfd0898d21387d8b48d9392f85bf0
Reviewed-on: https://go-review.googlesource.com/c/go/+/551335
Reviewed-by: Carlos Amedee <carlos@golang.org >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
2023-12-19 16:39:05 +00:00
03242506de
doc: comment out remaining TODOs in Go 1.22 relnotes (for now)
...
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 <carlos@golang.org >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Auto-Submit: Than McIntosh <thanm@google.com >
2023-12-19 15:55:00 +00:00
9dd1cde9ac
doc/go1.22,cmd/go: document that 'go mod init' no longer imports from other vendoring tools
...
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 <carlos@golang.org >
Reviewed-by: Than McIntosh <thanm@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
2023-12-19 15:51:46 +00:00
22284c34f2
doc/go1.22: document removal of 'go get' support in GOPATH mode
...
For #61422 .
Updates #60915 .
Change-Id: Ia8ca12c163a02223b26c5e4cd4c1b6093978aba4
Reviewed-on: https://go-review.googlesource.com/c/go/+/548875
Reviewed-by: Carlos Amedee <carlos@golang.org >
Reviewed-by: Than McIntosh <thanm@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
2023-12-19 15:51:37 +00:00
339177aa31
doc: typo fix for net/http.ServeMux
...
Updates #61422
Change-Id: I2d86863db70792122b5168935e76d9ca38f761b7
Reviewed-on: https://go-review.googlesource.com/c/go/+/551256
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Than McIntosh <thanm@google.com >
Auto-Submit: Carlos Amedee <carlos@golang.org >
2023-12-19 15:13:06 +00:00
1d4b0b6236
doc/go1.22.html: release notes for slog, testing/slogtest and net/http.ServeMux
...
Updates #61422 .
Change-Id: I8f2dfe92405f409c46465bbb5714eff662ce9b49
Reviewed-on: https://go-review.googlesource.com/c/go/+/550776
Run-TryBot: Jonathan Amsterdam <jba@google.com >
Reviewed-by: Damien Neil <dneil@google.com >
TryBot-Result: Gopher Robot <gobot@golang.org >
2023-12-19 11:08:11 +00:00
90daaa0576
doc/go1.22: announcing support address sanitizer on Loong64
...
Change-Id: Ide5eddc6c04347ada468bc8dd4c27d9b492cf0ff
Reviewed-on: https://go-review.googlesource.com/c/go/+/550176
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Bryan Mills <bcmills@google.com >
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org >
Reviewed-by: Mauri de Souza Meneguzzo <mauri870@gmail.com >
Reviewed-by: David Chase <drchase@google.com >
2023-12-19 00:06:00 +00:00
450f5d90c2
doc: add math/rand/v2 release notes
...
Change-Id: If1922413ff948f9b8d8cebec6756b6870f38c162
Reviewed-on: https://go-review.googlesource.com/c/go/+/550777
Reviewed-by: David Chase <drchase@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
2023-12-18 20:06:05 +00:00
5e939b3a9c
doc: add crypto/tls and crypto/x509 release notes
...
Updates #61422
Change-Id: If561f701882396f8e28e2fc3fa9c76c7169f752e
Reviewed-on: https://go-review.googlesource.com/c/go/+/548975
Reviewed-by: Filippo Valsorda <filippo@golang.org >
Reviewed-by: Damien Neil <dneil@google.com >
Auto-Submit: Roland Shoemaker <roland@golang.org >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
2023-12-15 18:30:29 +00:00
23fee06a14
doc/go1.22: correct the system call name used for zero-copy from net.TCPConn to net.UnixConn
...
For #58808
Change-Id: I9b27af30888aaaa9659387a32c57aaea136b1c3a
Reviewed-on: https://go-review.googlesource.com/c/go/+/549335
Reviewed-by: Damien Neil <dneil@google.com >
Reviewed-by: Michael Pratt <mpratt@google.com >
Auto-Submit: Michael Pratt <mpratt@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
2023-12-14 18:21:21 +00:00
d2867b29c2
doc: improve release note for Windows hosts file being respected
...
Make a grammar fix (searches -> searches for) and simplify "when
building with" phrase.
For #61422 .
Change-Id: I179b3816c0e223a16e4969290b2c1ed19d44c556
Reviewed-on: https://go-review.googlesource.com/c/go/+/549457
Reviewed-by: Bryan Mills <bcmills@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Auto-Submit: Bryan Mills <bcmills@google.com >
Reviewed-by: Quim Muntal <quimmuntal@gmail.com >
Reviewed-by: Michael Pratt <mpratt@google.com >
2023-12-14 18:20:06 +00:00
6396a42b99
doc: document Windows os.ReadDir improvements
...
For #61422 .
Change-Id: Icc1868ef9516766d0f422849866ef8de27bfa4c5
Reviewed-on: https://go-review.googlesource.com/c/go/+/549275
Reviewed-by: Mauri de Souza Meneguzzo <mauri870@gmail.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Michael Pratt <mpratt@google.com >
Reviewed-by: Bryan Mills <bcmills@google.com >
Reviewed-by: Alex Brainman <alex.brainman@gmail.com >
2023-12-14 18:17:36 +00:00
3b55377394
doc: add missing html tags
...
Change-Id: Ieb1a9efdff571f402dd44815e0fbe2cf5a2d55b1
Reviewed-on: https://go-review.googlesource.com/c/go/+/549355
Reviewed-by: Michael Pratt <mpratt@google.com >
Run-TryBot: shuang cui <imcusg@gmail.com >
TryBot-Result: Gopher Robot <gobot@golang.org >
Reviewed-by: Cherry Mui <cherryyz@google.com >
2023-12-14 18:17:28 +00:00
5f48662c5a
doc/go1.22: pre-announce dropping macOS 10.15 support
...
For #64207 .
For #23011 .
Change-Id: I17ff221718aef03e9cda0ae4eb7b79896933553a
Reviewed-on: https://go-review.googlesource.com/c/go/+/549655
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Michael Pratt <mpratt@google.com >
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org >
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com >
2023-12-14 16:00:05 +00:00
d1a186d7d0
doc: add release note fragment on inlining changes
...
Add some material to the "compiler" portion of the release
notes describing the 1.22 changes to the inliner.
For #61422 .
Updates #61502 .
Change-Id: Ic7f1cb7f70752446d2465ea3da6bd7488436342b
Reviewed-on: https://go-review.googlesource.com/c/go/+/549395
Reviewed-by: David Chase <drchase@google.com >
Reviewed-by: Matthew Dempsky <mdempsky@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
2023-12-14 14:30:32 +00:00
cc5ccd71ef
doc: in pre-generic spec, be explicit that it is not the current spec
...
Change-Id: I4cf7efc8e704d41ee2e3743f6aa712cc46dd1fe9
Reviewed-on: https://go-review.googlesource.com/c/go/+/549515
TryBot-Bypass: Robert Griesemer <gri@google.com >
Reviewed-by: Robert Griesemer <gri@google.com >
Auto-Submit: Robert Griesemer <gri@google.com >
Reviewed-by: Alan Donovan <adonovan@google.com >
2023-12-13 20:38:46 +00:00
7cac742f17
doc/go1.22: document reflect.TypeFor
...
Change-Id: I122a3422f541f66d9f6e644a9f287f0e5a5729d2
GitHub-Last-Rev: 1d9fe39d0c1221d7179476383f3d503e45daa051
GitHub-Pull-Request: golang/go#64688
Reviewed-on: https://go-review.googlesource.com/c/go/+/549295
Reviewed-by: Michael Pratt <mpratt@google.com >
Auto-Submit: Michael Knyszek <mknyszek@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Michael Knyszek <mknyszek@google.com >
2023-12-13 00:46:41 +00:00
89c532e8b2
doc/go1.22: document minor net/http changes
...
For #51971
For #61679
Change-Id: Ie7b44201a9c40f5563c6d6051d22ae807ad0480d
Reviewed-on: https://go-review.googlesource.com/c/go/+/549198
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Auto-Submit: Damien Neil <dneil@google.com >
Reviewed-by: Mauri de Souza Meneguzzo <mauri870@gmail.com >
Reviewed-by: Roland Shoemaker <roland@golang.org >
2023-12-12 22:14:14 +00:00
dce7f335c5
doc/go1.22: document zero-copy to net.UnixConn
...
For #58808
Change-Id: Id73b9e4b5fb96426a01b76ce7a1053a6ad61a58e
Reviewed-on: https://go-review.googlesource.com/c/go/+/549197
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Roland Shoemaker <roland@golang.org >
Auto-Submit: Damien Neil <dneil@google.com >
2023-12-12 22:10:52 +00:00
962dade46b
doc: document SetUnhandledExceptionFilter interop
...
For #50951 .
For #61422 .
Change-Id: Ib9038a00de8f4d8606443e9acd414402023cde63
Reviewed-on: https://go-review.googlesource.com/c/go/+/548319
Reviewed-by: Alex Brainman <alex.brainman@gmail.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Bryan Mills <bcmills@google.com >
Reviewed-by: Cherry Mui <cherryyz@google.com >
2023-12-12 20:05:45 +00:00
4daf924f63
doc/go1.22: remove reference to #60107
...
This was implemented in Go 1.21.
Change-Id: Ic434670938589f10f367b1f893c4427e6f0b991c
Reviewed-on: https://go-review.googlesource.com/c/go/+/549196
Auto-Submit: Damien Neil <dneil@google.com >
Reviewed-by: Roland Shoemaker <roland@golang.org >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Mauri de Souza Meneguzzo <mauri870@gmail.com >
2023-12-12 19:57:03 +00:00
699807f323
doc/go1.22: remove empty cgo section
...
The only issue in this section, #56378 , does not need a release note
for Go 1.22 because its feature was disabled for this release.
For #61422 .
Updates #56378 .
Change-Id: Ia4e090994cd9ac04e855f8b3a2c6ca0cde4485d2
Reviewed-on: https://go-review.googlesource.com/c/go/+/548876
Auto-Submit: Bryan Mills <bcmills@google.com >
Reviewed-by: Cherry Mui <cherryyz@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
2023-12-12 18:40:59 +00:00
ce43fb806f
doc/go1.22: document ast.Unparen
...
Updates #60061
Change-Id: Ifa51f0bac0346ebc352c7524204aa94336a2b5ad
Reviewed-on: https://go-review.googlesource.com/c/go/+/548882
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Michael Pratt <mpratt@google.com >
2023-12-12 17:12:55 +00:00
7baaa20e38
doc: emphasize gotypesalias GODEBUG flag in go 1.22 release notes
...
Per discussion with rfindley.
Change-Id: Ia1cff05aff724eb8c919ffcc1fac121ca017efe9
Reviewed-on: https://go-review.googlesource.com/c/go/+/549056
Auto-Submit: Robert Griesemer <gri@google.com >
Reviewed-by: Robert Griesemer <gri@google.com >
TryBot-Bypass: Robert Griesemer <gri@google.com >
Reviewed-by: Robert Findley <rfindley@google.com >
2023-12-12 16:45:47 +00:00
018c1da0cf
doc/go1.22: document io changes
...
Change-Id: I1dd4030782ad20512836927d42bc8fe3d93437d7
Reviewed-on: https://go-review.googlesource.com/c/go/+/548880
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Auto-Submit: Michael Pratt <mpratt@google.com >
Reviewed-by: Michael Knyszek <mknyszek@google.com >
2023-12-12 16:30:08 +00:00
1541af5ce8
doc/go1.22: document bufio changes
...
For #61422 .
Change-Id: I1b20c536a5b1c105286c84e7c1c7e37eb89bbc93
Reviewed-on: https://go-review.googlesource.com/c/go/+/548879
Reviewed-by: Michael Knyszek <mknyszek@google.com >
Auto-Submit: Michael Pratt <mpratt@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
2023-12-12 16:29:33 +00:00
3f442ab062
doc/go1.22: document archive/tar and archive/zip changes
...
For #61422 .
Change-Id: Icf56cba0ac40b46caf3072bf2951b07403f47f36
Reviewed-on: https://go-review.googlesource.com/c/go/+/548939
Auto-Submit: Michael Pratt <mpratt@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Michael Knyszek <mknyszek@google.com >
2023-12-12 16:29:03 +00:00
b18b058816
crypto/x509: gate Policies marshaling with GODEBUG
...
Use a GODEBUG to choose which certificate policy field to use. If
x509usepolicies=1 is set, use the Policies field, otherwise use the
PolicyIdentifiers field.
Fixes #64248
Change-Id: I3f0b56102e0bac4ebe800497717c61c58ef3f092
Reviewed-on: https://go-review.googlesource.com/c/go/+/546916
Reviewed-by: Damien Neil <dneil@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
2023-12-11 23:29:45 +00:00
e872807e2b
doc: document SEH changes
...
For #57302 .
For #61422 .
Change-Id: Iee4e6600bf473eb982d0cb7330f7b2c1b48b9e13
Reviewed-on: https://go-review.googlesource.com/c/go/+/548575
Reviewed-by: Cherry Mui <cherryyz@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Than McIntosh <thanm@google.com >
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com >
2023-12-11 21:47:33 +00:00
c22781cb33
doc/go1.22: remove compiler TODO
...
For #61422 .
Change-Id: Id4eed9affde20857d6b60c0b6d7d1443ea5e460b
Reviewed-on: https://go-review.googlesource.com/c/go/+/548938
Reviewed-by: Cherry Mui <cherryyz@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Auto-Submit: Michael Pratt <mpratt@google.com >
Reviewed-by: Keith Randall <khr@golang.org >
2023-12-11 21:37:48 +00:00
d0ed476f3e
doc/go1.22: add TODOs for missing APIs
...
Add TODOs for APIs mentioned in api/go1.22.txt but missing from the
release notes.
The issue list was generated with:
$ awk '{print substr($NF, 2, length($NF)-1)}' < ../api/go1.22.txt | uniq | xargs -I{} sh -c 'echo -n "{}: " && grep -c {} ../doc/go1.22.html'
For #61422 .
Change-Id: I85d41c28530e6b5e3e388a41206b251278c91dd5
Reviewed-on: https://go-review.googlesource.com/c/go/+/548937
Auto-Submit: Michael Pratt <mpratt@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Michael Knyszek <mknyszek@google.com >
2023-12-11 21:08:49 +00:00
78dcb5327a
doc/go1.22: document syscall changes
...
For #61422 .
Change-Id: I976b8cc14893b91e5140c7b53d0773bca57cb19d
Reviewed-on: https://go-review.googlesource.com/c/go/+/548936
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Auto-Submit: Michael Pratt <mpratt@google.com >
Reviewed-by: Michael Knyszek <mknyszek@google.com >
2023-12-11 20:30:39 +00:00
100651b6f2
doc/go1.22: document workspace vendoring
...
For #61422 .
Updates #60056 .
Change-Id: Ie7c7e12acc173f1ff1644555016e51a52509bd6d
Reviewed-on: https://go-review.googlesource.com/c/go/+/548815
Auto-Submit: Bryan Mills <bcmills@google.com >
Reviewed-by: Michael Matloob <matloob@golang.org >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
2023-12-11 19:59:27 +00:00
c844970ffb
doc/go1.22: fix stale id for math/rand/v2
...
For #61422 .
Change-Id: If87f30229e5e5351e81d42c777259335af3533e6
Reviewed-on: https://go-review.googlesource.com/c/go/+/548878
Auto-Submit: Michael Pratt <mpratt@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Michael Knyszek <mknyszek@google.com >
2023-12-11 19:32:56 +00:00
9db508d46f
doc: fix formatting of runtime and runtime/trace release notes
...
For #61422 .
Change-Id: I621627140d2d5ebede9b932a7e55fbe92ded5249
Reviewed-on: https://go-review.googlesource.com/c/go/+/548935
Auto-Submit: Michael Knyszek <mknyszek@google.com >
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com >
Reviewed-by: Michael Pratt <mpratt@google.com >
2023-12-11 19:03:36 +00:00