From a7ee5c175c00cd200e376f49e1e49bc9fca76cae Mon Sep 17 00:00:00 2001 From: Eric Seppanen Date: Wed, 12 Mar 2025 19:35:05 -0700 Subject: [PATCH 1/2] community links for issue 606 --- draft/2025-07-02-this-week-in-rust.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/draft/2025-07-02-this-week-in-rust.md b/draft/2025-07-02-this-week-in-rust.md index 728b1acbf..c9608dbdd 100644 --- a/draft/2025-07-02-this-week-in-rust.md +++ b/draft/2025-07-02-this-week-in-rust.md @@ -33,25 +33,41 @@ and just ask the editors to select the category. --> ### Official +* [Announcing Rust 1.88.0 | Rust Blog](https://blog.rust-lang.org/2025/06/26/Rust-1.88.0/) +* [Now accepting Project Goal proposals for 2025H2](https://blog.rust-lang.org/inside-rust/2025/06/23/project-goals-2025h2-call-for-submissions/) +* [2025 Leadership Council Survey](https://blog.rust-lang.org/inside-rust/2025/06/30/2025-leadership-council-survey/) +* [Program management update — June 2025](https://blog.rust-lang.org/inside-rust/2025/06/30/program-management-update-2025-06/) ### Foundation ### Newsletters ### Project/Tooling Updates +* [Announcing TokioConf 2026](https://tokio.rs/blog/2025-06-19-announcing-tokio-conf) +* [rust-analyzer Changelog #292](https://rust-analyzer.github.io/thisweek/2025/06/30/changelog-292.html) * [Asterinas: a new Linux-compatible kernel project](https://lwn.net/SubscriberLink/1022920/14dfdc76df0f1b96/) ### Observations/Thoughts - +* [How much code does that proc macro generate?](https://nnethercote.github.io/2025/06/26/how-much-code-does-that-proc-macro-generate.html) * [Leaktracer: A Rust allocator to trace memory allocations](https://blog.veeso.dev/blog/en/leaktracer-a-rust-allocator-to-trace-memory-allocations/) +* [Cross-Compiling 10,000+ Rust CLI Crates Statically](https://blog.pkgforge.dev/cross-compiling-10000-rust-cli-crates-statically) +* ["Why is the Rust compiler so slow?"](https://sharnoff.io/blog/why-rust-compiler-slow) +* [A Newbie's First Contribution to (Rust for) Linux](https://blog.buenzli.dev/rust-for-linux-first-contrib/) +* [Exception handling in rustc_codegen_cranelift](https://tweedegolf.nl/en/blog/157/exception-handling-in-rustc-codegen-cranelift) +* [Why I Choose Rust to Build a Full-Stack Admin System](https://idaibin-blog.vercel.app/blog/why-rust-admin) +* [video] [Top 10 Games from Bevy Jam 6](https://www.youtube.com/watch?v=wvVbsQCgbGk) +* [video] [Threads - Part 15 of Idiomatic Rust in Simple Steps](https://www.youtube.com/watch?v=04PZPs7fbuo) +* [audio] [1Password with Andrew Burkhart](https://corrode.dev/podcast/s04e06-1password/) +* [audio] [Dioxus with Jonathan Kelley](https://rustacean-station.org/episode/jonathan-kelley/) +* [audio] [Malachite with Adi Seredinschi](https://rustacean-station.org/episode/adi-seredinschi/) ### Rust Walkthroughs - -- [Alternative Blanket Implementations for a Single Rust Trait](https://www.greyblake.com/blog/alternative-blanket-implementations-for-single-rust-trait/) +* [Alternative Blanket Implementations for a Single Rust Trait](https://www.greyblake.com/blog/alternative-blanket-implementations-for-single-rust-trait/) ### Research ### Miscellaneous +* [Reflections on Haskell and Rust](https://academy.fpblock.com/blog/rust-haskell-reflections/) ## Crate of the Week From cdfee14655c7f4995637d73e1116b4214f10fca4 Mon Sep 17 00:00:00 2001 From: Ben Dillon <146687321+bdillo@users.noreply.github.com> Date: Wed, 2 Jul 2025 18:55:01 -0700 Subject: [PATCH 2/2] removing duplicate link - moving rustc_codegen_cranelift article to observations/thoughts --- draft/2025-07-02-this-week-in-rust.md | 1 - 1 file changed, 1 deletion(-) diff --git a/draft/2025-07-02-this-week-in-rust.md b/draft/2025-07-02-this-week-in-rust.md index 023e7584b..0495f02ea 100644 --- a/draft/2025-07-02-this-week-in-rust.md +++ b/draft/2025-07-02-this-week-in-rust.md @@ -67,7 +67,6 @@ and just ask the editors to select the category. ### Rust Walkthroughs * [Alternative Blanket Implementations for a Single Rust Trait](https://www.greyblake.com/blog/alternative-blanket-implementations-for-single-rust-trait/) -* [Exception handling in rustc_codegen_cranelift](https://tweedegolf.nl/en/blog/157/exception-handling-in-rustc-codegen-cranelift) ### Research