From 34fb9cf0384f02736d976ca5f8fb4fa044d5b2a2 Mon Sep 17 00:00:00 2001 From: Curly Date: Tue, 26 Aug 2025 23:01:29 -0400 Subject: [PATCH] Update RFC, MCP, FCP and CFT sections for TWiR-614 --- draft/2025-08-27-this-week-in-rust.md | 69 +++++++-------------------- 1 file changed, 16 insertions(+), 53 deletions(-) diff --git a/draft/2025-08-27-this-week-in-rust.md b/draft/2025-08-27-this-week-in-rust.md index c624d61d5..9cb4a8989 100644 --- a/draft/2025-08-27-this-week-in-rust.md +++ b/draft/2025-08-27-this-week-in-rust.md @@ -72,42 +72,20 @@ Thanks to [sidrubs](https://users.rust-lang.org/t/crate-of-the-week/2704/1463) f [submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704 ## Calls for Testing -An important step for feature implementation is for people to experiment with the +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 feature to appear in this list, add a +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. - - - - - - -* *No calls for testing were issued this week by [Rust](https://github.com/rust-lang/rust/labels/call-for-testing), - [Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing), - [Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or - [Rustup](https://github.com/rust-lang/rustup/labels/call-for-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) @@ -242,52 +220,37 @@ Revision range: [239e8b1b..ee361e8f](https://perf.rust-lang.org/?start=239e8b1b4 [Full report here](https://github.com/rust-lang/rustc-perf/blob/76b6beef3a67f4c97f61745ea510b4c4a924046f/triage/2025/2025-08-25.md) + ### [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: - - - - - +* [RFC: Promote aarch64-pc-windows-msvc to Tier 1](https://github.com/rust-lang/rfcs/pull/3817) ### 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. -#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period) - - - - #### Tracking Issues & PRs - - - - - ##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) +* [Tracking Issue for NUL-terminated file names with `#[track_caller]`](https://github.com/rust-lang/rust/issues/141727) +* [style-guide: Document absence of trailing whitespace](https://github.com/rust-lang/rust/pull/145735) +* [Partial-stabilize the basics from `bigint_helper_methods`](https://github.com/rust-lang/rust/pull/144494) -##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) - -##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+) - -##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) +*No Items entered Final Comment Period this week for +[Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period), +[Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc), +[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+), +[Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) or +[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).* -##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) +Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list. #### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls) - - - - +* [new] [Supertrait Auto-impl](https://github.com/rust-lang/rfcs/pull/3851) +* [new] [RFC: Autogenerated Attribute](https://github.com/rust-lang/rfcs/pull/3850) ## Upcoming Events