Announcing Rust 1.94.0 | Rust Blog
Empowering everyone to build reliable and efficient software.
Rust 1.94.0 has been released! π π¦β¨
A few highlights are array_windows() and element_offset() on slices, Peekable::next_if_map(), LazyCell::get and friends, and the new `include` key in config.toml to include other toml files!
Check out the blog post for details: blog.rust-lang.org/2026/03/05/R...
05.03.2026 20:55
π 128
π 32
π¬ 2
π 3
The results of the 2025 State of Rust Survey are now available! π
blog.rust-lang.org/2026/03/02/2...
02.03.2026 20:58
π 67
π 17
π¬ 0
π 2
Announcing Rust 1.93.1 | Rust Blog
Empowering everyone to build reliable and efficient software.
Rust 1.93.1 has been released.
This point release fixes three regressions that slipped into in Rust 1.93.0: an internal compiler error affecting rustfmt, a false positive in a clippy lint, and an issue with the wasm32-wasip2 target.
See the blog post for details: blog.rust-lang.org/2026/02/12/R...
12.02.2026 21:15
π 85
π 17
π¬ 0
π 0
Announcing Rust 1.93.0 | Rust Blog
Empowering everyone to build reliable and efficient software.
Rust 1.93.0 has been released! π π¦β¨
This release includes a new musl version for the *-linux-musl targets, adds support for #β[cfg] inside asm!(), and adds [T]::as_array, VecDeque::{pop_front_if, pop_back_if}, Vec/String::into_raw_parts, fmt::form_fn, and more! β¨
blog.rust-lang.org/2026/01/22/R...
22.01.2026 18:02
π 151
π 32
π¬ 2
π 4
Are you in a safety-critical industry? Using the Rust programming language (@rust-lang.org) or would like to? Make your voice heard when it comes to what you'd like to see for Rust Project Goals!
(survey link below)
09.12.2025 19:10
π 23
π 6
π¬ 1
π 6
Announcing Rust 1.92.0 | Rust Blog
Empowering everyone to build reliable and efficient software.
Rust 1.92.0 has been released! π π¦
This version adds RwLockWriteGuard::downgrade(), adds Location::file_as_c_str(), improves diagnostic and validation for various attributes, no longer warns for unused Result<(), Infallible>, and more!
Check out the announcement: blog.rust-lang.org/2025/12/11/R...
11.12.2025 15:34
π 140
π 23
π¬ 0
π 4
Google Summer of Code 2025 results | Rust Blog
Empowering everyone to build reliable and efficient software.
We would like to thank all our Rust GSoC 2025 contributors for participating this year and making it a big success! ππ¦
Read all about this year's Google Summer of Code contributions to the Rust Project in our latest blog post: blog.rust-lang.org/2025/11/18/g...
18.11.2025 15:15
π 39
π 4
π¬ 0
π 0
Launching the 2025 State of Rust Survey | Rust Blog
Empowering everyone to build reliable and efficient software.
It is time for the annual State of Rust Survey! πβ¨οΈοΈ
Whether you've just begun using Rust, are an experienced Rust user, stopped using Rust, or might use Rust in the future, we'd like to hear from you! π¦
Available in ten languages and open until December 17th: blog.rust-lang.org/2025/11/17/l...
17.11.2025 16:26
π 105
π 46
π¬ 2
π 9
Announcing Rust 1.91.1 | Rust Blog
Empowering everyone to build reliable and efficient software.
Rust 1.91.1 has been released. This point release fixes two regressions that slipped into in Rust 1.91.0: one that affects Wasm, and one that affects Cargo on illumos.
See the blog post for details: blog.rust-lang.org/2025/11/10/R...
10.11.2025 20:22
π 82
π 7
π¬ 0
π 1
The Rust YouTube channel is temporarily unavailable, while we resolve an issue with a compromised connected account that was used to publish scam livestreams. We expect the channel to be back online shortly. No other Rust infrastructure is affected.
09.11.2025 13:21
π 101
π 5
π¬ 1
π 2
Announcing Rust 1.91.0 | Rust Blog
Empowering everyone to build reliable and efficient software.
Rust 1.91.0 has been released! π π¦
This version brings you tier 1 support for aarch64-pc-windows-msvc, warnings for dangling pointers to locals, new methods on AtomicPtr, array::repeat, BTreeMap::extract_if, const TypeId::of, and more!
Check out the announcement: blog.rust-lang.org/2025/10/30/R...
30.10.2025 20:21
π 188
π 43
π¬ 0
π 3
crates.io: Malicious crates faster_log and async_println | Rust Blog
Empowering everyone to build reliable and efficient software.
The crates.βio team was notified of two malicious crates (with similar names as legitimate crates) which were actively searching file contents for Etherum private keys, Solana private keys, and arbitrary byte arrays for exfiltration.
See the blog post for details: blog.rust-lang.org/2025/09/24/c...
24.09.2025 20:52
π 120
π 37
π¬ 3
π 4
Announcing Rust 1.90.0 | Rust Blog
Empowering everyone to build reliable and efficient software.
Rust 1.90.0 has been released! β¨π¦
This release makes LLD the default linker on x86-64 linux-gnu and adds `cargo publish --workspace` to publish an entire workspace all at once!
Check out the blog post and release notes for more: blog.rust-lang.org/2025/09/18/R...
18.09.2025 19:20
π 214
π 45
π¬ 0
π 5
crates.io phishing campaign | Rust Blog
Empowering everyone to build reliable and efficient software.
We received reports of a phishing campaign targeting cratesβ.io users. Do not click on links asking to authenticate to protect your account. More information: blog.rust-lang.org/2025/09/12/c...
12.09.2025 14:22
π 112
π 57
π¬ 0
π 2
Announcing Rust 1.89.0 | Rust Blog
Empowering everyone to build reliable and efficient software.
Happy new Rust! ππ¦
Rust 1.89.0 has been released!
This release brings you inferrred array length, new lints, u128/i128 in extern "C", NonZero<char>, File::lock, many x86 intrinsics, and much more! β¨
Check out the blog post and release notes for all the details: blog.rust-lang.org/2025/08/07/R...
07.08.2025 11:18
π 228
π 51
π¬ 4
π 7
Announcing Rust 1.88.0 | Rust Blog
Empowering everyone to build reliable and efficient software.
Rust 1.88.0 has been released! β¨π π¦
This release brings you let chains, naked functions, automatic Cargo cache cleaning, Cell::update, proc_macro span locations, as_chunks methods on slices, and more!
Check out the blog post and release notes for all the details: blog.rust-lang.org/2025/06/26/R...
27.06.2025 10:50
π 207
π 40
π¬ 4
π 10
Many happy Rustaceans at the release party.
Live from the 10 Years of Rust celebration in Utrecht, Netherlands, we are very happy to announce a new version of Rust, 1.87.0!
See the blog post and release notes for all the details!
blog.rust-lang.org/2025/05/15/R...
15.05.2025 17:30
π 196
π 41
π¬ 2
π 4
Announcing Google Summer of Code 2025 selected projects | Rust Blog
Empowering everyone to build reliable and efficient software.
The Rust Project is participating in Google Summer of Code (GSoC) again this year!
Check out the selected projects in our blog post: blog.rust-lang.org/2025/05/08/g...
Congratulations to all applicants whose project was selected! π
09.05.2025 14:53
π 50
π 4
π¬ 0
π 0
Help us create a vision for Rust's future | Rust Blog
Empowering everyone to build reliable and efficient software.
π¦ Help us create a vision for Rust's future, by taking part in our vision survey!
Check out the blog post: blog.rust-lang.org/2025/04/04/v...
05.04.2025 10:52
π 153
π 22
π¬ 1
π 1
Announcing Rust 1.86.0 | Rust Blog
Empowering everyone to build reliable and efficient software.
Rust 1.86.0 has been released! β¨π π¦
This release adds trait upcasting, get_disjoint_mut on slices and hashmaps, #β[target_feature] for safe functions, debug assertions for null pointers, Vec::pop_if and more!
Check out the blog post and release notes for details: blog.rust-lang.org/2025/04/03/R...
05.04.2025 10:52
π 163
π 18
π¬ 0
π 2
π¦ Hello World!
The Rust project now has an official presence on Bluesky! β¨
We'll be posting the same on our Mastodon and Bluesky accounts, so you won't miss anything on either platform.
05.04.2025 10:51
π 1478
π 287
π¬ 32
π 24