Rust Versions
#
- Stable: 1.74.0
- Beta: 1.75.0 (28 December, 2023, 18 days left)
- Nightly: 1.76.0 (8 February, 2024, 60 days left)
Ongoing Stabilization PRs
#
stabilise bound_map (12 days old)
- T-libs-api - Relevant to the library API team, which will review and decide on the PR/issue.
- needs-fcp - This change is insta-stable, so needs a completed FCP to proceed.
- S-waiting-on-fcp - Status: PR is in FCP and is awaiting for FCP to complete.
Open PR #118361
Stabilize type_name_of_val
(15 days old)
- T-libs-api - Relevant to the library API team, which will review and decide on the PR/issue.
- needs-fcp - This change is insta-stable, so needs a completed FCP to proceed.
- S-waiting-on-fcp - Status: PR is in FCP and is awaiting for FCP to complete.
Open PR #118234
Stabilize ptr::{from_ref, from_mut}
(28 days old)
- T-libs-api - Relevant to the library API team, which will review and decide on the PR/issue.
- final-comment-period - In the final comment period and will be merged soon unless new substantive objections are raised.
- S-waiting-on-review - Status: Awaiting review from the assignee but also interested parties.
- disposition-merge - This issue / PR is in PFCP or FCP with a disposition to merge it.
- needs-fcp - This change is insta-stable, so needs a completed FCP to proceed.
Open PR #117824
Stabilize slice_group_by
(32 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.
- T-libs - Relevant to the library team, which will review and decide on the PR/issue.
Open PR #117678
Stabilize THIR unsafeck (32 days old)
- A-testsuite - Area: The testsuite used to check the correctness of rustc
- T-lang - Relevant to the language team, which will review and decide on the PR/issue.
- T-compiler - Relevant to the compiler team, which will review and decide on the PR/issue.
- final-comment-period - In the final comment period and will be merged soon unless new substantive objections are raised.
- T-bootstrap - Relevant to the bootstrap subteam: Rust’s build system (x.py and src/bootstrap)
- S-waiting-on-review - Status: Awaiting review from the assignee but also interested parties.
- disposition-merge - This issue / PR is in PFCP or FCP with a disposition to merge it.
- T-opsem - Relevant to the opsem team
Open PR #117673
Stabilize slice_first_last_chunk
(36 days old)
- T-libs-api - Relevant to the library API team, which will review and decide on the PR/issue.
- T-compiler - Relevant to the compiler 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, so needs a completed FCP to proceed.
Open PR #117561
Stabilize Wasm relaxed SIMD (39 days old)
- T-lang - Relevant to the language team, which will review and decide on the PR/issue.
- 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.
- proposed-final-comment-period - Proposed to merge/close by relevant subteam, see T- label. Will enter FCP once signed off.
- S-blocked - Status: marked as 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.
Open PR #117468
Stabilize Wasm target features that are in phase 4 and 5 (39 days old)
- T-lang - Relevant to the language team, which will review and decide on the PR/issue.
- T-compiler - Relevant to the compiler team, which will review and decide on the PR/issue.
- 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.
Open PR #117457
Stabilize Ready::into_inner()
(62 days old)
- T-libs-api - Relevant to the library API team, which will review and decide on the PR/issue.
- S-waiting-on-fcp - Status: PR is in FCP and is awaiting for FCP to complete.
Open PR #116528
Stabilize extended_varargs_abi_support
(75 days old)
- T-compiler - Relevant to the compiler team, which will review and decide on the PR/issue.
- S-waiting-on-review - Status: Awaiting review from the assignee but also interested parties.
- F-extended_varargs_abi_support -
#![feature(extended_varargs_abi_support)]
Open PR #116161
Stabilize target_feature_11 (77 days old)
- T-compiler - Relevant to the compiler team, which will review and decide on the PR/issue.
- S-blocked - Status: marked as blocked ❌ on something else such as an RFC or other implementation work.
- T-libs - Relevant to the library team, which will review and decide on the PR/issue.
Open PR #116114
Stabilise c_unwind
(78 days old)
- T-compiler - Relevant to the compiler team, which will review and decide on the PR/issue.
- S-blocked - Status: marked as blocked ❌ on something else such as an RFC or other implementation work.
- T-libs - Relevant to the library team, which will review and decide on the PR/issue.
Open PR #116088
Stabilize –json unused-externs(-silent) (91 days old)
- T-compiler - Relevant to the compiler team, which will review and decide on the PR/issue.
- S-waiting-on-MCP - Status: PR has a compiler MCP and is waiting for the compiler MCP to complete.
Open PR #115717
Stabilise exhaustive patterns feature (244 days old)
- T-lang - Relevant to the language team, which will review and decide on the PR/issue.
- 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.
- A-exhaustiveness-checking - Relating to exhaustiveness / usefulness checking of patterns
- T-libs - Relevant to the library team, which will review and decide on the PR/issue.
- F-exhaustive_patterns -
#![feature(exhaustive_patterns)]
Open PR #110105
Stabilize anonymous_lifetime_in_impl_trait
(316 days old)
- T-lang - Relevant to the language team, which will review and decide on the PR/issue.
- relnotes - Marks issues that should be documented in the release notes of the next release.
- S-waiting-on-team - Status: Awaiting decision from the relevant subteam (see the T- label).
- 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.
Open PR #107378
Stabilize io_error_more
(341 days old)
- T-libs-api - Relevant to the library API team, which will review and decide on the PR/issue.
- S-blocked - Status: marked as blocked ❌ on something else such as an RFC or other implementation work.
Open PR #106375
Stabilise inline_const (397 days old)
- T-lang - Relevant to the language 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: marked as 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, so needs a completed FCP to proceed.
- F-inline_const - Inline constants (aka: const blocks, const expressions, anonymous constants)
Open PR #104087
stabilise array methods (410 days old)
- T-libs-api - Relevant to the library API team, which will review and decide on the PR/issue.
- needs-fcp - This change is insta-stable, so needs a completed FCP to proceed.
- S-waiting-on-fcp - Status: PR is in FCP and is awaiting for FCP to complete.
Open PR #103522
Stabilize lint_reasons
in rustc (RFC 2383) (519 days old)
- T-rustdoc - Relevant to the rustdoc team, which will review and decide on the PR/issue.
- T-compiler - Relevant to the compiler team, which will review and decide on the PR/issue.
- S-blocked - Status: marked as blocked ❌ on something else such as an RFC or other implementation work.
- F-lint_reasons -
#![feature(lint_reasons)]
Open PR #99063
About releases.rs
#
- Github Repo
- Generated at Sun, 10 Dec 2023 05:17:07 +0000