Advertisement Β· 728 Γ— 90

Posts by Rust Language

Preview
Announcing Rust 1.94.1 | Rust Blog Empowering everyone to build reliable and efficient software.

Rust 1.94.1 has been released.

This point release fixes a few regressions that slipped into in Rust 1.94.0: an internal compiler error in Clippy, a small security issue in Cargo, and two issues in the standard library.

See the blog post for details: blog.rust-lang.org/2026/03/26/1...

1 week ago 111 12 0 3

βœ… @rust-lang.org has been verified by @bsky.app.

3 weeks ago 96 10 0 4
Preview
Announcing rustup 1.29.0 | Rust Blog Empowering everyone to build reliable and efficient software.

Rustup 1.29.0 has been released! πŸ¦€

Rustup, the tool for installing and updating Rust, will now download files concurrently and unpack them in parallel, which makes updating Rust much faster. ✨

See the blog post for all the changes to rustup: blog.rust-lang.org/2026/03/12/R...

3 weeks ago 120 20 0 0
Preview
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...

4 weeks ago 140 35 2 3

The results of the 2025 State of Rust Survey are now available! πŸ“Š

blog.rust-lang.org/2026/03/02/2...

1 month ago 67 17 0 2
Preview
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...

1 month ago 85 17 0 0
Preview
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...

2 months ago 149 32 2 4
Advertisement
Post image

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)

3 months ago 24 6 1 6
Preview
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...

3 months ago 137 23 0 4
Preview
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...

4 months ago 39 4 0 0
Preview
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...

4 months ago 106 46 2 9
Preview
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...

4 months ago 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.

4 months ago 100 5 1 2
Preview
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...

5 months ago 188 43 0 3
Preview
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...

6 months ago 119 37 3 4
Advertisement
Preview
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...

6 months ago 214 45 0 5
Preview
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...

6 months ago 112 57 0 2
Preview
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...

7 months ago 227 51 4 7
Preview
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...

9 months ago 205 40 4 10
Many happy Rustaceans at the release party.

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...

10 months ago 196 41 3 4
Preview
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! 🎊

10 months ago 50 4 0 0
Preview
Announcing rustup 1.28.2 | Rust Blog Empowering everyone to build reliable and efficient software.

Rustup 1.28.2 has been released! ✨

See the blog post for details: blog.rust-lang.org/2025/05/05/R...

10 months ago 68 6 0 1
Advertisement
Preview
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...

11 months ago 153 22 1 1
Preview
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...

11 months ago 163 18 0 1

πŸ¦€ 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.

11 months ago 1472 287 32 24