@@ -57,42 +57,19 @@ and just ask the editors to select the category.
57
57
[ submit_crate ] : https://users.rust-lang.org/t/crate-of-the-week/2704
58
58
59
59
## Calls for Testing
60
- An important step for feature implementation is for people to experiment with the
60
+ An important step for RFC implementation is for people to experiment with the
61
61
implementation and give feedback, especially before stabilization.
62
62
63
- If you are a feature implementer and would like your feature to appear in this list, add a
63
+ If you are a feature implementer and would like your RFC to appear in this list, add a
64
64
` call-for-testing ` label to your RFC along with a comment providing testing instructions and/or
65
65
guidance on which aspect(s) of the feature need testing.
66
66
67
- <!-- If there are new CfT items this week, use: -->
68
- <!--
69
- [Repo Name](Repo URL)
70
- * [<Feature name>](<Feature URL>)
71
- * [Testing steps](<Testing Steps URL>)
72
- -->
73
- <!-- where `Repo Name` and `Repo URL` are one of:
74
- [Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
75
- [Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
76
- [Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
77
- [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
78
- -->
79
-
80
- <!-- For all `Repo Names` with no new CfT items this week: use (removing the repos for which new
81
- CfT items did appear, of course) -->
82
- <!--
83
- * *No calls for testing were issued this week by
84
- [Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
85
- [Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
86
- [Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
87
- [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).*
88
- -->
89
67
* * No calls for testing were issued this week by [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing ) ,
90
68
[ Rust language RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing ) ,
91
69
[ Cargo] ( https://github.com/rust-lang/cargo/labels/call-for-testing ) or
92
70
[ Rustup] ( https://github.com/rust-lang/rustup/labels/call-for-testing ) .*
93
71
94
72
[ 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.
95
- -->
96
73
97
74
### [ RFCs] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing )
98
75
@@ -143,47 +120,45 @@ If you are an event organizer hoping to expand the reach of your event, please s
143
120
Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
144
121
are the RFCs that were approved for implementation this week:
145
122
146
- <!-- Approved RFCs go here, use this format: * [Topic](URL) -->
147
- <!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
148
- <!-- * []() -->
149
-
150
- <!--
151
- ### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
152
- <!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
153
- <!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
154
- -->
123
+ * * No RFCs were approved this week.*
155
124
156
125
### Final Comment Period
157
126
158
127
Every week, [ the team] ( https://www.rust-lang.org/team.html ) announces the 'final comment period' for RFCs and key PRs
159
128
which are reaching a decision. Express your opinions now.
160
129
161
- #### [ RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period )
162
- <!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
163
- <!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
164
- <!-- * [disposition: ] []() -->
165
-
166
130
#### Tracking Issues & PRs
167
- <!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
168
- <!-- or if none entered FCP this week, use: -->
169
- <!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
170
- <!-- * [disposition: ] []() -->
171
-
172
131
##### [ Rust] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
173
-
174
- ##### [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
175
-
176
- ##### [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ )
177
-
178
- ##### [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
179
-
180
- ##### [ Unsafe Code Guidelines] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
132
+ * [ Allow the global allocator to use thread-local storage and std::thread : :current()] ( https://github.com/rust-lang/rust/pull/144465 )
133
+ * [ Tracking Issue for str::{floor, ceil}\_ char\_ boundary] ( https://github.com/rust-lang/rust/issues/93743 )
134
+ * [ Check coroutine upvars in dtorck constraint] ( https://github.com/rust-lang/rust/pull/144156 )
135
+ * [ Tracking Issue for arithmetic and certain bitwise ops on ` AtomicPtr ` ] ( https://github.com/rust-lang/rust/issues/99108 )
136
+ * [ Add lint against dangling pointers from local variables] ( https://github.com/rust-lang/rust/pull/144322 )
137
+ * [ ` apply_member_constraints ` : fix placeholder check] ( https://github.com/rust-lang/rust/pull/142071 )
138
+ * [ Remove the ` #[no_sanitize] ` attribute in favor of ` #[sanitize(xyz = "on|off") ` ]] ( https://github.com/rust-lang/rust/pull/142681 )
139
+ * [ Port ` #[should_panic] ` to the new attribute parsing infrastructure] ( https://github.com/rust-lang/rust/pull/143808 )
140
+ * [ emit ` StorageLive ` and schedule ` StorageDead ` for ` let ` - ` else ` 's bindings after matching] ( https://github.com/rust-lang/rust/pull/143028 )
141
+ * [ 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 )
142
+ * [ Upgrade semicolon_in_expressions_from_macros from warn to deny] ( https://github.com/rust-lang/rust/pull/144369 )
143
+ * [ Stabilize const TypeId::of] ( https://github.com/rust-lang/rust/pull/144133 )
144
+ * [ Mark all deprecation lints in name resolution as deny-by-default and report-in-deps] ( https://github.com/rust-lang/rust/pull/143929 )
145
+ * [ Tracking Issue for arithmetic that panics on overflow ( ` strict_* ` operations)] ( https://github.com/rust-lang/rust/issues/118260 )
146
+ * [[ rustdoc] Display unsafe attrs with edition 2024 ` unsafe() ` wrappers.] ( https://github.com/rust-lang/rust/pull/143662 )
147
+
148
+ ##### [ Rust RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period ) ,
149
+ * [ Demote ` x86_64-apple-darwin ` from Tier 1 to Tier 2 with host tools] ( https://github.com/rust-lang/rfcs/pull/3841 )
150
+ * [ RFC: enable ` derive(From) ` for single-field structs] ( https://github.com/rust-lang/rfcs/pull/3809 )
151
+
152
+ * No Items entered Final Comment Period this week for
153
+ [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) ,
154
+ [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ ) ,
155
+ [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) or
156
+ [ Unsafe Code Guidelines] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) .*
157
+
158
+ Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
181
159
182
160
#### [ New and Updated RFCs] ( https://github.com/rust-lang/rfcs/pulls )
183
- <!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
184
- <!-- or if there are no new or updated RFCs this week, use: -->
185
- <!-- * *No New or Updated RFCs were created this week.* -->
186
- <!-- * [new|updated] []() -->
161
+ * [ new] [ Demote x86\_ 64-apple-darwin from Tier 1 to Tier 2 with host tools] ( https://github.com/rust-lang/rfcs/pull/3841 )
187
162
188
163
## Upcoming Events
189
164
0 commit comments