From d502aa053d7586efaf32eb0c51486b55e85532c4 Mon Sep 17 00:00:00 2001 From: Curly Date: Tue, 11 Feb 2025 06:54:08 -0800 Subject: [PATCH 1/2] Update RFC, MCP, FCP and CFT sections for TWiR-585 --- draft/2025-02-12-this-week-in-rust.md | 51 +++++++++++---------------- 1 file changed, 20 insertions(+), 31 deletions(-) diff --git a/draft/2025-02-12-this-week-in-rust.md b/draft/2025-02-12-this-week-in-rust.md index 29aec9469..c165aaf5b 100644 --- a/draft/2025-02-12-this-week-in-rust.md +++ b/draft/2025-02-12-this-week-in-rust.md @@ -57,25 +57,18 @@ and just ask the editors to select the category. [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. The following RFCs would benefit from user testing before moving forward: - - - - - ### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing) +* *No calls for testing were issued this week.* ### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing) +* *No calls for testing were issued this week.* ### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing) +* *No calls for testing were issued this week.* 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 @@ -120,15 +113,7 @@ If you are an event organizer hoping to expand the reach of your event, please s 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: - - - - - +* *No RFCs were approved this week.* ### Final Comment Period @@ -136,31 +121,35 @@ Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final which are reaching a decision. Express your opinions now. #### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period) - - - +* [RFC: project goals for 2025h1](https://github.com/rust-lang/rfcs/pull/3764) #### Tracking Issues & PRs - - - - - ##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) +* [Stabilize `num_midpoint_signed` feature](https://github.com/rust-lang/rust/pull/134340) +* [Do not deduplicate list of associated types provided by dyn principal](https://github.com/rust-lang/rust/pull/136458) +* [regression: a value of type `HashMap` cannot be built from](https://github.com/rust-lang/rust/issues/135669) +* [Tracking Issue for `inherent_str_constructors`](https://github.com/rust-lang/rust/issues/131114) +* [Tracking Issue for `os_str_display`](https://github.com/rust-lang/rust/issues/120048) +* [Do not allow attributes on struct field rest patterns](https://github.com/rust-lang/rust/pull/136490) +* [feat(core): impl Step for NonZero](https://github.com/rust-lang/rust/pull/127534) +* [Future incompatibility warning `unsupported_fn_ptr_calling_conventions`: Also warn in dependencies](https://github.com/rust-lang/rust/pull/135767) +* [Make Miri aware of leaks of `Box`/`Vec`/`String`](https://github.com/rust-lang/rust/pull/135811) +* [Tracking Issue for `integer_sign_cast`](https://github.com/rust-lang/rust/issues/125882) ##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) +* *No Cargo Tracking Issues or PRs entered Final Comment Period this week.* ##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+) +* *No Language Team Proposals entered Final Comment Period this week.* ##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) +* *No Language Reference RFCs entered Final Comment Period this week.* ##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) +* *No Unsafe Code Guideline Tracking Issues or PRs entered Final Comment Period this week.* #### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls) - - - - +* [#[doc(consts)]](https://github.com/rust-lang/rfcs/pull/3770) ## Upcoming Events From 72d18f113ab617cc1b35ea9dbffedc6c20538d98 Mon Sep 17 00:00:00 2001 From: benny Vasquez Date: Wed, 12 Feb 2025 22:39:04 -0500 Subject: [PATCH 2/2] Update draft/2025-02-12-this-week-in-rust.md --- draft/2025-02-12-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-02-12-this-week-in-rust.md b/draft/2025-02-12-this-week-in-rust.md index c165aaf5b..6a6d33b00 100644 --- a/draft/2025-02-12-this-week-in-rust.md +++ b/draft/2025-02-12-this-week-in-rust.md @@ -131,7 +131,7 @@ which are reaching a decision. Express your opinions now. * [Tracking Issue for `inherent_str_constructors`](https://github.com/rust-lang/rust/issues/131114) * [Tracking Issue for `os_str_display`](https://github.com/rust-lang/rust/issues/120048) * [Do not allow attributes on struct field rest patterns](https://github.com/rust-lang/rust/pull/136490) -* [feat(core): impl Step for NonZero](https://github.com/rust-lang/rust/pull/127534) +* [feat(core): impl Step for NonZero < u* >](https://github.com/rust-lang/rust/pull/127534) * [Future incompatibility warning `unsupported_fn_ptr_calling_conventions`: Also warn in dependencies](https://github.com/rust-lang/rust/pull/135767) * [Make Miri aware of leaks of `Box`/`Vec`/`String`](https://github.com/rust-lang/rust/pull/135811) * [Tracking Issue for `integer_sign_cast`](https://github.com/rust-lang/rust/issues/125882)