aboutsummaryrefslogtreecommitdiff
path: root/_content/doc
AgeCommit message (Collapse)Author
13 hoursdoc/tutorial: fix some words in workspaces.md for ReadabilityShulhan
Change-Id: I063ed9fc642bd40951874de7a52a8e5487df109c
6 days_content/doc/effective_go: update for Go 1.26 and concise warningHana Kim
Move warning note to top, make it concise and include release notes link. Update 'new' section for Go 1.26 expression arguments - strictly speaking, this doc is frozen so we don't need to update it. But since `new` is a language builtin so mention it. Change-Id: I3e857f5842d859b534726f2d639b6eea670f8dca Reviewed-on: https://go-review.googlesource.com/c/website/+/764340 Reviewed-by: Robert Griesemer <gri@google.com> Auto-Submit: Hyang-Ah Hana Kim <hyangah@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2026-03-30_content: in managing dependencies doc '-u' flag and mention '-modfile'Michael Matloob
This CL is based on CL 648578 but without the modfile parts: In the 'go tool' section, we remove the '-u' flag in 'go get -u tool', which could be read as implying the '-u' is needed. This was previously also an issue in the draft 1.24 release notes, which we addressed in CL 638296. Because many gophers persist in thinking the '-u' is required to upgrade a target of 'go get', we also mention that 'go get tool' is equivalent to 'go get tool@upgrade' to help people understand & internalize the meaning of 'go get foo' with no @version suffix. While we are here, s/acheive/achieve/. For golang/go#48423 For golang/go#71663 Change-Id: I50d94b9d815e455f124f1790b13cc3b66a6a6964 Reviewed-on: https://go-review.googlesource.com/c/website/+/761140 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Michael Matloob <matloob@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2026-03-20_content/doc/security: explain why no CVSSRoland Shoemaker
Change-Id: Ia63c0c1cb78adc42526af70628442d33cff7a1ad Reviewed-on: https://go-review.googlesource.com/c/website/+/757301 Reviewed-by: Daniel McCarney <daniel@binaryparadox.net> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Roland Shoemaker <roland@golang.org> Reviewed-by: Neal Patel <nealpatel@google.com>
2026-03-18doc/install/source: document GOARM64 environment variablekovan
Add GOARM64 documentation following the pattern of GOAMD64, linking to the MinimumRequirements wiki page for allowed options. Fixes golang/go#77219 Change-Id: Ibac873846010e4fd7e6b28bcfa9f140926292399 Reviewed-on: https://go-review.googlesource.com/c/website/+/741420 Reviewed-by: Keith Randall <khr@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Keith Randall <khr@golang.org> Auto-Submit: Keith Randall <khr@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2026-03-18doc/install/gccgo: note gold linker deprecationkovan
The gold linker is deprecated as of GNU Binutils 2.44 (February 2025) and may be removed in future releases. Update the documentation to: - Add a deprecation notice at the start of the Gold section - Recommend lld as an alternative that supports split stacks - Note that gold is now in a separate binutils-with-gold tarball - Provide the --with-ld flag for using lld Fixes golang/go#71923 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Change-Id: Ieeeb217ef858af08d2e7b70e0ecaaed3457466f8 Reviewed-on: https://go-review.googlesource.com/c/website/+/741421 Auto-Submit: Ian Lance Taylor <iant@golang.org> Reviewed-by: Mark Freeman <markfreeman@google.com> Reviewed-by: Carlos Amedee <carlos@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@golang.org>
2026-03-17_content/doc/modules/managing-dependencies.md: add reference to workspace in ↵Zamicol
section detailing module local development Change-Id: Iad0c186b865dca2266f97fa80e198d9158ac8ac8 GitHub-Last-Rev: 50338036377eb7521191ed57b91f6ddaf9a822a7 GitHub-Pull-Request: golang/website#186 Reviewed-on: https://go-review.googlesource.com/c/website/+/441795 Reviewed-by: Jonathan Amsterdam <jba@google.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Zachary Collier <zachmcollier@gmail.com> Reviewed-by: Michael Matloob <matloob@golang.org> Reviewed-by: Michael Matloob <matloob@google.com>
2026-03-06doc/go1.26: document ServeMux trailing slash redirect status changeBasavaraj PB
Document that ServeMux trailing slash redirects now use HTTP status 307 (Temporary Redirect) instead of 301 (Moved Permanently). Fixes #77741. Change-Id: Ie87feb9d20c6b07014a37f8c6ac9b1fa9f538cbc Reviewed-on: https://go-review.googlesource.com/c/website/+/749340 Auto-Submit: Sean Liao <sean@liao.dev> Auto-Submit: Alan Donovan <adonovan@google.com> Reviewed-by: Sean Liao <sean@liao.dev> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Alan Donovan <adonovan@google.com>
2026-02-17_content/doc/security/fips140: update status of v1.0.0 and add v1.26.0Filippo Valsorda
Change-Id: Ib3a64559632bef2e49b8aa94601c7a5c6a6a6964 Reviewed-on: https://go-review.googlesource.com/c/website/+/745921 Reviewed-by: Daniel McCarney <daniel@binaryparadox.net> Auto-Submit: Filippo Valsorda <filippo@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Roland Shoemaker <roland@golang.org> Reviewed-by: Mark Freeman <markfreeman@google.com>
2026-02-17_content/doc/go1.26: add a couple missing crypto release notesFilippo Valsorda
Change-Id: Idba61f8797c73a29117a68363c5d87466a6a6964 Reviewed-on: https://go-review.googlesource.com/c/website/+/745920 Reviewed-by: Mark Freeman <markfreeman@google.com> Reviewed-by: Roland Shoemaker <roland@golang.org> Reviewed-by: Daniel McCarney <daniel@binaryparadox.net> Auto-Submit: Filippo Valsorda <filippo@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2026-02-11doc/install/source: update environment variable sectionIan Lance Taylor
Clarify that setting an environment variable at build time sets the default for the newly built tools. Remove docs for environment variables that are not actually used during the build: GOPATH, GOROOT_FINAL, GOBIN, GOHOSTOS. For golang/go#77495 Change-Id: I3575de99c6efe9492ee7e014f36b41d2b144485b Reviewed-on: https://go-review.googlesource.com/c/website/+/743421 Reviewed-by: Keith Randall <khr@google.com> Auto-Submit: Ian Lance Taylor <iant@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Keith Randall <khr@golang.org> Reviewed-by: Michael Pratt <mpratt@google.com>
2026-02-11_content/doc/go1.26: minor format changeCherry Mui
Quote some symbol and package names, for consistency. For golang/go#75005. Change-Id: I62fb38a24c12d6adb685289ff4ee3dd7bdb9f0f8 Reviewed-on: https://go-review.googlesource.com/c/website/+/743923 Reviewed-by: Michael Pratt <mpratt@google.com> Reviewed-by: Sean Liao <sean@liao.dev> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2026-02-10internal/history: remove draft notice, update deployment, add Go 1.26Junyang Shao
This change: Removes the draft notice from go1.26.md Updates the deployment for golangorg to Go 1.26 Adds Go 1.26 to history/release.go Fixes golang/go#75005. Change-Id: I3dc8457a3ec0fa2e3909b3592afe29db586db73a Reviewed-on: https://go-review.googlesource.com/c/website/+/743900 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@google.com>
2026-02-10_content/doc/go1.26.md: link to inline analyzer docsAlan Donovan
A blog post will follow. Change-Id: I9926c0a4283c04adba2f59de1b75a5d8226581fc Reviewed-on: https://go-review.googlesource.com/c/website/+/743921 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Junyang Shao <shaojunyang@google.com>
2026-02-10content/_doc/go1.26: various editsAustin Clements
Change-Id: Id9927bbeb0e65498abef3b24ce2bc47eb4ca4ff0 Reviewed-on: https://go-review.googlesource.com/c/website/+/743720 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Austin Clements <austin@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Alan Donovan <adonovan@google.com>
2026-02-06_content/doc/go1.26: document testing.B.Loop changeCherry Mui
It no longer prevents inlining. For golang/go#75005. For golang/go#73137. Change-Id: Ida9a22ef9fe5da6b4266c507de4b234d60ac625a Reviewed-on: https://go-review.googlesource.com/c/website/+/738600 Reviewed-by: Junyang Shao <shaojunyang@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2026-02-06_content/doc/go1.26: minor adjustmentsMichael Pratt
Move the experimental goroutine leak detector to the end of the runtime section so it isn't sandwiched between two non-experimental features. For an optimization with debugging instructions, add a note to file an issue if they are needed. Add an additional link to simd/archsimd. Change-Id: I6a6a636ce42d7da2df92b5119cb4fe0be647f9a7 Reviewed-on: https://go-review.googlesource.com/c/website/+/742880 Auto-Submit: Michael Pratt <mpratt@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Keith Randall <khr@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2026-02-06_content/doc/go1.26: fix typos in slog.MultiHandler docRhys Hiltner
Note that this matches the (incorrect) docs on the type itself, which must be fixed in the main project's repo. See CL 741560. For golang/go#75005 For golang/go#77428 Change-Id: I980f5f0f672b4039f20c5fc8e3072865eb5389c2 Reviewed-on: https://go-review.googlesource.com/c/website/+/741244 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Rhys Hiltner <rhys.hiltner@gmail.com> Auto-Submit: Michael Knyszek <mknyszek@google.com>
2026-02-06_content/doc/go1.26: correct ARTIFACTS log lineRhys Hiltner
For golang/go#75005 Change-Id: I12c2b1978be6e886239bbb7820afe1251bbfb349 Reviewed-on: https://go-review.googlesource.com/c/website/+/741243 Reviewed-by: Damien Neil <dneil@google.com> Auto-Submit: Damien Neil <dneil@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Rhys Hiltner <rhys.hiltner@gmail.com>
2026-02-06_content/doc/go1.26: fix typo in WithDataIndependentTiming docRhys Hiltner
For golang/go#75005 Change-Id: Iab27e2227f81759f1c2912ad2f09a8375050214e Reviewed-on: https://go-review.googlesource.com/c/website/+/741242 Reviewed-by: Ian Lance Taylor <iant@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Rhys Hiltner <rhys.hiltner@gmail.com> Auto-Submit: Michael Knyszek <mknyszek@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com>
2026-02-02internal/web: do not treat Markdown files as templates by defaultRyo Sakuma
Markdown files are no longer treated as Go templates by default. Pages that need template processing must explicitly set "template: true" in their front matter. This prevents unintended HTML escaping of template-like syntax (e.g., "<" and ">") in Markdown content. Fixes golang/go#75552 Change-Id: If00328831cd6b119043d9c2055fd21076943e2c4 Reviewed-on: https://go-review.googlesource.com/c/website/+/733500 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> 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@golang.org>
2026-01-23_content/doc/go1.26: remove release note for sizespecializedmallocMichael Anthony Knyszek
See CL 738780. Change-Id: Ifcb2ec675d6d4c38de06c7d558fa455c3a6596f2 Reviewed-on: https://go-review.googlesource.com/c/website/+/738781 Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
2026-01-22_content/doc/go1.26: remove unnecessary footnotesCherry Mui
The links are already included above inlined. The footnotes are not referenced anywhere. Remove. For golang/go#75005. Change-Id: I8cf502d24bd6e2ee17fa91fe11b3ed18ce58f71b Reviewed-on: https://go-review.googlesource.com/c/website/+/738560 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Carlos Amedee <carlos@golang.org>
2026-01-21_content/doc/go1.26: pre-announce Linux/PPC64 port switching to ELFv2 ABICherry Mui
As discussed in the proposal golang/go#76244, the Linux/PPC64 port, which currently uses ELFv1 ABI, will switch to ELFv2 ABI in the next release, instead of being removed. Also sort architectures in alphabetical order. For golang/go#76244. For golang/go#75005. Change-Id: I73be5214ec0206cd6031106dbd75ff16effec25c Reviewed-on: https://go-review.googlesource.com/c/website/+/738120 Reviewed-by: Austin Clements <austin@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2026-01-20_content/doc/go1.26: consistently use Go syntax coloring in docRobert Griesemer
For golang/go#75005. Change-Id: I22a5860f0790130db65e5c128a37b25979099197 Reviewed-on: https://go-review.googlesource.com/c/website/+/737640 Reviewed-by: Robert Griesemer <gri@google.com> Auto-Submit: Robert Griesemer <gri@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2026-01-20_content/doc/go1.26: document removal of cycle restriction for type parametersRobert Griesemer
For golang/go#75005. For golang/go#75883. Change-Id: I5317913aecc82bd941067863c0a6ea7ae06451f3 Reviewed-on: https://go-review.googlesource.com/c/website/+/737600 Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Robert Griesemer <gri@google.com> Auto-Submit: Robert Griesemer <gri@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2026-01-15_content/doc/go1.26: document binary size increase from specialized mallocCherry Mui
Fixes golang/go#77049. Change-Id: Ia5af235c2742b1323826fa7df1049d2656c73af9 Reviewed-on: https://go-review.googlesource.com/c/website/+/736460 Reviewed-by: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2026-01-15_content/doc/go1.26: mention Wasm memory usage reduction for small programsCherry Mui
Change-Id: I10d1388b0bf84d456ef5fee36708c64d6a4726a5 Reviewed-on: https://go-review.googlesource.com/c/website/+/734960 Reviewed-by: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2026-01-12_content/doc/go1.26.md: fix section name typozuojunwei.1024
Change-Id: Ic5ca78410a04cb9a153a24128546290c2d5fb150 Reviewed-on: https://go-review.googlesource.com/c/website/+/735100 Reviewed-by: Junyang Shao <shaojunyang@google.com> Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Ian Lance Taylor <iant@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2026-01-08_content/doc/go1.26: document heap address randomizationCherry Mui
Change-Id: I7e7bad222e5d1a80a1ecaf7b30e8608d5abc9ba1 Reviewed-on: https://go-review.googlesource.com/c/website/+/734900 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Roland Shoemaker <roland@golang.org>
2026-01-02_content/doc/go1.26: expand SIMD release notesCherry Mui
Mention that a high-level portable package is planned. Also add a very brief overview/example of the API. Change-Id: Ia9aa9e5890637224da6fab71c7267a8a9cf327ed Reviewed-on: https://go-review.googlesource.com/c/website/+/733260 Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-12-30_content/doc/go1.26: mention planned removal of nosizespecializedmalloc ↵Cherry Mui
GOEXPERIMENT Change-Id: I88a1b7f2effeb367818cff8c3a4eec1d5b33f47f Reviewed-on: https://go-review.googlesource.com/c/website/+/733261 Reviewed-by: Michael Matloob <matloob@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Matloob <matloob@golang.org>
2025-12-29_content/doc/go1.26: document that Wasm requires signext and satconvCherry Mui
For golang/go#75005. Change-Id: I27a109596b9159028bd3f0f3da1ec61fb87c5c09 Reviewed-on: https://go-review.googlesource.com/c/website/+/733240 Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-12-22_content/doc/go1.26: add note for lower go mod init go directive versionMichael Matloob
Change-Id: I4518c037238cd6316320e78381da76016a6a6964 Reviewed-on: https://go-review.googlesource.com/c/website/+/731720 Reviewed-by: Michael Matloob <matloob@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Michael Matloob <matloob@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2025-12-17_content/doc/go1.26.md: fix grammar in tls.QUICConn relnoteDamien Neil
Change-Id: I15594c9a0f8c52c23a1e6ff524f7fc74fb99a333 Reviewed-on: https://go-review.googlesource.com/c/website/+/730760 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Damien Neil <dneil@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2025-12-16_content/doc/go1.26: add note for http.Client cookie Host changeSean Liao
For golang/go#38988 Change-Id: I5fef28163bccd10a5f7163b2a6fbf0f26a6a6964 Reviewed-on: https://go-review.googlesource.com/c/website/+/730280 Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@golang.org>
2025-12-15_content/doc/go1.26: add notes for race detector support on linux/riscv64Lin Lin
For golang/go#75005. Change-Id: I73d1264d05db2d6c109a1a92d39a587c9c80236d GitHub-Last-Rev: 3fd8927b95723e6306941ba56a0d533111393cb7 GitHub-Pull-Request: golang/website#340 Reviewed-on: https://go-review.googlesource.com/c/website/+/729801 Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
2025-12-13_content/doc: recommend wrapping commit message textSean Liao
Change-Id: Icf39a78b3d04c81fb6a36a9b23a3b9586a6a6964 Reviewed-on: https://go-review.googlesource.com/c/website/+/727860 Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Florian Lehner <lehner.florian86@gmail.com> Reviewed-by: t hepudds <thepudds1460@gmail.com>
2025-12-12_content/doc/go1.26: reword release notes of new reflect iteratorsCherry Mui
We don't include the package name on types as it is already the "reflect" section. Mention the methods explicitly. For golang/go#75005. Change-Id: Ia8e31cd1982f9449c9304111cc6c89827b49cd24 Reviewed-on: https://go-review.googlesource.com/c/website/+/729560 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: David Chase <drchase@google.com> Auto-Submit: David Chase <drchase@google.com>
2025-12-12_content/doc/go1.26: add release notes for register ABI on S390XCherry Mui
For golang/go#75005. Change-Id: Ic7c44e41f6e10622b9b35f5a6a09a68356c966b5 Reviewed-on: https://go-review.googlesource.com/c/website/+/729540 Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: David Chase <drchase@google.com>
2025-12-12_content/doc/go1.26: preannounce the removal of big-endian linux/ppc64 portCherry Mui
For golang/go#76244. For golang/go#75005. Change-Id: I4ec783a32d7709f1e952b19807fec0ca7c530434 Reviewed-on: https://go-review.googlesource.com/c/website/+/729441 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: David Chase <drchase@google.com> Reviewed-by: David Chase <drchase@google.com>
2025-12-11doc/go1.26: add notes about linker changesIan Lance Taylor
For golang/go#75005 For golang/go#76038 Change-Id: I1c5925e71c0c84d1e1ed2ec9e493e14056f22b44 Reviewed-on: https://go-review.googlesource.com/c/website/+/729520 Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Keith Randall <khr@golang.org> Auto-Submit: Ian Lance Taylor <iant@golang.org>
2025-12-11_content/doc/go1.26.md: add io.ReadAll and fmt.Errorf optimizationsthepudds1460
We certainly don't need to document every optimization in the release notes, but these two CLs I had sent seem more worthwhile to include given people empirically were avoiding two relatively fundamental APIs over performance concerns. For io.ReadAll, people were for example posting things like "io.ReadAll is documented to be inefficient" on different issues on various open source projects. See https://go.dev/cl/722500 for additional details. For fmt.Errorf, I believe fmt.Errorf("foo") has been considered by the core Go team to be perfectly fine, but that did not stop a steady drip of CLs seeking to remove instances for performance reasons, or linters that complained while citing performance, and so on. See https://go.dev/cl/708836 for some additional discussion. Also, it's nice when the simpler and more idiomatic user code has the same or better performance than more complex code. Change-Id: I409b495f1cc514588fb2160a7f36cd9bf1ce03e5 Reviewed-on: https://go-review.googlesource.com/c/website/+/729261 Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Keith Randall <khr@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Keith Randall <khr@golang.org> Auto-Submit: David Chase <drchase@google.com> Reviewed-by: Sean Liao <sean@liao.dev> Reviewed-by: Keith Randall <khr@golang.org>
2025-12-11_content/doc/go1.26.md: fixed typos in goroutine leak sectionVlad Saioc
Fixed a couple of minor typos. Change-Id: I8fef31a2f96b90fa2b212ff5a49de99cf5ff25a7 GitHub-Last-Rev: 7026a3fb05a1cd5d14d6f6e15dfa0cd544b4525e GitHub-Pull-Request: golang/website#338 Reviewed-on: https://go-review.googlesource.com/c/website/+/728620 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
2025-12-11_content/doc/go1.26: add note about WithDataIndependentTiming changesRoland Shoemaker
In the minor changes section seems reasonable. Updates golang/go#75005 Change-Id: I3af887b186b15bc5234053ce1436eb7d96f2c76c Reviewed-on: https://go-review.googlesource.com/c/website/+/729460 Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-12-11_content/doc/go1.26: minor format editsCherry Mui
For golang/go#75005. Change-Id: I58cf7a1dd9149beaf8e9caacf069a8741dd88b2c Reviewed-on: https://go-review.googlesource.com/c/website/+/729440 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: David Chase <drchase@google.com>
2025-12-11x/website/_content/doc: remove database/sql/driver change from release notesAustin Clements
We're rolling back this API for Go 1.26. Updates golang/go#67546. Change-Id: I968db8c832286c2a9c168533c4635eb03aec94dc Reviewed-on: https://go-review.googlesource.com/c/website/+/729340 Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Damien Neil <dneil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Sean Liao <sean@liao.dev>
2025-12-11_content/doc/go1.26: minor edit of runtime/secret release notesCherry Mui
This is experimental, so move it later after the non-experimental one. Mention it available only on Linux AMD64 and ARM64. And some minor wording edits. For golang/go#75005. Change-Id: Ie4a5b9f5a3a72142062b1612cb3ff685ef3af931 Reviewed-on: https://go-review.googlesource.com/c/website/+/729300 Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-12-11_content/doc/go1.26: add release notes for experimental simd supportCherry Mui
For golang/go#75005. Change-Id: Id4e01afa10e7266c133d4323058c76a701f588bc Reviewed-on: https://go-review.googlesource.com/c/website/+/729260 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: David Chase <drchase@google.com>
2025-12-08_content/doc/go1.26.md: add entry for size-specialized mallocMichael Anthony Knyszek
Change-Id: Ib41e2935a04c01d4f12f64cfedccb476a9b9529d Reviewed-on: https://go-review.googlesource.com/c/website/+/728400 Auto-Submit: Michael Knyszek <mknyszek@google.com> Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>