Rust Language's Avatar

Rust Language

@rust-lang.org

A programming language empowering everyone to build reliable and efficient software. Website: https://rust-lang.org/ Blog: https://blog.rust-lang.org/ Mastodon: https://social.rust-lang.org/@rust

9,335
Followers
0
Following
21
Posts
28.06.2023
Joined
Posts Following

Latest posts by Rust Language @rust-lang.org

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

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

12.02.2026 21:15 πŸ‘ 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...

22.01.2026 18:02 πŸ‘ 151 πŸ” 32 πŸ’¬ 2 πŸ“Œ 4
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)

09.12.2025 19:10 πŸ‘ 23 πŸ” 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...

11.12.2025 15:34 πŸ‘ 140 πŸ” 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...

18.11.2025 15:15 πŸ‘ 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...

17.11.2025 16:26 πŸ‘ 105 πŸ” 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...

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

30.10.2025 20:21 πŸ‘ 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...

24.09.2025 20:52 πŸ‘ 120 πŸ” 37 πŸ’¬ 3 πŸ“Œ 4
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...

18.09.2025 19:20 πŸ‘ 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...

12.09.2025 14:22 πŸ‘ 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...

07.08.2025 11:18 πŸ‘ 228 πŸ” 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...

27.06.2025 10:50 πŸ‘ 207 πŸ” 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...

15.05.2025 17:30 πŸ‘ 196 πŸ” 41 πŸ’¬ 2 πŸ“Œ 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! 🎊

09.05.2025 14:53 πŸ‘ 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...

05.05.2025 16:55 πŸ‘ 68 πŸ” 6 πŸ’¬ 0 πŸ“Œ 1
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...

05.04.2025 10:52 πŸ‘ 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...

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