Rust Versions

Rust Versions #

  • Stable: 1.87.0
  • Beta: 1.88.0 (26 June, 2025, 10 days left)
  • Nightly: 1.89.0 (7 August, 2025, 52 days left)

Ongoing Stabilization PRs #

Stabilize the breakpoint function (5 days old)
  • T-lang - Relevant to the language team
  • S-waiting-on-review - Status: Awaiting review from the assignee but also interested parties.
  • proposed-final-comment-period - Proposed to merge/close by relevant subteam, see T- label. Will enter FCP once signed off.
  • disposition-merge - This issue / PR is in PFCP or FCP with a disposition to merge it.
  • I-lang-nominated - Nominated for discussion during a lang team meeting.
  • I-libs-api-nominated - Nominated for discussion during a libs-api team meeting.
  • P-lang-drag-1 - Lang team prioritization drag level 1. https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang

Open PR #142325

Stabilize “file_lock” feature (9 days old)
  • S-waiting-on-bors - Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
  • T-libs - Relevant to the library team, which will review and decide on the PR/issue.

Open PR #142125

Stabilize feature(more_qualified_paths) (13 days old)
  • T-compiler - Relevant to the compiler team, which will review and decide on the PR/issue.
  • S-waiting-on-author - Status: This is awaiting some action (such as code changes or more information) from the author.

Open PR #141922

Stabilize #[cfg(version(...))], take 2 (17 days old)
  • T-lang - Relevant to the language team
  • S-waiting-on-review - Status: Awaiting review from the assignee but also interested parties.
  • proposed-final-comment-period - Proposed to merge/close by relevant subteam, see T- label. Will enter FCP once signed off.
  • disposition-merge - This issue / PR is in PFCP or FCP with a disposition to merge it.
  • needs-fcp - This change is insta-stable, or significant enough to need a team FCP to proceed.
  • I-lang-nominated - Nominated for discussion during a lang team meeting.
  • S-waiting-on-documentation - Status: Waiting on approved PRs to documentation before merging

Open PR #141766

Stabilize ip_from (17 days old)
  • T-libs-api - Relevant to the library API team, which will review and decide on the PR/issue.
  • S-waiting-on-review - Status: Awaiting review from the assignee but also interested parties.
  • needs-fcp - This change is insta-stable, or significant enough to need a team FCP to proceed.

Open PR #141744

Stabilize feature(generic_arg_infer) (20 days old)
  • T-lang - Relevant to the language team
  • S-waiting-on-author - Status: This is awaiting some action (such as code changes or more information) from the author.
  • disposition-merge - This issue / PR is in PFCP or FCP with a disposition to merge it.
  • finished-final-comment-period - The final comment period is finished for this PR / Issue.
  • A-const-generics - Area: const generics (parameters and arguments)
  • to-announce - Announce this issue on triage meeting
  • F-generic_arg_infer - Using _ as a const argument: #![feature(generic_arg_infer)]`
  • S-waiting-on-documentation - Status: Waiting on approved PRs to documentation before merging
  • I-lang-radar - Items that are on lang’s radar and will need eventual work or consideration.

Open PR #141610

Stabilize if let guards (feature(if_let_guard)) (26 days old)
  • A-LLVM - Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
  • A-testsuite - Area: The testsuite used to check the correctness of rustc
  • T-lang - Relevant to the language team
  • T-bootstrap - Relevant to the bootstrap subteam: Rust’s build system (x.py and src/bootstrap)
  • S-waiting-on-author - Status: This is awaiting some action (such as code changes or more information) from the author.
  • S-waiting-on-team - Status: Awaiting decision from the relevant subteam (see the T- label).
  • T-infra - Relevant to the infrastructure team, which will review and decide on the PR/issue.
  • proposed-final-comment-period - Proposed to merge/close by relevant subteam, see T- label. Will enter FCP once signed off.
  • S-blocked - Status: Blocked on something else such as an RFC or other implementation work.
  • disposition-merge - This issue / PR is in PFCP or FCP with a disposition to merge it.
  • needs-fcp - This change is insta-stable, or significant enough to need a team FCP to proceed.
  • A-meta - Area: Issues & PRs about the rust-lang/rust repository itself
  • to-announce - Announce this issue on triage meeting
  • WG-trait-system-refactor - The Rustc Trait System Refactor Initiative (-Znext-solver)
  • A-tidy - Area: The tidy tool
  • S-waiting-on-documentation - Status: Waiting on approved PRs to documentation before merging
  • A-rustc-dev-guide - Area: rustc-dev-guide
  • I-lang-radar - Items that are on lang’s radar and will need eventual work or consideration.

Open PR #141295

Stabilize substr_range and related methods (27 days old)
  • T-libs-api - Relevant to the library API team, which will review and decide on the PR/issue.
  • S-waiting-on-review - Status: Awaiting review from the assignee but also interested parties.
  • needs-fcp - This change is insta-stable, or significant enough to need a team FCP to proceed.

Open PR #141266

Stabilize fn_align: #[repr(align(N))] on functions and -Zmin-function-alignment (52 days old)
  • A-attributes - Area: Attributes (#[…], #![…])
  • T-lang - Relevant to the language team
  • T-compiler - Relevant to the compiler team, which will review and decide on the PR/issue.
  • S-waiting-on-team - Status: Awaiting decision from the relevant subteam (see the T- label).
  • F-fn_align - #![feature(fn_align)]
  • I-lang-radar - Items that are on lang’s radar and will need eventual work or consideration.

Open PR #140261

Stabilize offset_of_slice (66 days old)
  • T-compiler - Relevant to the compiler team, which will review and decide on the PR/issue.
  • S-waiting-on-author - Status: This is awaiting some action (such as code changes or more information) from the author.
  • T-libs - Relevant to the library team, which will review and decide on the PR/issue.

Open PR #139673

Stabilize return type notation (RFC 3654) (95 days old)
  • T-lang - Relevant to the language team
  • S-waiting-on-review - Status: Awaiting review from the assignee but also interested parties.
  • proposed-final-comment-period - Proposed to merge/close by relevant subteam, see T- label. Will enter FCP once signed off.
  • disposition-merge - This issue / PR is in PFCP or FCP with a disposition to merge it.
  • T-types - Relevant to the types team, which will review and decide on the PR/issue.
  • S-waiting-on-documentation - Status: Waiting on approved PRs to documentation before merging
  • I-lang-radar - Items that are on lang’s radar and will need eventual work or consideration.

Open PR #138424

Stabilize assert_matches and move it to core::macros (112 days old)
  • T-libs-api - Relevant to the library API team, which will review and decide on the PR/issue.
  • S-blocked - Status: Blocked on something else such as an RFC or other implementation work.

Open PR #137487

Stabilize derive(CoercePointee) (194 days old)
  • T-lang - Relevant to the language team
  • S-waiting-on-author - Status: This is awaiting some action (such as code changes or more information) from the author.
  • disposition-merge - This issue / PR is in PFCP or FCP with a disposition to merge it.
  • finished-final-comment-period - The final comment period is finished for this PR / Issue.
  • to-announce - Announce this issue on triage meeting
  • I-types-nominated - Nominated for discussion during a types team meeting.
  • T-types - Relevant to the types team, which will review and decide on the PR/issue.
  • F-derive_coerce_pointee - Feature: RFC 3621’s oft-renamed implementation
  • I-lang-radar - Items that are on lang’s radar and will need eventual work or consideration.

Open PR #133820

stabilize std::path::Path::file_prefix (305 days old)
  • T-libs-api - Relevant to the library API team, which will review and decide on the PR/issue.
  • S-waiting-on-review - Status: Awaiting review from the assignee but also interested parties.
  • needs-fcp - This change is insta-stable, or significant enough to need a team FCP to proceed.
  • T-libs - Relevant to the library team, which will review and decide on the PR/issue.
  • A-run-make - Area: port run-make Makefiles to rmake.rs

Open PR #129114

Stabilize associated type position impl Trait (ATPIT) (496 days old)
  • T-lang - Relevant to the language team
  • A-impl-trait - Area: impl Trait. Universally / existentially quantified anonymous types with static dispatch.
  • proposed-final-comment-period - Proposed to merge/close by relevant subteam, see T- label. Will enter FCP once signed off.
  • S-blocked - Status: Blocked on something else such as an RFC or other implementation work.
  • disposition-merge - This issue / PR is in PFCP or FCP with a disposition to merge it.
  • T-types - Relevant to the types team, which will review and decide on the PR/issue.
  • F-impl_trait_in_assoc_type - #![feature(impl_trait_in_assoc_type)]
  • S-waiting-on-concerns - Status: Awaiting concerns to be addressed by the author

Open PR #120700

About releases.rs #

  • Github Repo
  • Generated at Mon, 16 Jun 2025 14:28:00 +0000