diff --git a/draft/2025-08-13-this-week-in-rust.md b/draft/2025-08-13-this-week-in-rust.md index e375ae907..b1053106d 100644 --- a/draft/2025-08-13-this-week-in-rust.md +++ b/draft/2025-08-13-this-week-in-rust.md @@ -57,42 +57,19 @@ and just ask the editors to select the category. [submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704 ## Calls for Testing -An important step for feature implementation is for people to experiment with the +An important step for RFC implementation is for people to experiment with the implementation and give feedback, especially before stabilization. -If you are a feature implementer and would like your feature to appear in this list, add a +If you are a feature implementer and would like your RFC to appear in this list, add a `call-for-testing` label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature need testing. - - - - - - * *No calls for testing were issued this week by [Rust](https://github.com/rust-lang/rust/labels/call-for-testing), [Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing), [Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).* [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. ---> ### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing) @@ -143,47 +120,40 @@ If you are an event organizer hoping to expand the reach of your event, please s Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These are the RFCs that were approved for implementation this week: - - - - - +* [Demote x86_64-apple-darwin from Tier 1 to Tier 2 with host tools](https://github.com/rust-lang/rfcs/pull/3841) ### Final Comment Period Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs which are reaching a decision. Express your opinions now. -#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period) - - - - #### Tracking Issues & PRs - - - - - ##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) - -##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) - -##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+) - -##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) - -##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc) +* [Fix overly restrictive lifetime in `core::panic::Location::file` return type](https://github.com/rust-lang/rust/pull/132087) +* [Tracking Issue for `const_array_each_ref`](https://github.com/rust-lang/rust/issues/133289) +* [Require approval from t-infra instead of t-release on tier bumps](https://github.com/rust-lang/rust/pull/144906) +* [const-eval: full support for pointer fragments](https://github.com/rust-lang/rust/pull/144081) +* [Don't warn on never to any `as` casts as unreachable](https://github.com/rust-lang/rust/pull/144804) +* [Port #[link] to the new attribute parsing infrastructure](https://github.com/rust-lang/rust/pull/143193) +* [`c_variadic` : Add future-incompatibility warning for `...` arguments without a pattern outside of extern blocks](https://github.com/rust-lang/rust/pull/143619) +* [Rewrite the new attribute argument parser](https://github.com/rust-lang/rust/pull/144689) +* [Tracking Issue for array::repeat](https://github.com/rust-lang/rust/issues/126695) + +##### [Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period) +* [RFC: Promote aarch64-pc-windows-msvc to Tier 1](https://github.com/rust-lang/rfcs/pull/3817) + +*No Items entered Final Comment Period this week for +[Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc), +[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+), +[Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc), +[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).* or + +Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list. #### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls) - - - - +* [new] [Pass pointers to `const` in assembly](https://github.com/rust-lang/rfcs/pull/3848) +* [new] [Include Clang in llvm-tools](https://github.com/rust-lang/rfcs/pull/3847) +* [new] [repr(ordered\_fields)](https://github.com/rust-lang/rfcs/pull/3845) ## Upcoming Events