From 3ad0c8fd51e90952d16c5de5428147963a254e56 Mon Sep 17 00:00:00 2001 From: Eric Seppanen Date: Wed, 10 Apr 2024 10:06:06 -0700 Subject: [PATCH 1/2] community links for issue 584 --- draft/2025-01-29-this-week-in-rust.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/draft/2025-01-29-this-week-in-rust.md b/draft/2025-01-29-this-week-in-rust.md index 2da2d19f5..9b358d601 100644 --- a/draft/2025-01-29-this-week-in-rust.md +++ b/draft/2025-01-29-this-week-in-rust.md @@ -30,16 +30,25 @@ and just ask the editors to select the category. --> ### Official +* [Rust 2024 in beta channel | Rust Blog](https://blog.rust-lang.org/2025/01/22/rust-2024-beta.html) +* [December Project Goals Update | Rust Blog](https://blog.rust-lang.org/2025/01/23/Project-Goals-Dec-Update.html) ### Foundation +* [Rust Language Trademark Policy Updates, Explained](https://rustfoundation.org/media/rust-language-trademark-policy-updates-explained/) ### Newsletters ### Project/Tooling Updates +* [Defmt is going to 1.0](https://ferrous-systems.com/blog/defmt-1-0/) +* [rust-analyzer hangelog #270](https://rust-analyzer.github.io/thisweek/2025/01/27/changelog-270.html) ### Observations/Thoughts +* [Musings on iterator trait names](https://blog.yoshuawuyts.com/musings-on-iterator-trait-names/) +* [audio] [Rahul Kumar: Why verify Rust's standard library?](https://timclicks.dev/podcast/rahul-kumar-why-verify-rusts-stdlib) +* [audio] [Volvo with Julius Gustavsson](https://corrode.dev/podcast/s03e08-volvo/) ### Rust Walkthroughs +* [Tips for Faster Rust CI Builds | corrode Rust Consulting](https://corrode.dev/blog/tips-for-faster-ci-builds/) ### Research From 6b0a8c6a30747456f6dc8c72da9c5a7ace5350bb Mon Sep 17 00:00:00 2001 From: Nell Shamrell-Harrington Date: Wed, 29 Jan 2025 17:33:25 -0800 Subject: [PATCH 2/2] Fix typo in rust-analyzer changelog link --- draft/2025-01-29-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-01-29-this-week-in-rust.md b/draft/2025-01-29-this-week-in-rust.md index 9b358d601..ef9488985 100644 --- a/draft/2025-01-29-this-week-in-rust.md +++ b/draft/2025-01-29-this-week-in-rust.md @@ -40,7 +40,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates * [Defmt is going to 1.0](https://ferrous-systems.com/blog/defmt-1-0/) -* [rust-analyzer hangelog #270](https://rust-analyzer.github.io/thisweek/2025/01/27/changelog-270.html) +* [rust-analyzer changelog #270](https://rust-analyzer.github.io/thisweek/2025/01/27/changelog-270.html) ### Observations/Thoughts * [Musings on iterator trait names](https://blog.yoshuawuyts.com/musings-on-iterator-trait-names/)