Skip to content

Commit b4b7da5

Browse files
ericseppanenbdillo
andauthored
community links for issue 606 (#6784)
* community links for issue 606 * removing duplicate link - moving rustc_codegen_cranelift article to observations/thoughts --------- Co-authored-by: Ben Dillon <[email protected]>
1 parent daafb86 commit b4b7da5

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

draft/2025-07-02-this-week-in-rust.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,30 +33,45 @@ and just ask the editors to select the category.
3333
-->
3434

3535
### Official
36+
* [Announcing Rust 1.88.0 | Rust Blog](https://blog.rust-lang.org/2025/06/26/Rust-1.88.0/)
37+
* [Now accepting Project Goal proposals for 2025H2](https://blog.rust-lang.org/inside-rust/2025/06/23/project-goals-2025h2-call-for-submissions/)
38+
* [2025 Leadership Council Survey](https://blog.rust-lang.org/inside-rust/2025/06/30/2025-leadership-council-survey/)
39+
* [Program management update — June 2025](https://blog.rust-lang.org/inside-rust/2025/06/30/program-management-update-2025-06/)
3640

3741
### Foundation
3842

3943
### Newsletters
4044
* [Rust Trends Issue #68 Special](https://rust-trends.com/newsletter/join-the-rust-programming-contest-win-a-keychron-q1-airpods-pro-2-or-oura-ring-4/)
4145

4246
### Project/Tooling Updates
47+
* [Announcing TokioConf 2026](https://tokio.rs/blog/2025-06-19-announcing-tokio-conf)
48+
* [rust-analyzer Changelog #292](https://rust-analyzer.github.io/thisweek/2025/06/30/changelog-292.html)
4349
* [How to write Rust in the kernel: part 2](https://lwn.net/SubscriberLink/1025232/4a7776eb2f0379cf/)
4450
* [Asterinas: a new Linux-compatible kernel project](https://lwn.net/SubscriberLink/1022920/14dfdc76df0f1b96/)
4551
* [Diesel Async 0.6.0](https://blog.weiznich.de/blog/diesel-async-0-6/)
4652
* [Kiorg - a new lightingly fast cross-platform filemanager with VIM inspired keybind](https://github.com/houqp/kiorg/releases/tag/v0.1.1)
4753

4854
### Observations/Thoughts
49-
55+
* [How much code does that proc macro generate?](https://nnethercote.github.io/2025/06/26/how-much-code-does-that-proc-macro-generate.html)
5056
* [Leaktracer: A Rust allocator to trace memory allocations](https://blog.veeso.dev/blog/en/leaktracer-a-rust-allocator-to-trace-memory-allocations/)
57+
* [Cross-Compiling 10,000+ Rust CLI Crates Statically](https://blog.pkgforge.dev/cross-compiling-10000-rust-cli-crates-statically)
58+
* ["Why is the Rust compiler so slow?"](https://sharnoff.io/blog/why-rust-compiler-slow)
59+
* [A Newbie's First Contribution to (Rust for) Linux](https://blog.buenzli.dev/rust-for-linux-first-contrib/)
60+
* [Exception handling in rustc_codegen_cranelift](https://tweedegolf.nl/en/blog/157/exception-handling-in-rustc-codegen-cranelift)
61+
* [Why I Choose Rust to Build a Full-Stack Admin System](https://idaibin-blog.vercel.app/blog/why-rust-admin)
62+
* [video] [Top 10 Games from Bevy Jam 6](https://www.youtube.com/watch?v=wvVbsQCgbGk)
63+
* [video] [Threads - Part 15 of Idiomatic Rust in Simple Steps](https://www.youtube.com/watch?v=04PZPs7fbuo)
64+
* [audio] [1Password with Andrew Burkhart](https://corrode.dev/podcast/s04e06-1password/)
65+
* [audio] [Dioxus with Jonathan Kelley](https://rustacean-station.org/episode/jonathan-kelley/)
66+
* [audio] [Malachite with Adi Seredinschi](https://rustacean-station.org/episode/adi-seredinschi/)
5167

5268
### Rust Walkthroughs
53-
54-
- [Alternative Blanket Implementations for a Single Rust Trait](https://www.greyblake.com/blog/alternative-blanket-implementations-for-single-rust-trait/)
55-
* [Exception handling in rustc_codegen_cranelift](https://tweedegolf.nl/en/blog/157/exception-handling-in-rustc-codegen-cranelift)
69+
* [Alternative Blanket Implementations for a Single Rust Trait](https://www.greyblake.com/blog/alternative-blanket-implementations-for-single-rust-trait/)
5670

5771
### Research
5872

5973
### Miscellaneous
74+
* [Reflections on Haskell and Rust](https://academy.fpblock.com/blog/rust-haskell-reflections/)
6075

6176
## Crate of the Week
6277

0 commit comments

Comments
 (0)