-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Experimental feature gate proposal Status: This is awaiting some action (such as code changes or more information) from the author.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
crabi
S-waiting-on-author
#105586
opened Dec 12, 2022 by
joshtriplett
Loading…
Stabilize let chains in the 2024 edition
A-edition-2024
Area: The 2024 edition
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
F-let_chains
`#![feature(let_chains)]`
I-lang-nominated
Nominated for discussion during a lang team meeting.
I-style-nominated
Nominated for discussion during a style team meeting.
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
S-waiting-on-fcp
Status: PR is in FCP and is awaiting for FCP to complete.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#132833
opened Nov 10, 2024 by
est31
Loading…
7 of 9 tasks
Stabilize associated type position impl Trait (ATPIT)
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
F-impl_trait_in_assoc_type
`#![feature(impl_trait_in_assoc_type)]`
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#120700
opened Feb 6, 2024 by
traviscross
Loading…
3 tasks
Mark Status: This is awaiting some action (such as code changes or more information) from the author.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
std
integral modules as deprecated (std::u32
, std::i16
, etc.)
S-waiting-on-author
#107587
opened Feb 2, 2023 by
tgross35
Loading…
Experimental: Add Derive Proc-Macro Caching
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
perf-regression
Performance regression.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#129102
opened Aug 14, 2024 by
futile
Loading…
3 tasks
Enable debug assertions on alt builds
A-testsuite
Area: The testsuite used to check the correctness of rustc
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#131077
opened Sep 30, 2024 by
lqd
Loading…
Make inline suggestions no longer be the default
S-experimental
Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
stabilize const_cell
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
final-comment-period
In the final comment period and will be merged soon unless new substantive objections are raised.
needs-fcp
This change is insta-stable, so needs a completed FCP to proceed.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#137928
opened Mar 3, 2025 by
RalfJung
Loading…
Stabilize the Nominated for discussion during a libs-api team meeting.
S-waiting-on-team
Status: Awaiting decision from the relevant subteam (see the T-<team> label).
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
cell_update
feature
I-libs-api-nominated
#134446
opened Dec 18, 2024 by
tgross35
Loading…
Stabilize This issue / PR is in PFCP or FCP with a disposition to merge it.
final-comment-period
In the final comment period and will be merged soon unless new substantive objections are raised.
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
S-waiting-on-documentation
Status: Waiting on approved PRs to documentation before merging
S-waiting-on-team
Status: Awaiting decision from the relevant subteam (see the T-<team> label).
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#![feature(precise_capturing_in_traits)]
disposition-merge
#138128
opened Mar 6, 2025 by
compiler-errors
Loading…
Stabilize This issue / PR is in PFCP or FCP with a disposition to merge it.
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.
I-types-nominated
Nominated for discussion during a types team meeting.
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
S-waiting-on-concerns
Status: Awaiting concerns to be addressed by the author
S-waiting-on-fcp
Status: PR is in FCP and is awaiting for FCP to complete.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
derive(CoercePointee)
disposition-merge
#133820
opened Dec 3, 2024 by
dingxiangfei2009
Loading…
Rename Nominated for discussion during an async working group meeting.
S-waiting-on-team
Status: Awaiting decision from the relevant subteam (see the T-<team> label).
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
WG-async
Working group: Async & await
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
AsyncIterator
back to Stream
, introduce an AFIT-based AsyncIterator
trait
I-async-nominated
#119550
opened Jan 3, 2024 by
yoshuawuyts
•
Draft
Stabilize Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
A-run-make
Area: port run-make Makefiles to rmake.rs
A-rustc-dev-guide
Area: rustc-dev-guide
I-libs-api-nominated
Nominated for discussion during a libs-api team meeting.
O-unix
Operating system: Unix-like
S-waiting-on-team
Status: Awaiting decision from the relevant subteam (see the T-<team> label).
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-libs
Relevant to the library 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.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
assert_matches
and move it to core::macros
A-query-system
#137487
opened Feb 23, 2025 by
Voultapher
Loading…
Add 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.
mem::conjure_zst
for creating ZSTs out of nothing
S-waiting-on-author
#[cold] on match arms
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
S-waiting-on-team
Status: Awaiting decision from the relevant subteam (see the T-<team> label).
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#120193
opened Jan 21, 2024 by
x17jiri
Loading…
Stabilize return type notation (RFC 3654)
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.
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
S-waiting-on-documentation
Status: Waiting on approved PRs to documentation before merging
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#138424
opened Mar 12, 2025 by
compiler-errors
Loading…
1 of 4 tasks
Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#136083
opened Jan 26, 2025 by
bend-n
Loading…
Uplift 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.
I-lang-easy-decision
Issue: The decision needed by the team is conjectured to be easy; this does not imply nomination
I-lang-nominated
Nominated for discussion during a lang team meeting.
S-waiting-on-team
Status: Awaiting decision from the relevant subteam (see the T-<team> label).
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
to-announce
Announce this issue on triage meeting
clippy::invalid_null_ptr_usage
lint as invalid_null_arguments
disposition-merge
#119220
opened Dec 22, 2023 by
Urgau
Loading…
Add new inherit_handles flag to CommandExt trait
O-windows
Operating system: Windows
S-waiting-on-ACP
Status: PR has an ACP and is waiting for the ACP to complete.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#115501
opened Sep 3, 2023 by
michaelvanstraten
Loading…
Debug-format fat pointers with their metadata for better insight
S-blocked
Status: 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.
#93544
opened Feb 1, 2022 by
vojtechkral
Loading…
coverage: Don't show coverage for code paths that must panic/diverge
A-code-coverage
Area: Source-based code coverage (-Cinstrument-coverage)
S-experimental
Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
rustdoc: use a button instead of a bar for search
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#133279
opened Nov 21, 2024 by
notriddle
Loading…
remove Area: The tidy tool
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
feature(inline_const_pat)
A-tidy
#138492
opened Mar 14, 2025 by
lcnr
Loading…
Set default value Status: This is awaiting some action (such as code changes or more information) from the author.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
deny-warnings
for compiler profile to false
S-waiting-on-author
#124439
opened Apr 27, 2024 by
WaffleLapkin
Loading…
Print thread ID in panic message
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
S-waiting-on-fcp
Status: PR is in FCP and is awaiting for FCP to complete.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#115746
opened Sep 11, 2023 by
tgross35
Loading…
Previous Next
ProTip!
Filter pull requests by the default branch with base:master.