aboutsummaryrefslogtreecommitdiff
path: root/_content/doc/go1.26.md
AgeCommit message (Collapse)Author
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/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-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-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>
2025-12-04_content/doc: fix typos and what looks like swapped paragraphsDavid Chase
the paragraphs for go/types and time appeared to be swapped in the original, I swapped them back. Change-Id: Ibf9da0f4a14e77e28de8a87e2a7aca0537e25c7c Reviewed-on: https://go-review.googlesource.com/c/website/+/726900 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Mark Freeman <markfreeman@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-12-04_content/doc/go1.26.md: add release note for goroutine leak profilesMichael Anthony Knyszek
Written by Vlad Saioc from Uber (vsaioc@uber.com) in CL 716400 with only very minor edits from me. For golang/go#74609. Change-Id: I3c7604bad3c5355c8231cba1a9e928d83bd75c81 Reviewed-on: https://go-review.googlesource.com/c/website/+/726620 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Georgian-Vlad Saioc <vsaioc@uber.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-12-03_content/doc: add merged go1.26.mdGopher Robot
Using doc/next content as of 2025-12-03 (commit 2729e87aa5b66433ba39cc15e77f3ed26efdaf05). For golang/go#75005. Change-Id: Iec3fa42f2dca3d2abde5d1f12518fa7e256785dd Reviewed-on: https://go-review.googlesource.com/c/website/+/726360 Auto-Submit: Gopher Robot <gobot@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Mark Freeman <markfreeman@google.com>
2025-08-13_content/doc: add go1.26.md placeholderDmitri Shuralyov
Add this file now that it's possible to preview the release notes draft at https://tip.golang.org/doc/go1.26. For golang/go#75005. Change-Id: I9189840edac997f4bf6a338dad15640e4e056b0f Reviewed-on: https://go-review.googlesource.com/c/website/+/695995 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>