Skip to content

Commit 83c58f5

Browse files
committed
Update RFC, MCP, FCP and CFT sections for TWiR-567
1 parent a4e53d6 commit 83c58f5

File tree

1 file changed

+51
-39
lines changed

1 file changed

+51
-39
lines changed

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

Lines changed: 51 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,19 @@ and just ask the editors to select the category.
5353

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

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

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

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

112-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
113-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
114-
<!-- * []() -->
115-
116-
<!--
117-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
118-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
119-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
120-
-->
113+
* *No RFCs were approved this week.*
121114

122115
### Final Comment Period
123116

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

127120
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
128-
129-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
130-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
131-
<!-- * [disposition: ] []() -->
132-
133-
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
134-
135-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
136-
<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
137-
<!-- * [disposition: ] []() -->
138-
139-
### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
140-
<!-- Remove this section if empty>
141-
142-
### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
143-
<!-- Remove this section if empty>
144-
145-
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
146-
147-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
148-
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
149-
<!-- * [new|updated] []() -->
121+
* [disposition: postpone] [Make `cargo install` respect lockfiles by default](https://github.com/rust-lang/rfcs/pull/3585)
122+
* [disposition: postpone] [RFC: Templating `CARGO_TARGET_DIR` to make it the parent of all target directories](https://github.com/rust-lang/rfcs/pull/3371)
123+
* [disposition: postpone] [Cargo: providing artifacts (for artifact dependencies) via build.rs](https://github.com/rust-lang/rfcs/pull/3035)
124+
125+
#### Tracking Issues & PRs
126+
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
127+
* [disposition: merge] [Tracking Issue for constify-ing non-trait `Duration` methods](https://github.com/rust-lang/rust/issues/72440)
128+
* [disposition: merge] [Tracking Issue for const `Result` methods](https://github.com/rust-lang/rust/issues/82814)
129+
* [disposition: merge] [Tracking issue for const `Option` functions](https://github.com/rust-lang/rust/issues/67441)
130+
* [disposition: merge] [Tracking Issue for `slice_first_last_chunk` feature (`slice::{split_,}{first,last}_chunk{,_mut}`)](https://github.com/rust-lang/rust/issues/111774)
131+
* [disposition: merge] [Partially stabilize const_pin](https://github.com/rust-lang/rust/pull/130136)
132+
* [disposition: merge] [Check elaborated projections from dyn don't mention unconstrained late bound lifetimes](https://github.com/rust-lang/rust/pull/130367)
133+
* [disposition: merge] [Stabilize the `map`/`value` methods on `ControlFlow`](https://github.com/rust-lang/rust/pull/130518)
134+
* [disposition: merge] [Do not consider match/let/ref of place that evaluates to `!` to diverge, disallow coercions from them too](https://github.com/rust-lang/rust/pull/129392)
135+
* [disposition: merge] [Tracking issue for const slice::from_raw_parts_mut (const_slice_from_raw_parts_mut)](https://github.com/rust-lang/rust/issues/67456)
136+
* [disposition: merge] [Stabilize `const {slice,array}::from_mut`](https://github.com/rust-lang/rust/pull/130538)
137+
* [disposition: merge] [Tracking Issue for `feature(const_slice_split_at_mut)`](https://github.com/rust-lang/rust/issues/101804)
138+
* [disposition: merge] [Tracking Issue for `str::from_utf8`_unchecked_mut as a `const fn`](https://github.com/rust-lang/rust/issues/91005)
139+
* [disposition: merge] [Tracking Issue for `#![feature(const_unsafecell_get_mut)]`](https://github.com/rust-lang/rust/issues/88836)
140+
* [disposition: merge] [Tracking Issue for const_maybe_uninit_assume_init](https://github.com/rust-lang/rust/issues/86722)
141+
* [disposition: merge] [Tracking issue for `#![feature(const_float_classify)]`](https://github.com/rust-lang/rust/issues/72505)
142+
* [disposition: merge] [Tracking Issue for const_str_as_mut](https://github.com/rust-lang/rust/issues/130086)
143+
* [disposition: merge] [Tracking Issue for `pin_deref_mut`](https://github.com/rust-lang/rust/issues/86918)
144+
* [disposition: merge] [Tracking Issue for `UnsafeCell::from_mut`](https://github.com/rust-lang/rust/issues/111645)
145+
* [disposition: merge] [Tracking Issue for `BufRead::skip_until`](https://github.com/rust-lang/rust/issues/111735)
146+
147+
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
148+
* [disposition: merge] [docs(charter): Declare new Intentional Artifacts as 'small' changes](https://github.com/rust-lang/cargo/pull/14599)
149+
150+
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
151+
* [disposition: merge] [Meeting proposal: rename "object safety" to "dyn compatibility"](https://github.com/rust-lang/lang-team/issues/286)
152+
153+
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
154+
* *No Language Reference RFCs entered Final Comment Period this week.*
155+
156+
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
157+
* *No Unsafe Code Guideline Tracking Issues or PRs entered Final Comment Period this week.*
158+
159+
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
160+
* [new] [num::WrappingFrom trait for conversions between integers](https://github.com/rust-lang/rfcs/pull/3703)
161+
* [new] [Add helper methods on primitive pointer types for pointer tagging](https://github.com/rust-lang/rfcs/pull/3700)
150162

151163
## Upcoming Events
152164

0 commit comments

Comments
 (0)