-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
impl Default for RepeatN
needs-fcp
#139690
opened Apr 11, 2025 by
cuviper
Loading…
Stabilize This change is insta-stable, or significant enough to need a team FCP to proceed.
S-waiting-on-fcp
Status: PR is in FCP and is awaiting for FCP to complete.
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.
vec_deque_pop_if
needs-fcp
#145992
opened Aug 29, 2025 by
GrigorenkoPV
Loading…
[STACKED] Don't strip shebang in expr-ctxt This change is insta-stable, or significant enough to need a team FCP to proceed.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-clippy
Relevant to the Clippy team.
T-lang
Relevant to the language team
T-rustfmt
Relevant to the rustfmt team, which will review and decide on the PR/issue.
include!(…)
needs-fcp
[blocked on design] [PoC]: rustdoc (html): add support for variances
A-rustdoc-json
Area: Rustdoc JSON backend
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
S-tracking-design-concerns
Status: There are blocking design concerns.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Stabilize This change is insta-stable, or significant enough to need a team FCP to proceed.
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.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
substr_range
and related methods
needs-fcp
#141266
opened May 20, 2025 by
wr7
Loading…
Additional NonZero conversions
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
S-waiting-on-author
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.
#129036
opened Aug 13, 2024 by
clarfonthey
•
Draft
Implement This change is insta-stable, or significant enough to need a team FCP to proceed.
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.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
IntoIterator
for [&[mut]] Box<[T; N], A>
needs-fcp
#134021
opened Dec 8, 2024 by
WaffleLapkin
Loading…
Allow initializing This change is insta-stable, or significant enough to need a team FCP to proceed.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
S-waiting-on-documentation
Status: Waiting on approved PRs to documentation before merging
T-lang
Relevant to the language team
NonZero
with literals
needs-fcp
feat(rustdoc): stabilize This change is insta-stable, or significant enough to need a team FCP to proceed.
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.
--emit
flag
needs-fcp
#146220
opened Sep 5, 2025 by
weihanglo
Loading…
Add missing trait implementations for ScopedJoinHandle
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
O-unix
Operating system: Unix-like
O-windows
Operating system: Windows
S-waiting-on-author
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.
#136912
opened Feb 12, 2025 by
Rosdf
Loading…
Remove FromBytesWithNulErrorKind and make FromVecWithNulErrorKind more actionable
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
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.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#143163
opened Jun 28, 2025 by
PixelDust22
Loading…
Stabilise Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
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.
as_array
in [_]
and *const [_]
; stabilise as_mut_array
in [_]
and *mut [_]
.
A-LLVM
#147540
opened Oct 9, 2025 by
bjoernager
Loading…
change unsatisfiable trivial bounds detection
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
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.
#140313
opened Apr 25, 2025 by
lcnr
Loading…
Implement 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.
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-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
TryFrom<char>
for usize
.
disposition-merge
#146792
opened Sep 19, 2025 by
bjoernager
Loading…
Implement ExactSizeIterator for This change is insta-stable, or significant enough to need a team 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.
Zip<A, Repeat<B>>
needs-fcp
#146642
opened Sep 16, 2025 by
414owen
Loading…
Allow passing Area: Attributes (`#[…]`, `#![…]`)
A-cfg
Area: `cfg` conditional compilation
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
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.
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
S-waiting-on-t-lang
Status: Awaiting decision from T-lang
T-lang
Relevant to the language team
expr
metavariable to cfg
A-attributes
#146961
opened Sep 24, 2025 by
Jules-Bertholet
Loading…
Stop considering moved-out locals when computing auto traits for generators (rebased)
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
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-types
Relevant to the types team, which will review and decide on the PR/issue.
#128846
opened Aug 8, 2024 by
compiler-errors
Loading…
Opportunistically split 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-radar
Items that are on lang's radar and will need eventual work or consideration.
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
P-lang-drag-1
Lang team prioritization drag level 1. https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang
relnotes
Marks issues that should be documented in the release notes of the next release.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-lang
Relevant to the language team
to-announce
Announce this issue on triage meeting
!=
to successfully parse never type
disposition-merge
#145536
opened Aug 17, 2025 by
fmease
Loading…
Stabilize Items that are on lang's radar and will need eventual work or consideration.
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-lang
Relevant to the language team
offset_of_slice
I-lang-radar
#139673
opened Apr 11, 2025 by
jdonszelmann
Loading…
Impls and impl items inherit 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-nominated
Nominated for discussion during a lang team meeting.
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
P-lang-drag-1
Lang team prioritization drag level 1. https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
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
dead_code
lint level of the corresponding traits and trait items
disposition-merge
#144113
opened Jul 18, 2025 by
mu001999
Loading…
Add lint about redefining runtime symbols
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
I-lang-nominated
Nominated for discussion during a lang team meeting.
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
P-lang-drag-2
Lang team prioritization drag level 2.https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang.
S-waiting-on-t-lang
Status: Awaiting decision from T-lang
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team
#146505
opened Sep 13, 2025 by
Urgau
Loading…
Allow Area: Attributes (`#[…]`, `#![…]`)
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.
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
S-waiting-on-documentation
Status: Waiting on approved PRs to documentation before merging
S-waiting-on-fcp
Status: PR is in FCP and is awaiting for FCP to complete.
T-lang
Relevant to the language team
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#[must_use]
on associated types to warn on unused values in generic contexts
A-attributes
#142590
opened Jun 16, 2025 by
compiler-errors
Loading…
Implement consecutive type-relative paths
A-testsuite
Area: The testsuite used to check the correctness of rustc
A-tidy
Area: The tidy tool
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
rla-silenced
Silences rust-log-analyzer postings to the PR it's added on.
S-waiting-on-author
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)
T-types
Relevant to the types team, which will review and decide on the PR/issue.
Allow impl on projection
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#107263
opened Jan 24, 2023 by
GuillaumeGomez
Loading…
Add some conversion trait impls
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
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.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#145504
opened Aug 16, 2025 by
Jules-Bertholet
Loading…
Previous Next
ProTip!
What’s not been updated in a month: updated:<2025-09-15.