Skip to content

Commit 722170f

Browse files
committed
Update RFC, MCP, FCP and CFT sections for TWiR-570
1 parent 97e614f commit 722170f

File tree

1 file changed

+48
-39
lines changed

1 file changed

+48
-39
lines changed

draft/2024-10-23-this-week-in-rust.md

Lines changed: 48 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,22 @@ and just ask the editors to select the category.
5555

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

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

63-
<!-- Calls for Testing go here, use this format:
64-
* [<RFC Topic>](<RFC URL>)
65-
* [Tracking Issue](<Tracking Issue URL>)
66-
* [Testing steps](<Testing Steps URL>)
67-
-->
68-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
69-
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
63+
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
64+
* *No calls for testing were issued this week.*
65+
66+
### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
67+
* *No calls for testing were issued this week.*
68+
69+
### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
70+
* *No calls for testing were issued this week.*
71+
72+
### Crates Ecosystem
73+
* [Request for input: `zerocopy`: Do you need `IntoBytes` support on `union`s? Please weigh in.](https://github.com/google/zerocopy/discussions/1802)
7074

7175
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
7276
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
@@ -111,44 +115,49 @@ If you are an event organizer hoping to expand the reach of your event, please s
111115
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
112116
are the RFCs that were approved for implementation this week:
113117

114-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
115-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
116-
<!-- * []() -->
117-
118-
<!--
119-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
120-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
121-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
122-
-->
118+
* [RFC: Allow boolean literals as `cfg` predicates](https://github.com/rust-lang/rfcs/pull/3695)
123119

124120
### Final Comment Period
125121

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

129125
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
130-
131-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
132-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
133-
<!-- * [disposition: ] []() -->
134-
135-
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
136-
137-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
138-
<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
139-
<!-- * [disposition: ] []() -->
140-
141-
### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
142-
<!-- Remove this section if empty>
143-
144-
### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
145-
<!-- Remove this section if empty>
146-
147-
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
148-
149-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
150-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
151-
<!-- * [new|updated] []() -->
126+
* [disposition: merge] [RFC: Give users control over feature unification](https://github.com/rust-lang/rfcs/pull/3692)
127+
* [disposition: merge] [[RFC] Default field values](https://github.com/rust-lang/rfcs/pull/3681)
128+
* [disposition: merge] [Trait method impl restrictions](https://github.com/rust-lang/rfcs/pull/3678)
129+
130+
#### Tracking Issues & PRs
131+
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
132+
* [disposition: merge] [Add lint against function pointer comparisons](https://github.com/rust-lang/rust/pull/118833)
133+
* [disposition: merge] [Implement `From<&mut {slice}>`1 for `Box/Rc/Arc<{slice}>`](https://github.com/rust-lang/rust/pull/129329)
134+
* [disposition: merge] [Tracking Issue for `const_arguments_as_str`](https://github.com/rust-lang/rust/issues/103900)
135+
* [disposition: not specified] [Add LowerExp and UpperExp implementations to NonZero](https://github.com/rust-lang/rust/pull/131377)
136+
* [disposition: merge] [Stabilize `Ipv6Addr::is_unique_local` and `Ipv6Addr::is_unicast_link_local`](https://github.com/rust-lang/rust/pull/129238)
137+
* [disposition: merge] [Make `std::os::darwin` public](https://github.com/rust-lang/rust/pull/123723)
138+
* [disposition: merge] [Tracking Issue for `const_char_encode_utf16`](https://github.com/rust-lang/rust/issues/130660)
139+
* [disposition: merge] [float types: move copysign, abs, signum to libcore](https://github.com/rust-lang/rust/pull/131304)
140+
* [disposition: merge] [Tracking Issue for `{u8,i8,...}::isqrt`](https://github.com/rust-lang/rust/issues/116226)
141+
* [disposition: merge] [Add `--print host-triple` to print host target triple](https://github.com/rust-lang/rust/pull/125579)
142+
* [disposition: merge] [Lint against `&T` to `&mut T` and `&T` to `&UnsafeCell<T>` transmutes](https://github.com/rust-lang/rust/pull/128351)
143+
* [disposition: merge] [Lint against getting pointers from immediately dropped temporaries](https://github.com/rust-lang/rust/pull/128985)
144+
* [disposition: close] [Consider deprecation of UB-happy `static mut`](https://github.com/rust-lang/rust/issues/53639)
145+
146+
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
147+
148+
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
149+
* *No Cargo Tracking Issues or PRs entered Final Comment Period this week.*
150+
151+
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
152+
* [disposition: unspecified] [distinct 'static' items never overlap](https://github.com/rust-lang/reference/pull/1657)
153+
154+
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
155+
* *No Unsafe Code Guideline Tracking Issues or PRs entered Final Comment Period this week.*
156+
157+
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
158+
* [new] [Unsafe derives and attributes](https://github.com/rust-lang/rfcs/pull/3715)
159+
* [new] [Macro fragment fields](https://github.com/rust-lang/rfcs/pull/3714)
160+
* [new] [Relaxed DST field ordering](https://github.com/rust-lang/rfcs/pull/3713)
152161

153162
## Upcoming Events
154163

0 commit comments

Comments
 (0)