Skip to content

Commit 9f1f6b4

Browse files
authored
Merge pull request #6846 from U007D/main
Update RFC, MCP, FCP and CFT sections for TWiR-610
2 parents 67fe9c8 + f5be0e5 commit 9f1f6b4

File tree

1 file changed

+31
-56
lines changed

1 file changed

+31
-56
lines changed

draft/2025-07-30-this-week-in-rust.md

Lines changed: 31 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -60,42 +60,19 @@ and just ask the editors to select the category.
6060
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
6161

6262
## Calls for Testing
63-
An important step for feature implementation is for people to experiment with the
63+
An important step for RFC implementation is for people to experiment with the
6464
implementation and give feedback, especially before stabilization.
6565

66-
If you are a feature implementer and would like your feature to appear in this list, add a
66+
If you are a feature implementer and would like your RFC to appear in this list, add a
6767
`call-for-testing` label to your RFC along with a comment providing testing instructions and/or
6868
guidance on which aspect(s) of the feature need testing.
6969

70-
<!-- If there are new CfT items this week, use: -->
71-
<!--
72-
[Repo Name](Repo URL)
73-
* [<Feature name>](<Feature URL>)
74-
* [Testing steps](<Testing Steps URL>)
75-
-->
76-
<!-- where `Repo Name` and `Repo URL` are one of:
77-
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
78-
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
79-
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
80-
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
81-
-->
82-
83-
<!-- For all `Repo Names` with no new CfT items this week: use (removing the repos for which new
84-
CfT items did appear, of course) -->
85-
<!--
86-
* *No calls for testing were issued this week by
87-
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
88-
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
89-
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
90-
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).*
91-
-->
9270
* *No calls for testing were issued this week by [Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
9371
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
9472
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
9573
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).*
9674

9775
[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.
98-
-->
9976

10077
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
10178

@@ -156,47 +133,45 @@ Revision range: [3f9f20f7..e3514bde](https://perf.rust-lang.org/?start=3f9f20f71
156133
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
157134
are the RFCs that were approved for implementation this week:
158135

159-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
160-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
161-
<!-- * []() -->
162-
163-
<!--
164-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
165-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
166-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
167-
-->
136+
* *No RFCs were approved this week.*
168137

169138
### Final Comment Period
170139

171140
Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs
172141
which are reaching a decision. Express your opinions now.
173142

174-
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
175-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
176-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
177-
<!-- * [disposition: ] []() -->
178-
179143
#### Tracking Issues & PRs
180-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
181-
<!-- or if none entered FCP this week, use: -->
182-
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
183-
<!-- * [disposition: ] []() -->
184-
185144
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
186-
187-
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
188-
189-
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
190-
191-
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
192-
193-
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
145+
* [Allow the global allocator to use thread-local storage and std::thread::current()](https://github.com/rust-lang/rust/pull/144465)
146+
* [Tracking Issue for str::{floor, ceil}\_char\_boundary](https://github.com/rust-lang/rust/issues/93743)
147+
* [Check coroutine upvars in dtorck constraint](https://github.com/rust-lang/rust/pull/144156)
148+
* [Tracking Issue for arithmetic and certain bitwise ops on `AtomicPtr`](https://github.com/rust-lang/rust/issues/99108)
149+
* [Add lint against dangling pointers from local variables](https://github.com/rust-lang/rust/pull/144322)
150+
* [`apply_member_constraints`: fix placeholder check](https://github.com/rust-lang/rust/pull/142071)
151+
* [Remove the `#[no_sanitize]` attribute in favor of `#[sanitize(xyz = "on|off")`]](https://github.com/rust-lang/rust/pull/142681)
152+
* [Port `#[should_panic]` to the new attribute parsing infrastructure](https://github.com/rust-lang/rust/pull/143808)
153+
* [emit `StorageLive` and schedule `StorageDead` for `let` - `else`'s bindings after matching](https://github.com/rust-lang/rust/pull/143028)
154+
* [lower pattern bindings in the order they're written and base drop order on primary bindings' order](https://github.com/rust-lang/rust/pull/143764)
155+
* [Upgrade semicolon_in_expressions_from_macros from warn to deny](https://github.com/rust-lang/rust/pull/144369)
156+
* [Stabilize const TypeId::of](https://github.com/rust-lang/rust/pull/144133)
157+
* [Mark all deprecation lints in name resolution as deny-by-default and report-in-deps](https://github.com/rust-lang/rust/pull/143929)
158+
* [Tracking Issue for arithmetic that panics on overflow ( `strict_*` operations)](https://github.com/rust-lang/rust/issues/118260)
159+
* [[rustdoc] Display unsafe attrs with edition 2024 `unsafe()` wrappers.](https://github.com/rust-lang/rust/pull/143662)
160+
161+
##### [Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period),
162+
* [Demote `x86_64-apple-darwin` from Tier 1 to Tier 2 with host tools](https://github.com/rust-lang/rfcs/pull/3841)
163+
* [RFC: enable `derive(From)` for single-field structs](https://github.com/rust-lang/rfcs/pull/3809)
164+
165+
*No Items entered Final Comment Period this week for
166+
[Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
167+
[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+),
168+
[Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) or
169+
[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).*
170+
171+
Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
194172

195173
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
196-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
197-
<!-- or if there are no new or updated RFCs this week, use: -->
198-
<!-- * *No New or Updated RFCs were created this week.* -->
199-
<!-- * [new|updated] []() -->
174+
* [new] [Demote x86\_64-apple-darwin from Tier 1 to Tier 2 with host tools](https://github.com/rust-lang/rfcs/pull/3841)
200175

201176
## Upcoming Events
202177

0 commit comments

Comments
 (0)