aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-01-17ref/mod: fix markdown syntax inside embedded HTMLref_mod_md.mailedShulhan
Markdown syntax inside embedded HTML is not get parsed, so fix it by replacing it with the corresponding HTML tag. Change-Id: I9b3ef7bbb42d6aea4b022accd9af2d15594b8143
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-15internal/history: document Go 1.25.6 and 1.24.12 releasesMichael Pratt
Change-Id: I6a6a636c74d142eeb924698709f2c2012f076caf Reviewed-on: https://go-review.googlesource.com/c/website/+/736714 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Junyang Shao <shaojunyang@google.com>
2026-01-12go.mod: update golang.org/x dependenciesGopher Robot
Update golang.org/x dependencies to their latest tagged versions. Change-Id: I3fc79c38c33e96b2738c99f2f2745a154abc886f Reviewed-on: https://go-review.googlesource.com/c/website/+/735763 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Gopher Robot <gobot@golang.org>
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/js: do not use indented subheading to start the 2nd column of a TOCNicholas S. Husin
Currently, the entries for our generated TOC are split across two columns without regards on whether an entry is a regular heading vs an indented subheading. As a result, it is possible for the 2nd column of our generated TOC to start with an indented subheading, which is visually confusing and hard to associate with the last regular heading in the 1st column. This CL changes our TOC generation so that any indented subheadings will always be placed in the same column as its parent heading. Fixes golang/go#76980 Change-Id: I8f5ae689ae9fc70da856b198f5453e18d692780d Reviewed-on: https://go-review.googlesource.com/c/website/+/733720 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Nicholas Husin <husin@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@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-09go.mod: update golang.org/x dependenciesGopher Robot
Update golang.org/x dependencies to their latest tagged versions. Change-Id: I472d4e5f0a525c2d761e296cc74dfc0f8a9b3e1f Reviewed-on: https://go-review.googlesource.com/c/website/+/728543 Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.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-08_content/blog/flight-recorder: fix typo and code exampleOleksandr Redko
Change-Id: I438d5c02b11e6d4bc70d1612d57d4bbd57e355d1 Reviewed-on: https://go-review.googlesource.com/c/website/+/727720 Reviewed-by: Sean Liao <sean@liao.dev> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Carlos Amedee <carlos@golang.org> Auto-Submit: Sean Liao <sean@liao.dev> 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-12-02internal/history: document Go 1.25.5 and 1.24.11 releasesDmitri Shuralyov
This describes the fix in internal/syscall/windows (CL 718000) as a fix to package os, as that is the public package whose behavior is affected. Change-Id: I181a3563bdf1366e6d9304d86ccbc3a209ac50bb Reviewed-on: https://go-review.googlesource.com/c/website/+/725880 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Mark Freeman <markfreeman@google.com>
2025-12-01_content/blog/generic-interfaces: fix typo in code sampleSean Liao
Fixes golang/go#76489 Change-Id: I22e26faf8276387c676b5770409967d09e180d0c Reviewed-on: https://go-review.googlesource.com/c/website/+/724283 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: Ian Lance Taylor <iant@golang.org> Reviewed-by: Mark Freeman <markfreeman@google.com>
2025-11-22internal/redirect: update expected default redirect to 307Sean Liao
For Go 1.26 (CL 720820), the default redirect in ServeMux is changing from 301 to 307 to support preserving POST bodies. For golang/go#50243 Change-Id: I2eaf32bc51e768ac0798f405b824c18a53ac187b Reviewed-on: https://go-review.googlesource.com/c/website/+/723140 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Sean Liao <sean@liao.dev> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Michael Knyszek <mknyszek@google.com>
2025-11-20internal/redirect: add redirect from go.dev/cs to cs.opensource.googleNicholas S. Husin
This change makes it so that go.dev/cs redirects to cs.opensource.google/go while keeping any path and URL parameter intact. This allows users to link code within cs.opensource.google/go using go.dev/cs. As a special case, go.dev/cs/search/ has also been added. Anything that comes after /search/ will be used as the Code Search query parameter within the "go" project in cs.opensource.google/search. This allows users to search within the codebase in one go from their browser's URL bar. Change-Id: I1eae8c2e0d18c7e94bc85cced81404716f29ed99 Reviewed-on: https://go-review.googlesource.com/c/website/+/722560 Reviewed-by: Alan Donovan <adonovan@google.com> Reviewed-by: Nicholas Husin <husin@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-11-19_content/doc/install: prefer make.bash for source installDan Peterson
The source install directions use all.bash with a later mention of make.bash. This can lead to surprises when the tests take a long time or aren't reliable in certain environments. Change things to prefer make.bash with a mention of all.bash later. Updates golang/go#76142 Change-Id: Ibe5ea3b1c2da3733ed8e36f4938cae754bd3a027 Reviewed-on: https://go-review.googlesource.com/c/website/+/717040 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Robert Findley <rfindley@google.com>
2025-11-17_content/blog/greenteagc: update with GopherCon 2025 talk videoMichael Anthony Knyszek
Change-Id: Iad2ac4d995291715d82bce719e716ad89201c589 Reviewed-on: https://go-review.googlesource.com/c/website/+/721080 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Michael Knyszek <mknyszek@google.com> Reviewed-by: Austin Clements <austin@google.com>
2025-11-14_content/blog/16years: fix two typosAustin Clements
Change-Id: I9070cee97a5fe2b9c8dfcb977f09edd2792bed67 Reviewed-on: https://go-review.googlesource.com/c/website/+/720561 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@google.com> Auto-Submit: Austin Clements <austin@google.com>
2025-11-14_content/blog: happy 16th birthday, Go!Austin Clements
Change-Id: I49908cd0bff7f54a020461f3b3e6b14727668006 Reviewed-on: https://go-review.googlesource.com/c/website/+/720680 Auto-Submit: Austin Clements <austin@google.com> Reviewed-by: Neal Patel <nealpatel@google.com> Reviewed-by: Nicholas Husin <nsh@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-11-13go.mod: update golang.org/x dependenciesGopher Robot
Update golang.org/x dependencies to their latest tagged versions. Change-Id: Ied33661b1d05d862e93c8e023692a1e6fe35e41d Reviewed-on: https://go-review.googlesource.com/c/website/+/720162 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: David Chase <drchase@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2025-11-05internal/history: document Go 1.24.10 and 1.25.4 releasesMichael Pratt
This describes CL 709795 as a fix to crypto/subtle as that is the closest affected public package. Change-Id: I6a6a636c1d306f58b426d06da72446a6d60e3a21 Reviewed-on: https://go-review.googlesource.com/c/website/+/718140 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>
2025-11-03_content/doc/gc-guide: clarify space/time tradeoff exampleMichael Anthony Knyszek
Based on suggestions from #76147. Fixes #76147. Change-Id: I297b120c08ae760b148574b29aa21dba2699f7d6 Reviewed-on: https://go-review.googlesource.com/c/website/+/717400 Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Michael Knyszek <mknyszek@google.com>
2025-11-03_content/blog/greenteagc: add noscript message recommending JavaScriptMichael Anthony Knyszek
This is so that those reading in an Atom feed are aware that they might be better off just viewing in a regular browsing environment. Change-Id: I8e2db885ea7f7ebda6949576969e2f129026e23a Reviewed-on: https://go-review.googlesource.com/c/website/+/717380 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Austin Clements <austin@google.com>
2025-10-30_content/blog/greenteagc: explain what a page isAustin Clements
Change-Id: Id889dd577988cddc65124a32b42b7e1bab2fc621 Reviewed-on: https://go-review.googlesource.com/c/website/+/716501 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Austin Clements <austin@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com>
2025-10-30_content/blog/greenteagc: fix typoAustin Clements
Change-Id: I11455c676dbe0c913155744842032016e05bac1c Reviewed-on: https://go-review.googlesource.com/c/website/+/716500 Auto-Submit: Austin Clements <austin@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-10-29_content/blog/greenteagc: minor grammar correctionsMichael Pratt
Surprisingly, *T doesn't seem to require escaping, I suppose because it is already in the middle of HTML? In fact, using \* simply emits a literal \ along with *. The links to the code are updated to include CL 715362. Change-Id: I6a6a636c2692fadaf7840b79a51b90fd1627fcfa Reviewed-on: https://go-review.googlesource.com/c/website/+/716220 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>
2025-10-29_content/blog/greenteagc: remove -webkit-overflow-scrollingMichael Anthony Knyszek
This breaks buttons on iOS Safari for some reason. Change-Id: Idd7ea4dedc41271b803b4ed2482fbf4b7a299159 Reviewed-on: https://go-review.googlesource.com/c/website/+/716200 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>
2025-10-29_content/blog/greenteagc: new blog postMichael Anthony Knyszek
Change-Id: I3600285a327351d7e02167c07ecea00bfd62ba07 Reviewed-on: https://go-review.googlesource.com/c/website/+/708757 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Austin Clements <austin@google.com>