Skip to content

Commit db80661

Browse files
Merge pull request #6543 from ericseppanen/community-594
community links for issue 594
2 parents f55167a + 9bb63d0 commit db80661

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

draft/2025-04-09-this-week-in-rust.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,37 @@ and just ask the editors to select the category.
3030
-->
3131

3232
### Official
33+
* [Announcing Rust 1.86.0 | Rust Blog](https://blog.rust-lang.org/2025/04/03/Rust-1.86.0.html)
34+
* [Help us create a vision for Rust's future](https://blog.rust-lang.org/2025/04/04/vision-doc-survey.html)
35+
* [C ABI Changes for `wasm32-unknown-unknown`](https://blog.rust-lang.org/2025/04/04/c-abi-changes-for-wasm32-unknown-unknown.html)
36+
* [March Project Goals Update](https://blog.rust-lang.org/2025/04/08/Project-Goals-2025-March-Update.html)
37+
* [March 2025 Project Director Update](https://blog.rust-lang.org/inside-rust/2025/04/03/project-director-update.html)
3338

3439
### Foundation
3540

3641
### Newsletters
42+
* [This Month in Rust OSDev: March 2025](https://rust-osdev.com/this-month/2025-03/)
3743

3844
### Project/Tooling Updates
45+
* [Graphite progress report (Q4 2024)](https://graphite.rs/blog/graphite-progress-report-q4-2024/)
46+
* [This Month in Redox - March 2025](https://www.redox-os.org/news/this-month-250331/)
3947
* [zxc: A Terminal based mitm proxy written in rust with Tmux and Vim as user interface](https://hail-hydrant.github.io/zxc/)
48+
* [rustc_codegen_gcc: Progress Report #35](https://blog.antoyo.xyz/rustc_codegen_gcc-progress-report-35)
4049

4150
### Observations/Thoughts
4251
* [Replicating state changes across language barriers with Rust, UniFFI, and proc macros](https://www.tantaluspath.com/tech/rust_to_swift_state_syncing/)
43-
4452
* [Deterministic simulation testing for async Rust](https://s2.dev/blog/dst)
45-
53+
* [Thinking like a compiler: places and values in Rust](https://steveklabnik.com/writing/thinking-like-a-compiler-places-and-values-in-rust/)
4654
* [Things fall apart](https://bitfieldconsulting.com/posts/things-fall-apart)
55+
* [Syntactic Musings on View Types](https://blog.yoshuawuyts.com/syntactic-musings-on-view-types/)
4756

4857
### Rust Walkthroughs
49-
58+
* [Building a search engine from scratch, in Rust: part 3](https://jdrouet.github.io/posts/202503231000-search-engine-part-3/)
59+
* [Pitfalls of Safe Rust](https://corrode.dev/blog/pitfalls-of-safe-rust/)
5060
* [How to implement cryptographically-secure API keys in Rust](https://kerkour.com/api-keys)
5161

5262
### Research
63+
* [Garbage Collection for Rust: The Finalizer Frontier](https://arxiv.org/abs/2504.01841)
5364

5465
### Miscellaneous
5566

@@ -67,8 +78,8 @@ Thanks to [Carl Sverre](https://users.rust-lang.org/t/crate-of-the-week/2704/142
6778
An important step for RFC implementation is for people to experiment with the
6879
implementation and give feedback, especially before stabilization.
6980

70-
If you are a feature implementer and would like your RFC to appear in this list, add a
71-
`call-for-testing` label to your RFC along with a comment providing testing instructions and/or
81+
If you are a feature implementer and would like your RFC to appear in this list, add a
82+
`call-for-testing` label to your RFC along with a comment providing testing instructions and/or
7283
guidance on which aspect(s) of the feature need testing.
7384

7485
* *No calls for testing were issued this week by [Rust](https://github.com/rust-lang/rust/labels/call-for-testing),

0 commit comments

Comments
 (0)