Santiago Pastorino's Avatar

Santiago Pastorino

@spastorino

WyeWorks co-founder, Rust compiler team member and Rails core team alumni. Sponsored to work on Rust by Futurewei.

277
Followers
118
Following
11
Posts
19.11.2024
Joined
Posts Following

Latest posts by Santiago Pastorino @spastorino

Preview
Sponsor @spastorino on GitHub Sponsors @rust-lang compiler and types team contributor

I've reopened my github sponsors profile github.com/sponsors/spa...

17.11.2025 20:32 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Keynote: Rust in the Linux Kernel, Why? - Greg Kroah-Hartman
Keynote: Rust in the Linux Kernel, Why? - Greg Kroah-Hartman YouTube video by The Linux Foundation

Keynote: Rust in the Linux Kernel, Why? - Greg Kroah-Hartman www.youtube.com/watch?v=HX0G...

15.11.2025 16:38 πŸ‘ 6 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - spastorino/dynosaur Contribute to spastorino/dynosaur development by creating an account on GitHub.

Have just released dynosaur v0.3.0, dynosaur is a Rust crate that lets you use dynamic dispatch on traits with async fn and methods returning impl Trait.

We are getting close to v1.0. Feedback is more than welcome!

github.com/spastorino/d...

16.07.2025 15:38 πŸ‘ 4 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

Howdy all. I'm unfortunately not going to be with my employer for much longer due to team relocation. If anyone has any info on roles that would allow me to continue my Rust compiler work (in New York City), they'd be greatly appreciated.

02.07.2025 17:31 πŸ‘ 92 πŸ” 45 πŸ’¬ 1 πŸ“Œ 1
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
Preview
The Linux 6.15 kernel arrives - and it's big a victory for Rust fans Linux 6.15 kernel comes with new Rust-based drivers, performance gains, and more.

The Linux 6.15 kernel arrives - and it's big a victory for Rust fans www.zdnet.com/article/the-...

29.05.2025 20:24 πŸ‘ 0 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

The silence of the lambdas :)

18.05.2025 17:53 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
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

πŸ¦€ #rustlang 1.86.0 has been released! ✨

This one has a few very nice new things, including trait upcasting, Vec::pop_if, and get_disjoint_mut!

blog.rust-lang.org/2025/04/03/

03.04.2025 10:13 πŸ‘ 105 πŸ” 22 πŸ’¬ 1 πŸ“Œ 0
Preview
GitHub - spastorino/dynosaur Contribute to spastorino/dynosaur development by creating an account on GitHub.

Have just released dynosaur v0.2.0, dynosaur is a Rust crate that lets you use dynamic dispatch on traits with async fn and methods returning impl Trait.

Try it out, report errors and give us feedback.

github.com/spastorino/d...

20.03.2025 20:56 πŸ‘ 33 πŸ” 9 πŸ’¬ 0 πŸ“Œ 0
Preview
Announcing Rust 1.85.0 and Rust 2024 | Rust Blog Empowering everyone to build reliable and efficient software.

πŸ¦€ Rust 1.85.0 has been released! ✨

One of the bigger #rustlang releases in a while, as it contains *async closures* and *the new Rust Edition*: Rust 2024! πŸŽ‰

blog.rust-lang.org/2025/02/20/R...

20.02.2025 17:23 πŸ‘ 175 πŸ” 45 πŸ’¬ 3 πŸ“Œ 6
Rust 2024 Is Coming Β· baby steps

"My god...what have I done?" #rust2024 smallcultfollowing.com/babysteps/bl...

20.02.2025 10:51 πŸ‘ 10 πŸ” 3 πŸ’¬ 0 πŸ“Œ 1
Re: Rust kernel policy - Greg KH

Greg KH "As someone who has seen almost EVERY (Linux) kernel bugfix and security issue for the past 15+ years ... The majority of bugs (quantity, not quality/severity) we have are due to
the stupid little corner cases in C that are totally gone in Rust." lore.kernel.org/rust-for-lin...

19.02.2025 19:33 πŸ‘ 21 πŸ” 4 πŸ’¬ 0 πŸ“Œ 0

Have just released dynosaur v0.1.3, dynosaur is a Rust crate that lets you use dynamic dispatch on traits with async fn and methods returning impl Trait.

Try it out, report errors and give us feedback.
This release includes fixes for all the v1.0 labelled issues.

github.com/spastorino/d...

10.02.2025 20:31 πŸ‘ 6 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Once a Maintainer: Santiago Pastorino Working on the Rust compiler

I was interviewed by once a maintainer and here is the transcript onceamaintainer.substack.com/p/once-a-mai...

27.11.2024 21:01 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Async and Await - The Rust Programming Language

My new chapter of the #Rust book on async and await is finally out on nightlyβ€”coming in 1.85! doc.rust-lang.org/nightly/book... I spent months planning, drafting, and rewriting thisβ€”and now it’s live! We’ll have more edits and improvements, but this is a huge step forward for learning async in Rust.

25.11.2024 18:42 πŸ‘ 160 πŸ” 27 πŸ’¬ 7 πŸ“Œ 0

Great list, helped me follow a bunch of people. Feel free to add me.

22.11.2024 17:23 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
GitHub - spastorino/dynosaur Contribute to spastorino/dynosaur development by creating an account on GitHub.

Have just released dynosaur v0.1.2, dynosaur is a Rust crate that lets you use dynamic dispatch on traits with async fn and methods returning impl Trait.
Try it out and report errors and give us feedback.
github.com/spastorino/d...
crates.io/crates/dynos...

22.11.2024 13:01 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0