Servo now passes 100% of WPT tests for the WebCrypto API, all 73,292 subtests, covering 25 cryptographic algorithms 🎉 A complete, spec-correct cryptography implementation in an independent Rust-powered browser engine is a big milestone!
Yerkebulan Tulibergenov
@yerke.bsky.social
Staff Eng at Square. Rustlang enthusiast. Organizer of Bay Area Rust Meetup.
I did a thing: github.com/FractalFir/c... (This is the entire rust compiler, converted to C - yes, it is functional).
GitHub - FractalFir/crustc: Entirety of `rustc`, translated to C.
Entirety of `rustc`, translated to C. . Contribute to FractalFir/crustc development by creating an account on GitHub.
github.com
We are pleased to welcome Wild to the RIL: the Rust Foundation's home for projects that power critical infrastructure. Wild is a linker with the goal of being very fast for iterative development & is supported financially by AWS. Read the announcement: rustfoundation.org/media/welcom...
Welcoming Wild to the Rust Innovation Lab
The Rust Innovation Lab (RIL), housed under the Rust Foundation, is pleased to announce the arrival of its newest board-approved project, Wild: a very fast linker for Linux, with other operating…
rustfoundation.org
Bevy 0.19 is out now! It features Next Generation Scenes, Render Bigger Scenes Faster, Contact Shadows, More Feathers Widgets, Text Input, Richer Text, App Settings, Post Processing Effects, Improved Skinned Mesh Culling, and more! bevy.org/news/bevy-0-19
Bevy 0.19
Thanks to 261 contributors, 1185 pull requests, community reviewers, and our generous donors, we're happy to announce the Bevy 0.19 release on crates.…
bevy.org
Very excited to be speaking this evening at the Bay Area Rust meetup about Rust for CPython!
Apologies for the late notice, but Rust Bay Area meetup is THIS EVENING in SF! Come join us
Apologies for the late notice, but Rust Bay Area meetup is THIS EVENING in SF! Come join us
🦀 Bay Area Rust June Meetup · Luma
We're back at the Convex office for our June meetup! Lots of cool speakers already lined up, and if you're interested in giving a talk, join our Discord server…
luma.com
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: blog.rust-lang.org/2026/05/28/R...
Announcing Rust 1.96.0 | Rust Blog
Empowering everyone to build reliable and efficient software.
blog.rust-lang.org
📣🍏 Tiny Glade now runs on macOS! Mac users can finally pet the sheep (um, the rest of the game should work too 🤭) You'll need one of them "Apple silicon" Mac 'puters, like M1, M2, etc. or MacBook Neo. See our full post for details: store.steampowered.com/news/app/219...
This paper finds that Rust on an microcontroller costs you about 10% extra flash space, actually saves you a bunch of RAM, and takes no extra time to deliver (as compared to C). Seems about right - especially as the C version needed a heap and the Rust version did not. arxiv.org/pdf/2604.25679
arxiv.org
Bay Area Rust meetup (renamed from East Bay Rust) will host the 3rd event on May 20 in San Francisco. You can register at luma.com/9j3q5ejl I hope to see you there! P.S. It's pretty hard to find venues in SF East Bay, hence the renaming. #rustlang #meetup
🦀 Bay Area Rust - May Meetup · Luma
Welcome back to another episode of the Bay Area Rust group! (Recently rebranded from East Bay Rust because it turns out, it is actually hard to find venues…
luma.com
I'm *very* excited to report that we got initial funding and have hired our first Rust maintainers! RustNL's Rust Maintainers Team starts out with two full time maintainers, one intern, and five part-time maintainers, now stably employed to continue their work on Rust! 🎉 rustnl.org/maintainers/
I'm excited to share what I've been working on with @erikjee.bsky.social: RustNL's #rustlang Maintainers Fund! Many people and companies contributing to Rust, but there are fewer and fewer paid positions for general maintenance (reviews,cleanups,etc). We need to fix that. bsky.app/profile/rust...
We are hosting 2nd East Bay Rust meetup event today at Convex's office in SF. If you couldn't join us in person, you can watch it live right now at www.youtube.com/live/iDw7Ixp... #rustlang #meetup #live
🦀 East Bay Rust comes to SF hosted at @Convex
YouTube video by Convex
youtube.com
Servo is now passing 1.9M subtests at wpt.fyi: 1,903,187 / 2,131,264 (89,3%) 🎉 See wpt.fyi/results/?pro...
web-platform-tests dashboard
wpt.fyi
wanna hear about what writing a Linux GPU kernel driver is like? how about what it's like _in Rust_? check out the interview of Daniel Almeida! another production of the Rust Project Content Team ✌️
The results of the 2025 State of Rust Survey are now available! 📊 blog.rust-lang.org/2026/03/02/2...
2025 State of Rust Survey Results | Rust Blog
Empowering everyone to build reliable and efficient software.
blog.rust-lang.org
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...
Interested in trying out a Baochip-1x? The 'dabao' evaluation board is now taking pre-orders on Crowd Supply: www.crowdsupply.com/baochip/dabao
Dabao Evaluation Board for Baochip-1x
A powerful new RISC-V microcontroller with mostly open RTL
crowdsupply.com
Very interesting! Rust-native open hardware (RTL) RISC-V chip. www.youtube.com/watch?v=DaWk...
39C3 - Xous: A Pure-Rust Rethink of the Embedded Operating System
YouTube video by media.ccc.de
youtube.com
Interested in trying out a Baochip-1x? The 'dabao' evaluation board is now taking pre-orders on Crowd Supply: www.crowdsupply.com/baochip/dabao
What it means that Ubuntu is using Rust, new blog post with some thoughts spurred by Jon Seager's excellent keynote at @rustnationuk.bsky.social (smallcultfollowing.com/babysteps/bl...)
What it means that Ubuntu is using Rust · baby steps
smallcultfollowing.com
The second edition of Designing Data-Intensive Applications, by myself and @chris.blue, is finished and sent off to the printers! Ebooks should be available in the next week, and print books in 3–4 weeks. Sigh of relief. 😅 (BTW, this is a good opportunity to support your favourite local bookshop!)
We are excited to announce that we can successfully use Rust's async/await on the GPU. This has never been done before. www.vectorware.com/blog/async-a... Supporting Rust's async/await (and futures) enables existing Rust code to work on the GPU and makes GPU programming more ergonomic.
Async/await on the GPU
GPU code can now use Rust's async/await. We share the reasons why and what this unlocks for GPU programming.
vectorware.com
On Apple M3, a Linux KDE plasma desktop under Fedora Asahi Remix is now WORKING! Super excited to share this update and happy to answer any questions! Co-credits to noopwafel and Shiz. :)
Starting tomorrow, you will be able (on linux without cross-compilation) to install and use the Rust GCC backend directly from rustup! To do so: rustup component add rustc-codegen-gcc Thanks a lot to @jberanek.bsky.social for all their work to make it a reality! github.com/rust-lang/ru...
Add GCC and the GCC codegen backend to build-manifest and rustup by Kobzol · Pull Request #151156 · rust-lang/rust
This PR adds the GCC codegen backend, and the GCC (libgccjit) component upon which it depends, to build-manifest, and thus also to (nightly) Rustup. I added both components in a single PR, because ...
github.com
We are excited to announce that we can successfully use Rust's standard library from the GPU. This has never been done before. www.vectorware.com/blog/rust-st... Supporting Rust's standard library enables existing Rust code to work on the GPU and makes GPU programming feel normal.
Rust's standard library on the GPU
GPU code can now use Rust's standard library. We share the implementation approach and what this unlocks for GPU programming.
vectorware.com
i take great solace in the fact that my brother, the only true 10x software engineer that i know, has barely heard of IDEs let alone "generative AI"