@@ -69,33 +69,11 @@ If you are a feature implementer and would like your RFC to appear in this list,
6969` call-for-testing ` label to your RFC along with a comment providing testing instructions and/or
7070guidance on which aspect(s) of the feature need testing.
7171
72- <!-- If there are new CfT items this week, include:
73-
74- [Repo Name](Repo URL)
75- * [<Feature name>](<Feature URL>)
76- * [Testing steps](<Testing Steps URL>)
77-
78- - and make note in the item so the authors know to remove the `call-for-testing` label:
79- This RFC will appear in the **Call for Testing** section of the next issue (#) of This Week in Rust (TWiR).
80- You may remove the `call-for-testing` label. Please feel free to leave the `call-for-testing` label in place if you would like this RFC to appear again in another issue of TWiR.
81-
82- - where `Repo Name` and `Repo URL` are one of:
83- [Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
84- [Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
85- [Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
86- [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
87-
88- - and `Testing steps` points directly to the procedures the item wants users to exercise.
89-
90- - For all `Repo Names` with no new CfT items this week: use (removing the repos for which new
91- CfT items did appear, of course)
92-
9372* * No calls for testing were issued this week by
9473 [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing ) ,
95- [Rust language RFCs ](https://github.com/rust-lang/rfcs/issues?q=label%3Acall -for-testing),
96- [Cargo ](https://github.com/rust-lang/cargo/labels/call -for-testing) or
74+ [ Cargo ] ( https://github.com/rust-lang/cargo/labels/call -for-testing ) ,
75+ [ Rust language RFCs ] ( https://github.com/rust-lang/rfcs/issues?q=label%3Acall -for-testing ) or
9776 [ Rustup] ( https://github.com/rust-lang/rustup/labels/call-for-testing ) .*
98- -->
9977
10078[ 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.
10179
@@ -148,54 +126,41 @@ If you are an event organizer hoping to expand the reach of your event, please s
148126Changes to Rust follow the Rust [ RFC (request for comments) process] ( https://github.com/rust-lang/rfcs#rust-rfcs ) . These
149127are the RFCs that were approved for implementation this week:
150128
151- <!-- Use either
152- * [Item title](Item URL)
153- - or
154- * *No RFCs were approved this week.*
155- -->
129+ * [ Pass pointers to ` const ` in assembly] ( https://github.com/rust-lang/rfcs/pull/3848 )
156130
157131### Final Comment Period
158132
159133Every week, [ the team] ( https://www.rust-lang.org/team.html ) announces the 'final comment period' for RFCs and key PRs
160134which are reaching a decision. Express your opinions now.
161135
162136#### Tracking Issues & PRs
163- <!-- Either remove the group from the "No Items Entered Final Comment Period this week for" section
164- and add the item(s) which entered Final comment period:
165- ##### [Group](Group URL)
166- * [Item title](Item URL)
167- - for `disposition-merge` `final-comment-period` items, or
168- * [disposition: postpone]
169- - for `disposition-postpone` `final-comment-period` items, or
170- * [disposition: close]
171- - for `disposition-close` `final-comment-period` items,
172- * [disposition: unspecified]
173- - when `disposition` is unspecified or ensure the group is a part of the
174- "No Items Entered Final Comment Period this week for" section
137+ ##### [ Rust] ( https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc )
138+ * [ Warn against calls which mutates an interior mutable const -item] ( https://github.com/rust-lang/rust/pull/148407 )
139+ * [ parser/lexer: bump to Unicode 17, use faster unicode-ident] ( https://github.com/rust-lang/rust/pull/148321 )
140+ * [ const-eval: fix and re-enable pointer fragment support] ( https://github.com/rust-lang/rust/pull/148259 )
141+ * [ Replace OffsetOf by an actual sum of calls to intrinsic.] ( https://github.com/rust-lang/rust/pull/148151 )
142+ * [ Stabilize ` asm_cfg ` ] ( https://github.com/rust-lang/rust/pull/147736 )
143+ * [ Stabilize ` -Zremap-path-scope ` ] ( https://github.com/rust-lang/rust/pull/147611 )
144+ * [ error out when ` repr(align) ` exceeds COFF limit] ( https://github.com/rust-lang/rust/pull/142638 )
145+
146+ [ Compiler Team] ( https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change%20%20label%3Afinal-comment-period ) [ (MCPs only)] ( https://forge.rust-lang.org/compiler/mcp.html )
147+ * [ target tier 3 support for hexagon-unknown-qurt] ( https://github.com/rust-lang/compiler-team/issues/919 )
148+ * [ Proposal for a dedicated test suite for the parallel frontend] ( https://github.com/rust-lang/compiler-team/issues/906 )
149+ * [ Proposal for Adapt Stack Protector for Rust] ( https://github.com/rust-lang/compiler-team/issues/841 )
150+ * [ Give integer literals a sign instead of relying on negation expressions] ( https://github.com/rust-lang/compiler-team/issues/835 )
151+
175152* No Items entered Final Comment Period this week for
176- [Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period),
177- [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
178- [Compiler Team](https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change%20%20label%3Afinal-comment-period) [(MCPs only)](https://forge.rust-lang.org/compiler/mcp.html),
179- [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+),
180- [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
181- [Leadership Council](https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period) or
182- [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).*
153+ [ Rust RFCs] ( https://github.com/rust-lang/rfcs/labels/final-comment-period ) ,
154+ [ Cargo] ( https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) ,
155+ [ Language Team] ( https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+ ) ,
156+ [ Language Reference] ( https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) ,
157+ [ Leadership Council] ( https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period ) or
158+ [ Unsafe Code Guidelines] ( https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc ) .*
183159
184160Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
185- -->
186161
187162#### [ New and Updated RFCs] ( https://github.com/rust-lang/rfcs/pulls )
188- <!-- Use either
189- * [Item title](Item URL)
190- - for new items, or
191- * [updated] [Item title](Item URL)
192- - for updated items, or
193- * *No New or Updated RFCs were created this week.*
194- -->
195-
196- <!-- Sample commit message
197- Update CFT, FCP, MCP and RFC sections for TWiR-xxx
198- -->
163+ * [ RFC: Introduce ` DerefInto ` and ` DerefMutInto ` for RAII access] ( https://github.com/rust-lang/rfcs/pull/3880 )
199164
200165## Upcoming Events
201166
0 commit comments