From cc78a87f97470958c4a1be27c090c795ec6a57a3 Mon Sep 17 00:00:00 2001 From: Curly Date: Wed, 29 Oct 2025 06:57:24 -0700 Subject: [PATCH 1/2] Update CFT, FCP, MCP and RFC sections for TWiR-623 --- draft/2025-10-29-this-week-in-rust.md | 101 +++++++++++--------------- 1 file changed, 42 insertions(+), 59 deletions(-) diff --git a/draft/2025-10-29-this-week-in-rust.md b/draft/2025-10-29-this-week-in-rust.md index f34985e8b..9678aa9ce 100644 --- a/draft/2025-10-29-this-week-in-rust.md +++ b/draft/2025-10-29-this-week-in-rust.md @@ -88,33 +88,11 @@ If you are a feature implementer and would like your RFC to appear in this list, `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. - [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. @@ -169,11 +147,7 @@ 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: - ### Final Comment Period @@ -181,42 +155,51 @@ Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final which are reaching a decision. Express your opinions now. #### Tracking Issues & PRs - #### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls) - - - +* [Adding a crates.io Security tab](https://github.com/rust-lang/rfcs/pull/3872) ## Upcoming Events From 066eccf26d64bec27543b7e4a47dc09bd6632dbf Mon Sep 17 00:00:00 2001 From: Brad Gibson Date: Wed, 29 Oct 2025 07:29:45 -0700 Subject: [PATCH 2/2] Remove disposition tags from compiler team issues list --- draft/2025-10-29-this-week-in-rust.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/draft/2025-10-29-this-week-in-rust.md b/draft/2025-10-29-this-week-in-rust.md index 9678aa9ce..3c964d073 100644 --- a/draft/2025-10-29-this-week-in-rust.md +++ b/draft/2025-10-29-this-week-in-rust.md @@ -180,9 +180,9 @@ which are reaching a decision. Express your opinions now. * [Replace `rustc_target::specTarget::arch` string with enum](https://github.com/rust-lang/compiler-team/issues/926) * [Run main rust-analyzer tests in rust-lang/rust CI](https://github.com/rust-lang/compiler-team/issues/923) * [Turn emscripten-wasm-eh unwinding ABI on by default](https://github.com/rust-lang/compiler-team/issues/920) -* [disposition: has concerns] [target tier 3 support for hexagon-unknown-qurt](https://github.com/rust-lang/compiler-team/issues/919) -* [disposition: has concerns] [Proposal for a dedicated test suite for the parallel frontend](https://github.com/rust-lang/compiler-team/issues/906) -* [disposition: has concerns] [Give integer literals a sign instead of relying on negation expressions](https://github.com/rust-lang/compiler-team/issues/835) +* [target tier 3 support for hexagon-unknown-qurt](https://github.com/rust-lang/compiler-team/issues/919) +* [Proposal for a dedicated test suite for the parallel frontend](https://github.com/rust-lang/compiler-team/issues/906) +* [Give integer literals a sign instead of relying on negation expressions](https://github.com/rust-lang/compiler-team/issues/835) * [Also enable ICE file dumps on stable](https://github.com/rust-lang/compiler-team/issues/809) * [New Tier-3 target proposal: `loongarch64-linux-android`](https://github.com/rust-lang/compiler-team/issues/806)