Skip to content

Commit 8e41b8a

Browse files
Merge pull request #6101 from U007D/master
Update RFC, MCP, FCP and CFT sections for TWiR-573
2 parents 66092f6 + 9a37b8c commit 8e41b8a

File tree

1 file changed

+28
-33
lines changed

1 file changed

+28
-33
lines changed

draft/2024-11-13-this-week-in-rust.md

Lines changed: 28 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,19 @@ Thanks to [Felix](https://users.rust-lang.org/t/crate-of-the-week/2704/1374) for
6565

6666
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
6767

68-
## [Call for Testing](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
68+
## Calls for Testing
6969
An important step for RFC implementation is for people to experiment with the
7070
implementation and give feedback, especially before stabilization. The following
7171
RFCs would benefit from user testing before moving forward:
7272

73-
<!-- Calls for Testing go here, use this format:
74-
* [<RFC Topic>](<RFC URL>)
75-
* [Tracking Issue](<Tracking Issue URL>)
76-
* [Testing steps](<Testing Steps URL>)
77-
-->
78-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
79-
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
73+
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
74+
* *No calls for testing were issued this week.*
75+
76+
### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
77+
* *No calls for testing were issued this week.*
78+
79+
### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
80+
* *No calls for testing were issued this week.*
8081

8182
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
8283
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
@@ -236,44 +237,38 @@ Revision range: [27e38f8f..d4822c2d](https://perf.rust-lang.org/?start=27e38f8fc
236237
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
237238
are the RFCs that were approved for implementation this week:
238239

239-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
240-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
241-
<!-- * []() -->
242-
243-
<!--
244-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
245-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
246-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
247-
-->
240+
* *No RFCs were approved this week.*
248241

249242
### Final Comment Period
250243

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

254247
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
248+
* [disposition: merge] [[RFC] Thread spawn hook (inheriting thread locals)](https://github.com/rust-lang/rfcs/pull/3642)
255249

256-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
257-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
258-
<!-- * [disposition: ] []() -->
259-
260-
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
250+
#### Tracking Issues & PRs
251+
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
252+
* [disposition: merge] [Tracking issue for `const_size_of_val` and `const_align_of_val`](https://github.com/rust-lang/rust/issues/46571)
253+
* [disposition: merge] [mark is_val_statically_known intrinsic as stably const-callable](https://github.com/rust-lang/rust/pull/132449)
254+
* [disposition: merge] [Tracking issue for `const <*const T>::is_null`](https://github.com/rust-lang/rust/issues/74939)
255+
* [disposition: merge] [Tracking issue for const `Pin` methods](https://github.com/rust-lang/rust/issues/76654)
256+
* [disposition: merge] [Stabilize `const_atomic_from_ptr`](https://github.com/rust-lang/rust/pull/131717)
261257

262-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
263-
<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
264-
<!-- * [disposition: ] []() -->
258+
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
259+
* [disposition: merge] [feat(resolver): Stabilize resolver v3](https://github.com/rust-lang/cargo/pull/14754)
265260

266-
### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
267-
<!-- Remove this section if empty>
261+
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
262+
* *No Language Team Proposals entered Final Comment Period this week.*
268263

269-
### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
270-
<!-- Remove this section if empty>
264+
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
265+
* *No Language Reference RFCs entered Final Comment Period this week.*
271266

272-
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
267+
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
268+
* *No Unsafe Code Guideline Tracking Issues or PRs entered Final Comment Period this week.*
273269

274-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
275-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
276-
<!-- * [new|updated] []() -->
270+
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
271+
* [new] [RFC: Unsafe Set Enum Discriminants](https://github.com/rust-lang/rfcs/pull/3727)
277272

278273
## Upcoming Events
279274

0 commit comments

Comments
 (0)