From 1f5e486e3812e2f86320a6a5b7d12bde197e2394 Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Sun, 21 Sep 2025 12:07:42 +0200 Subject: [PATCH 1/3] Rust LWN articles Signed-off-by: Miguel Ojeda --- draft/2025-09-24-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-09-24-this-week-in-rust.md b/draft/2025-09-24-this-week-in-rust.md index 1415b2ee7..3cf726400 100644 --- a/draft/2025-09-24-this-week-in-rust.md +++ b/draft/2025-09-24-this-week-in-rust.md @@ -44,6 +44,8 @@ and just ask the editors to select the category. ### Newsletters ### Project/Tooling Updates +* [Fighting human trafficking with self-contained applications](https://lwn.net/SubscriberLink/1036916/8fa1fd58807543b6/) +* [Comparing Rust to Carbon](https://lwn.net/SubscriberLink/1036912/ecf2235a9ef774d9/) ### Observations/Thoughts From 74c4e6423dd372e9cda7e50e856d0553baac8380 Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Wed, 24 Sep 2025 17:26:25 +0200 Subject: [PATCH 2/3] Rust LWN articles (2nd) Signed-off-by: Miguel Ojeda --- draft/2025-09-24-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-09-24-this-week-in-rust.md b/draft/2025-09-24-this-week-in-rust.md index 3cf726400..0b0a2ae2d 100644 --- a/draft/2025-09-24-this-week-in-rust.md +++ b/draft/2025-09-24-this-week-in-rust.md @@ -46,6 +46,8 @@ and just ask the editors to select the category. ### Project/Tooling Updates * [Fighting human trafficking with self-contained applications](https://lwn.net/SubscriberLink/1036916/8fa1fd58807543b6/) * [Comparing Rust to Carbon](https://lwn.net/SubscriberLink/1036912/ecf2235a9ef774d9/) +* [CHERI with a Linux on top](https://lwn.net/SubscriberLink/1037974/7860e9a3612d70fb/) +* [Canceling asynchronous Rust](https://lwn.net/SubscriberLink/1036924/83af62ecb5f74c06/) ### Observations/Thoughts From 3ed190be5e5d1c3b28dba3c25f1cf324d913baf8 Mon Sep 17 00:00:00 2001 From: Nell Shamrell-Harrington Date: Wed, 24 Sep 2025 19:56:52 -0700 Subject: [PATCH 3/3] Move articles to Observations/Thoughts section --- draft/2025-09-24-this-week-in-rust.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/draft/2025-09-24-this-week-in-rust.md b/draft/2025-09-24-this-week-in-rust.md index 0b0a2ae2d..279494a76 100644 --- a/draft/2025-09-24-this-week-in-rust.md +++ b/draft/2025-09-24-this-week-in-rust.md @@ -45,12 +45,12 @@ and just ask the editors to select the category. ### Project/Tooling Updates * [Fighting human trafficking with self-contained applications](https://lwn.net/SubscriberLink/1036916/8fa1fd58807543b6/) -* [Comparing Rust to Carbon](https://lwn.net/SubscriberLink/1036912/ecf2235a9ef774d9/) * [CHERI with a Linux on top](https://lwn.net/SubscriberLink/1037974/7860e9a3612d70fb/) -* [Canceling asynchronous Rust](https://lwn.net/SubscriberLink/1036924/83af62ecb5f74c06/) ### Observations/Thoughts - +* [Comparing Rust to Carbon](https://lwn.net/SubscriberLink/1036912/ecf2235a9ef774d9/) +* [Canceling asynchronous Rust](https://lwn.net/SubscriberLink/1036924/83af62ecb5f74c06/) +* ### Rust Walkthroughs ### Research