From 55f31a9a4d3138e4719341516d0d074b4fc39b95 Mon Sep 17 00:00:00 2001 From: "M. Goldin" <23177337+mariannegoldin@users.noreply.github.com> Date: Thu, 18 Dec 2025 04:16:22 -0800 Subject: [PATCH 1/2] Prep 630 for publish --- draft/2025-12-17-this-week-in-rust.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/draft/2025-12-17-this-week-in-rust.md b/draft/2025-12-17-this-week-in-rust.md index 5a3497bab..ad08bc64f 100644 --- a/draft/2025-12-17-this-week-in-rust.md +++ b/draft/2025-12-17-this-week-in-rust.md @@ -41,10 +41,6 @@ and just ask the editors to select the category. * [Project goals update — November 2025 | Rust Blog](https://blog.rust-lang.org/2025/12/16/Project-Goals-2025-November-Update.md/) * [Announcing Rust 1.92.0 | Rust Blog](https://blog.rust-lang.org/2025/12/11/Rust-1.92.0/) -### Foundation - -### Newsletters - ### Project/Tooling Updates * [How we made SeaORM synchronous](https://www.sea-ql.org/blog/2025-12-12-sea-orm-2.0/) * [Building Slatron: The Digital TV Scheduling and Automation System](https://justinwoodring.com/blog/introducing-slatron/) @@ -66,8 +62,6 @@ and just ask the editors to select the category. * [Positional Memoization via Proc Macros in a Rust UI Framework](https://tessera-ui.github.io/blog/positional-memoization-via-proc-macros.html) * [hotpath-rs - CPU time vs wall-clock time: profiling async Rust](https://hotpath.rs/sampling_comparison) -### Research - ### Miscellaneous * [November '25 Jobs Report](https://filtra.io/rust/jobs-report/nov-25) * [Supercharging Security Auditing with Rust: An Interview with Caido](https://www.sea-ql.org/interview/2025-12-16-caido/) @@ -249,13 +243,13 @@ which are reaching a decision. Express your opinions now. * [Policy on the use of `rustc_legacy_const_generics` in stdarch](https://github.com/rust-lang/rust/issues/149654) * [Tracking Issue for `atomic_try_update`](https://github.com/rust-lang/rust/issues/135894) -[Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period) +##### [Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period) * [build-std: context](https://github.com/rust-lang/rfcs/pull/3873) -[Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) +##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) * [feat(index): Stabilize pubtime](https://github.com/rust-lang/cargo/pull/16372) -[Leadership Council](https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period) +##### [Leadership Council](https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period) * [Add alumni policy](https://github.com/rust-lang/leadership-council/pull/218) *No Items entered Final Comment Period this week for @@ -338,7 +332,7 @@ Email the [Rust Community Team][community] for access. ## Jobs -Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE) +Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/rust/comments/1plbecs/official_rrust_whos_hiring_thread_for_jobseekers/) # Quote of the Week @@ -366,4 +360,4 @@ This Week in Rust is edited by: *Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)* -[Discuss on r/rust](REDDIT_LINK_HERE) +[Discuss on r/rust](https://www.reddit.com/r/rust/comments/1pppcsc/this_week_in_rust_630/) From 36dad9bb774174e61d13123f15d872574f2be56e Mon Sep 17 00:00:00 2001 From: "M. Goldin" <23177337+mariannegoldin@users.noreply.github.com> Date: Thu, 18 Dec 2025 04:18:06 -0800 Subject: [PATCH 2/2] Generate draft for 631 --- .../2025-12-17-this-week-in-rust.md | 0 draft/2025-12-24-this-week-in-rust.md | 293 ++++++++++++++++++ 2 files changed, 293 insertions(+) rename {draft => content}/2025-12-17-this-week-in-rust.md (100%) create mode 100644 draft/2025-12-24-this-week-in-rust.md diff --git a/draft/2025-12-17-this-week-in-rust.md b/content/2025-12-17-this-week-in-rust.md similarity index 100% rename from draft/2025-12-17-this-week-in-rust.md rename to content/2025-12-17-this-week-in-rust.md diff --git a/draft/2025-12-24-this-week-in-rust.md b/draft/2025-12-24-this-week-in-rust.md new file mode 100644 index 000000000..b83f62868 --- /dev/null +++ b/draft/2025-12-24-this-week-in-rust.md @@ -0,0 +1,293 @@ +Title: This Week in Rust 631 +Number: 631 +Date: 2025-12-24 +Category: This Week in Rust + +Hello and welcome to another issue of *This Week in Rust*! +[Rust](https://www.rust-lang.org/) is a programming language empowering everyone to build reliable and efficient software. +This is a weekly summary of its progress and community. +Want something mentioned? Tag us at +[@thisweekinrust.bsky.social](https://bsky.app/profile/thisweekinrust.bsky.social) on Bluesky or +[@ThisWeekinRust](https://mastodon.social/@thisweekinrust) on mastodon.social, or +[send us a pull request](https://github.com/rust-lang/this-week-in-rust). +Want to get involved? [We love contributions](https://github.com/rust-lang/rust/blob/main/CONTRIBUTING.md). + +*This Week in Rust* is openly developed [on GitHub](https://github.com/rust-lang/this-week-in-rust) and archives can be viewed at [this-week-in-rust.org](https://this-week-in-rust.org/). +If you find any errors in this week's issue, [please submit a PR](https://github.com/rust-lang/this-week-in-rust/pulls). + +Want TWIR in your inbox? [Subscribe here](https://this-week-in-rust.us11.list-manage.com/subscribe?u=fd84c1c757e02889a9b08d289&id=0ed8b72485). + +## Updates from Rust Community + + + +### Official + +### Foundation + +### Newsletters + +### Project/Tooling Updates + +### Observations/Thoughts + +### Rust Walkthroughs + +### Research + +### Miscellaneous + +## Crate of the Week + + + +[Please submit your suggestions and votes for next week][submit_crate]! + +[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704 + +## Calls for Testing +An important step for RFC implementation is for people to experiment with the +implementation and give feedback, especially before stabilization. + +If you are a feature implementer and would like your RFC to appear in this list, add a +`call-for-testing` label to your RFC along with a comment providing testing instructions and/or +guidance on which aspect(s) of the feature need testing. + + + +[Let us know](https://github.com/rust-lang/this-week-in-rust/issues) if you would like your feature to be tracked as a part of this list. + +### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing) + +### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing) + +### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing) + +If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing` +label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature +need testing. + +## Call for Participation; projects and speakers + +### CFP - Projects + +Always wanted to contribute to open-source projects but did not know where to start? +Every week we highlight some tasks from the Rust community for you to pick and get started! + +Some of these tasks may also have mentors available, visit the task page for more information. + + + + + +If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines] or through a [PR to TWiR](https://github.com/rust-lang/this-week-in-rust) or by reaching out on [Bluesky](https://bsky.app/profile/thisweekinrust.bsky.social) or [Mastodon](https://mastodon.social/@thisweekinrust)! + +[guidelines]:https://github.com/rust-lang/this-week-in-rust?tab=readme-ov-file#call-for-participation-guidelines + +### CFP - Events + +Are you a new or experienced speaker looking for a place to share something cool? This section highlights events that are being planned and are accepting submissions to join their event as a speaker. + + + + +If you are an event organizer hoping to expand the reach of your event, please submit a link to the website through a [PR to TWiR](https://github.com/rust-lang/this-week-in-rust) or by reaching out on [Bluesky](https://bsky.app/profile/thisweekinrust.bsky.social) or [Mastodon](https://mastodon.social/@thisweekinrust)! + +## Updates from the Rust Project + + + +### Rust Compiler Performance Triage + + + +### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master) + +Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These +are the RFCs that were approved for implementation this week: + + + +### Final Comment Period + +Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs +which are reaching a decision. Express your opinions now. + +#### Tracking Issues & PRs + + +#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls) + + + + +## Upcoming Events + +Rusty Events between 2025-12-24 - 2026-01-21 🦀 + +### Virtual +* 2025-12-17 | Virtual (Girona, ES) | [Rust Girona](https://lu.ma/rust-girona) + * [**Sessió setmanal de codificació / Weekly coding session**](https://luma.com/6v2rorp3) +* 2025-12-17 | Hybrid (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust) + * [**Rust Study/Hack/Hang-out**](https://www.meetup.com/vancouver-rust/events/309926569/) +* 2025-12-18 | Virtual (Berlin, DE) | [Rust Berlin](https://www.meetup.com/rust-berlin) + * [**Rust Hack and Learn**](https://www.meetup.com/rust-berlin/events/306046644/) +* 2025-12-23 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust) + * [**Fourth Tuesday**](https://www.meetup.com/dallasrust/events/305361448/) +* 2025-12-25 | Virtual (Nürnberg, DE) | [Rust Nuremberg](https://www.meetup.com/rust-noris) + * [**Rust Nürnberg online**](https://www.meetup.com/rust-noris/events/306046673/) +* 2026-01-01 | Virtual (Berlin, DE) | [Rust Berlin](https://www.meetup.com/rust-berlin/events/) + * [**Rust Hack and Learn**](https://www.meetup.com/rust-berlin/events/306046646/) +* 2026-01-03 | Virtual (Kampala, UG) | [Rust Circle Meetup](https://www.eventbrite.com/o/rust-circle-kampala-65249289033) + * [**Rust Circle Meetup**](https://www.eventbrite.com/e/rust-circle-meetup-tickets-628763888717) +* 2026-01-07 | Virtual (Indianapolis, IN, US) | [Indy Rust](https://www.meetup.com/indyrs/events/) + * [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/312102790/) +* 2026-01-08 | Virtual (Charlottesville, VA, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/events/) + * [**Meet, swap, and learn!**](https://www.meetup.com/charlottesville-rust-meetup/events/312321120/) +* 2026-01-08 | Virtual (Nürnberg, DE) | [Rust Nuremberg](https://www.meetup.com/rust-noris/events/) + * [**Rust Nürnberg online**](https://www.meetup.com/rust-noris/events/312379275/) +* 2026-01-13 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust/events/) + * [**Second Tuesday**](https://www.meetup.com/dallasrust/events/310254791/) + +### Asia +* 2025-12-20 | Bangalore, IN | [Rust Bangalore](https://hasgeek.com/rustbangalore) + * [**December 2025 Rustacean meetup**](https://hasgeek.com/rustbangalore/december-2025-rustacean-meetup/) +* 2026-01-06 | Tel Aviv-yafo, IL | [Rust 🦀 TLV](https://www.meetup.com/rust-tlv/events/) + * [**In person Rust January 2026 at AWS in Tel Aviv**](https://www.meetup.com/rust-tlv/events/311759516/) + +### Europe +* 2025-12-18 | London, UK | [London Rust Project Group](https://www.meetup.com/london-rust-project-group/events/) + * [**gcc backend**](https://www.meetup.com/london-rust-project-group/events/312443570/) +* 2025-12-19 | Lyon, FR | [Rust Lyon](https://www.meetup.com/rust-lyon) + * [**Rust Lyon Meetup #11**](https://www.meetup.com/rust-lyon/events/312180836/) +* 2026-01-07 | Girona, ES | [Rust Girona](https://lu.ma/rust-girona) + * [**Rust Girona Hack & Learn 01 2026**](https://luma.com/mdymp686) +* 2026-01-08 | Geneva, CH | [Post Tenebras Lab](https://www.posttenebraslab.ch) + * [**Rust Meetup Geneva**](https://www.posttenebraslab.ch/wiki/events/monthly_meeting/rust_meetup) +* 2026-01-14 | Reading, UK | [Reading Rust Workshop](https://www.meetup.com/reading-rust-workshop/events/) + * [**Reading Rust Meetup**](https://www.meetup.com/reading-rust-workshop/events/csvcvtyjccbsb/) + +### North America +* 2025-12-17 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx) + * [**Rust Lunch - Fareground**](https://www.meetup.com/rust-atx/events/312076080/) +* 2025-12-17 | Hybrid (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust) + * [**Rust Study/Hack/Hang-out**](https://www.meetup.com/vancouver-rust/events/309926569/) +* 2025-12-17 | Spokane, WA, US | [Spokane Rust](https://www.meetup.com/spokane-rust) + * [**Year-End Social Meetup w/ Python, Rust, and Others Local User Groups**](https://www.meetup.com/spokane-rust/events/312292668/) +* 2025-12-20 | Boston, MA, US | [Boston Rust Meetup](https://www.meetup.com/bostonrust) + * [**Back Bay Rust Lunch, Dec 20**](https://www.meetup.com/bostonrust/events/311917280/) +* 2025-12-25 | Mountain View, CA, US | [Hacker Dojo](https://www.meetup.com/hackerdojo/events/) + * [**RUST MEETUP at HACKER DOJO**](https://www.meetup.com/hackerdojo/events/312323693/) +* 2026-01-08 | Mountain View, CA, US | [Hacker Dojo](https://www.meetup.com/hackerdojo/events/) + * [**RUST MEETUP at HACKER DOJO**](https://www.meetup.com/hackerdojo/events/jqvvttyjccblb/) + +If you are running a Rust event please add it to the [calendar] to get +it mentioned here. Please remember to add a link to the event too. +Email the [Rust Community Team][community] for access. + +[calendar]: https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com +[community]: mailto:community-team@rust-lang.org + +## Jobs + +Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE) + +# Quote of the Week + + + +[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328) + +This Week in Rust is edited by: + +* [nellshamrell](https://github.com/nellshamrell) +* [llogiq](https://github.com/llogiq) +* [ericseppanen](https://github.com/ericseppanen) +* [extrawurst](https://github.com/extrawurst) +* [U007D](https://github.com/U007D) +* [mariannegoldin](https://github.com/mariannegoldin) +* [bdillo](https://github.com/bdillo) +* [opeolluwa](https://github.com/opeolluwa) +* [bnchi](https://github.com/bnchi) +* [KannanPalani57](https://github.com/KannanPalani57) +* [tzilist](https://github.com/tzilist) + +*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)* + +[Discuss on r/rust](REDDIT_LINK_HERE)