Home | Notifications | New Note | Local | Federated | Search | Logout
Rust Language@rust@social.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/
Bluesky: https://bsky.app/profile/rust-lang.org
Joined: 2026-01-19 14:17:00
12 notes, 0 following, 1 followers
Rust Language@rust@social.rust-lang.org (2026-06-03 23:37:48)
Check out our latest blog post for an interview with Tiffany Pek Yuan, one of the maintainers of the Rust programming language:
https://blog.rust-lang.org/inside-rust/2026/06/03/maintainer-spotlight-tiffany-pek-yuan-tiif/
This is the first in a series of blog posts highlighting our amazing maintainers. π
Rust Language@rust@social.rust-lang.org (2026-06-03 00:49:35)
We're happy to announce the launch of the Rust Foundation Maintainers Fund and our new Funding Team. Read all about it on our blog: https://blog.rust-lang.org/2026/06/02/launching-the-rust-foundation-maintainers-fund/
Rust Language@rust@social.rust-lang.org (2026-05-29 04:29:57)
Rust 1.96.0 has been released! π π¦β¨
This release includes assert_matches!(), new range types in core::range::*, and fixes for a medium and a low severity vulnerability in Cargo (that didn't affect cratesβ.io users).
Check out the blog post for details: https://blog.rust-lang.org/2026/05/28/Rust-1.96.0/
Rust Language@rust@social.rust-lang.org (2026-04-17 23:56:52)
Curious what's new in Rust 1.95.0? Check out this video of Cameron, Pete, and Tyler discussing the new release: https://www.youtube.com/watch?v=NZlmaIgkUQ8
Rust Language@rust@social.rust-lang.org (2026-04-17 04:19:27)
Rust 1.95.0 has been released! π π¦β¨
This release includes cfg_select!{}, if-let guards in match,
Vec::push_mut, VecDeque::push_{front,back}_mut, std::hint::cold_path, and more!
Check out the blog post for details: https://blog.rust-lang.org/2026/04/16/Rust-1.95.0/
Rust Language@rust@social.rust-lang.org (2026-04-09 02:03:35)
β οΈ An active phishing attack is targeting crate owners by asking them to "confirm that your email address is still active". These messages are not from crates.io, and should be ignored. (We will never ask you to confirm that your e-mail address is still active.) β οΈ
Rust Language@rust@social.rust-lang.org (2026-03-26 23:26:15)
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: https://blog.rust-lang.org/2026/03/26/1.94.1-release/
Rust Language@rust@social.rust-lang.org (2026-03-13 00:24:37)
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: https://blog.rust-lang.org/2026/03/12/Rustup-1.29.0/
Rust Language@rust@social.rust-lang.org (2026-03-06 05:55:36)
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: https://blog.rust-lang.org/2026/03/05/Rust-1.94.0/
Rust Language@rust@social.rust-lang.org (2026-03-03 05:59:14)
RE: https://social.rust-lang.org/@rust/115565961664226194
The results of the 2025 State of Rust Survey are now available! π
https://blog.rust-lang.org/2026/03/02/2025-State-Of-Rust-Survey-results/
Rust Language@rust@social.rust-lang.org (2026-02-13 06:15:44)
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: https://blog.rust-lang.org/2026/02/12/Rust-1.93.1/
Rust Language@rust@social.rust-lang.org (2026-01-23 03:03:08)
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! β¨
Check out the blog post and release notes for all the details: https://blog.rust-lang.org/2026/01/22/Rust-1.93.0/