Skip to content

Commit ee04aec

Browse files
authored
Merge pull request #7261 from U007D/main
Update CFT, FCP, MCP and RFC sections for TWiR-625
2 parents cd2003e + 74a85b3 commit ee04aec

File tree

1 file changed

+25
-60
lines changed

1 file changed

+25
-60
lines changed

draft/2025-11-12-this-week-in-rust.md

Lines changed: 25 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -89,33 +89,11 @@ If you are a feature implementer and would like your RFC to appear in this list,
8989
`call-for-testing` label to your RFC along with a comment providing testing instructions and/or
9090
guidance on which aspect(s) of the feature need testing.
9191

92-
<!-- If there are new CfT items this week, include:
93-
94-
[Repo Name](Repo URL)
95-
* [<Feature name>](<Feature URL>)
96-
* [Testing steps](<Testing Steps URL>)
97-
98-
- and make note in the item so the authors know to remove the `call-for-testing` label:
99-
This RFC will appear in the **Call for Testing** section of the next issue (#) of This Week in Rust (TWiR).
100-
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.
101-
102-
- where `Repo Name` and `Repo URL` are one of:
103-
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
104-
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
105-
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
106-
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
107-
108-
- and `Testing steps` points directly to the procedures the item wants users to exercise.
109-
110-
- For all `Repo Names` with no new CfT items this week: use (removing the repos for which new
111-
CfT items did appear, of course)
112-
11392
* *No calls for testing were issued this week by
11493
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
115-
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
116-
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
94+
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing),
95+
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing) or
11796
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).*
118-
-->
11997

12098
[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.
12199

@@ -178,54 +156,41 @@ Revision range: [35ebdf9b..055d0d6a](https://perf.rust-lang.org/?start=35ebdf9ba
178156
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
179157
are the RFCs that were approved for implementation this week:
180158

181-
<!-- Use either
182-
* [Item title](Item URL)
183-
- or
184-
* *No RFCs were approved this week.*
185-
-->
159+
* [Pass pointers to `const` in assembly](https://github.com/rust-lang/rfcs/pull/3848)
186160

187161
### Final Comment Period
188162

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

192166
#### Tracking Issues & PRs
193-
<!-- Either remove the group from the "No Items Entered Final Comment Period this week for" section
194-
and add the item(s) which entered Final comment period:
195-
##### [Group](Group URL)
196-
* [Item title](Item URL)
197-
- for `disposition-merge` `final-comment-period` items, or
198-
* [disposition: postpone]
199-
- for `disposition-postpone` `final-comment-period` items, or
200-
* [disposition: close]
201-
- for `disposition-close` `final-comment-period` items,
202-
* [disposition: unspecified]
203-
- when `disposition` is unspecified or ensure the group is a part of the
204-
"No Items Entered Final Comment Period this week for" section
167+
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
168+
* [Warn against calls which mutates an interior mutable const -item](https://github.com/rust-lang/rust/pull/148407)
169+
* [parser/lexer: bump to Unicode 17, use faster unicode-ident](https://github.com/rust-lang/rust/pull/148321)
170+
* [const-eval: fix and re-enable pointer fragment support](https://github.com/rust-lang/rust/pull/148259)
171+
* [Replace OffsetOf by an actual sum of calls to intrinsic.](https://github.com/rust-lang/rust/pull/148151)
172+
* [Stabilize `asm_cfg`](https://github.com/rust-lang/rust/pull/147736)
173+
* [Stabilize `-Zremap-path-scope`](https://github.com/rust-lang/rust/pull/147611)
174+
* [error out when `repr(align)` exceeds COFF limit](https://github.com/rust-lang/rust/pull/142638)
175+
176+
[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)
177+
* [target tier 3 support for hexagon-unknown-qurt](https://github.com/rust-lang/compiler-team/issues/919)
178+
* [Proposal for a dedicated test suite for the parallel frontend](https://github.com/rust-lang/compiler-team/issues/906)
179+
* [Proposal for Adapt Stack Protector for Rust](https://github.com/rust-lang/compiler-team/issues/841)
180+
* [Give integer literals a sign instead of relying on negation expressions](https://github.com/rust-lang/compiler-team/issues/835)
181+
205182
*No Items entered Final Comment Period this week for
206-
[Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period),
207-
[Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
208-
[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),
209-
[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+),
210-
[Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
211-
[Leadership Council](https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period) or
212-
[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).*
183+
[Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period),
184+
[Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
185+
[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+),
186+
[Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
187+
[Leadership Council](https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period) or
188+
[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).*
213189

214190
Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
215-
-->
216191

217192
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
218-
<!-- Use either
219-
* [Item title](Item URL)
220-
- for new items, or
221-
* [updated] [Item title](Item URL)
222-
- for updated items, or
223-
* *No New or Updated RFCs were created this week.*
224-
-->
225-
226-
<!-- Sample commit message
227-
Update CFT, FCP, MCP and RFC sections for TWiR-xxx
228-
-->
193+
* [RFC: Introduce `DerefInto` and `DerefMutInto` for RAII access](https://github.com/rust-lang/rfcs/pull/3880)
229194

230195
## Upcoming Events
231196

0 commit comments

Comments
 (0)