Specialize to reuse · Aaron Turon
https://aturon.github.io/blog/2015/09/18/reuse/
Variadic generics, again · PoignardAzur
https://poignardazur.github.io/2023/11/08/time-for-variadic-generics/
Announcing Rust 1.67.0 | Rust Blog
https://blog.rust-lang.org/2023/01/26/Rust-1.67.0.html
Announcing Rust 1.68.0 | Rust Blog
https://blog.rust-lang.org/2023/03/09/Rust-1.68.0.html
Async Cancellation I
https://blog.yoshuawuyts.com/async-cancellation-1/
Baby Steps
https://smallcultfollowing.com/babysteps/blog/2023/01/20/rust-in-2023-growing-up/
Baby Steps
https://smallcultfollowing.com/babysteps/blog/2015/10/08/virtual-structs-part-4-extended-enums-and-thin-traits/
Baby Steps
https://smallcultfollowing.com/babysteps/blog/2023/02/01/async-trait-send-bounds-part-1-intro/
Check ADT fields for copy implementations considering regions by compiler-errors · Pull Request #105102 · rust-lang/rust · GitHub
https://github.com/rust-lang/rust/pull/105102
Development of rustc_codegen_gcc
https://blog.antoyo.xyz/development-rustc_codegen_gcc
Easing tradeoffs with profiles · baby steps
https://smallcultfollowing.com/babysteps/blog/2023/09/30/profiles/
Efficient code reuse · Issue #349 · rust-lang/rfcs · GitHub
https://github.com/rust-lang/rfcs/issues/349
From Stacks to Trees: A new aliasing model for Rust | Hacker News
https://news.ycombinator.com/item?id=36268671
Generic associated types to be stable in Rust 1.65 | Rust Blog
https://blog.rust-lang.org/2022/10/28/gats-stabilization.html
GitHub - nikomatsakis/a-mir-formality: a PLT redex model of MIR and its type system
https://github.com/nikomatsakis/a-mir-formality/
GitHub - rust-lang/chalk: An implementation and definition of the Rust trait system using a PROLOG-like logic solver
https://github.com/rust-lang/chalk
GitHub - withoutboats/fehler: Rust doesn't have exceptions
https://github.com/withoutboats/fehler
GitHub - withoutboats/propane: generators
https://github.com/withoutboats/propane
How Rust went from a side project to the world's most-loved programming language | MIT Technology Review
https://www.technologyreview.com/2023/02/14/1067869/rust-worlds-fastest-growing-programming-language/
Is the development of Rust slow?
https://www.reddit.com/r/rust/comments/169ytum/is_the_development_of_rust_slow/
Keyword Generics Progress Report: February 2023 | Inside Rust Blog
https://blog.rust-lang.org/inside-rust/2023/02/23/keyword-generics-progress-report-feb-2023.html
Laurence Tratt: Making Rust a Better Fit for CHERI and Other Platforms
https://tratt.net/laurie/blog/2022/making_rust_a_better_fit_for_cheri_and_other_platforms.html
Marijn Haverbeke - The Rust That Could Have Been - YouTube
https://www.youtube.com/watch?v=olbTX95hdbg
My Reaction to Dr. Stroustrup's Recent Memory Safety Comments :: The Coded Message
https://www.thecodedmessage.com/posts/stroustrup-response/
Officially announcing the types team | Rust Blog
https://blog.rust-lang.org/2023/01/20/types-announcement.html
Polonius revisited, part 1 · baby steps
https://smallcultfollowing.com/babysteps/blog/2023/09/22/polonius-part-1/
Reddit - Dive into anything
https://www.reddit.com/r/rust/comments/10rnymj/my_reaction_to_dr_stroustrups_recent_memory/
Rust (fungus) - Wikipedia
https://en.wikipedia.org/wiki/Rust_(fungus)
Rust Project Reveals New ‘Constitution’ in Wake of Crisis - The New Stack
https://thenewstack.io/rust-project-reveals-new-constitution-in-wake-of-crisis/
Rust has had OS channels since forever, and async channels for 5 years. Rust has... | Hacker News
https://news.ycombinator.com/item?id=37436924
Rust's Unsafe Pointer Types Need An Overhaul - Faultlore
https://faultlore.com/blah/fix-rust-pointers/
Rustc Trait System Refactor Initiative Update | Inside Rust Blog
https://blog.rust-lang.org/inside-rust/2023/07/17/trait-system-refactor-initiative.html
The Registers of Rust - Without boats, dreams dry up
https://without.boats/blog/the-registers-of-rust/
The Scoped Task trilemma - Without boats, dreams dry up
https://without.boats/blog/the-scoped-task-trilemma/
The perils of pinning [LWN.net]
https://lwn.net/Articles/907876/
The registers of Rust
https://www.reddit.com/r/rust/comments/11m0j30/the_registers_of_rust/
Tracking issue for RFC 2515, "Permit impl Trait in type aliases" · Issue #63063 · rust-lang/rust · GitHub
https://github.com/rust-lang/rust/issues/63063
Tracking issue for negative impls · Issue #68318 · rust-lang/rust · GitHub
https://github.com/rust-lang/rust/issues/68318
What I learned from contributing to Rust's linter
https://blog.nindalf.com/posts/clippy/
Who "owns" Rust ?
https://www.reddit.com/r/rust/comments/10z6qnu/who_owns_rust/
[media] I spent time porting rust to the Nntendo DS
https://www.reddit.com/r/rust/comments/10yk0kg/media_i_spent_time_porting_rust_to_the_nntendo_ds/
implement the skeleton of the updated trait solver by lcnr · Pull Request #105661 · rust-lang/rust · GitHub
https://github.com/rust-lang/rust/pull/105661
rustc trait system rewrite initiative · Issue #58 · rust-lang/types-team · GitHub
https://github.com/rust-lang/types-team/issues/58
rustc_codegen_gcc: Progress Report #33
https://blog.antoyo.xyz/rustc_codegen_gcc-progress-report-33