资讯与观察
AI 行业动态、工程实践、产品方法和社区故事。
Size-Specialized Memory Allocation
Go 1.27 improves performance of small allocations using size-specialized allocation functions.

Rust debugging survey 2026 results
One of the biggest challenges Rust developers report in our annual surveys is a subpar debugging experience. So, back in February, we ran our first Rust Debugging Survey, in the hopes of identifying how Rust developers …
28 分钟 · Rust Blog
Announcing Rust 1.98.1
The Rust team has published a new point release of Rust, 1.98.1. Rust is a programming language that is empowering everyone to build reliable and efficient software. If you have a previous version of Rust installed via …
3 分钟 · Rust BlogLATEST STORIES
最新内容
Goroutine Leak Profiles精选导读
Go 1.27 includes new goroutine leak profiles.
Announcing rustup 1.29.1精选导读
The rustup team is happy to announce the release of rustup version 1.29.1. Rustup is the recommended tool to install Rust, a programming language that empowers everyone to build reliable and efficient software. What's n…
Generic Methods精选导读
Go 1.27 adds generic methods—a highly desired language feature.
Announcing our first Maintainers in Residence精选导读
We are very happy to announce the Rust Project's first round of Maintainers in Residence: Gen Li (@rami3l), Chris Denton (@ChrisDenton), Alejandra González (@blyxyas), León Liehr (@fmease), and Maintainer Grant recipien…
Enabling the next-generation trait solver on nightly精选导读
After nearly 4 years of active development, the next-generation trait solver is close to stabilization. We are enabling it by default on nightly to surface any remaining issues and plan to stabilize it in the next month…
Supply chain attack on arrayref精选导读
What happened On 2026-08-20 at 7:15 UTC we got a report that the proc-macro1 crate was malicious. The Rust Security Response Team verified this to be the case: the crate had a build script that was downloading a malicio…
Go 1.27 is released精选导读
Go 1.27 adds generic methods, encoding/json/v2 package, uuid package, faster memory allocation, goroutine leak profiles, and more.
