News
Oct 05, 2025
rust-lld: How It Can Give You Faster Linking Times
rustc will use rust-lld by default on x86_64-unknown-linux-gnu on nightly to significantly reduce linking times.
Sep 28, 2025
Rust 1.80.0: Exclusive Ranges in Patterns, Stabilized APIs, and More
Rust ranged patterns can now use exclusive endpoints, written a..b or ..b similar to the Range and RangeTo expression types.
Sep 23, 2025
Crash Course in Bevy and Rust for the Impatient Programmer: Chapter 1 – Let Ther...
This is chapter 1 of the rust bevy tutorial series “The Impatient Programmer’s Guide to Bevy and Rust: Build a Video Game from Scr...
Aug 31, 2025
The Ins and Outs of Rust 1.81.0
1.81 stabilizes the Error trait in core, allowing usage of the trait in #![no_std] libraries. This primarily enables the wider Rus...
