-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Keep dyn-compatible final methods in the vtable
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.
#153696
opened Mar 11, 2026 by
mu001999
Member
Loading…
Fix ICE when using Iterator in const contexts
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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#152242
opened Feb 6, 2026 by
xonx4l
Contributor
Loading…
Add regression test for #90815 and improve Area: Issues & PRs about the rust-lang/rust repository itself
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
panicking() docs
A-meta
#151675
opened Jan 26, 2026 by
Airyshtoteles
Loading…
Fix debug assertion ICE in suggest_remove_deref with empty span
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.
#151508
opened Jan 22, 2026 by
zzjas
Contributor
Loading…
Add very basic "comptime" fn implementation
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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-compiler
Relevant to the compiler 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.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
T-rustfmt
Relevant to the rustfmt team, which will review and decide on the PR/issue.
#148820
opened Nov 11, 2025 by
oli-obk
Contributor
Loading…
Stabilize the Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins)
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
relnotes
Marks issues that should be documented in the release notes of the next release.
S-waiting-on-documentation
Status: Waiting on approved PRs to documentation before merging
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
T-types
Relevant to the types team, which will review and decide on the PR/issue.
supertrait_item_shadowing feature
A-compiler-builtins
#148605
opened Nov 6, 2025 by
Amanieu
Member
Loading…
Consider Area: Lints (warnings about flaws in source code) such as unused_mut.
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
L-unused_must_use
Lint: unused_must_use
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.
relnotes
Marks issues that should be documented in the release notes of the next release.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
T-lang
Relevant to the language team
Result<T, Uninhabited> and ControlFlow<Uninhabited, T> to be equivalent to T for must use lint
A-lints
#148214
opened Oct 28, 2025 by
WaffleLapkin
Member
Loading…
Suppress suggest try wrap when found is unresolved infer
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.
#145707
opened Aug 21, 2025 by
xizheyin
Member
Loading…
Allow Clippy to define duplicate extra symbols
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
T-compiler
Relevant to the compiler 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.
#143596
opened Jul 7, 2025 by
Alexendoo
Member
Loading…
Lint against 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 to &mut T and &T to &UnsafeCell<T> transmutes (rebase)
S-waiting-on-author
#143343
opened Jul 2, 2025 by
GrigorenkoPV
Contributor
•
Draft
Stabilize 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
feature(more_qualified_paths)
S-waiting-on-author
#141922
opened Jun 2, 2025 by
WaffleLapkin
Member
Loading…
-Zc-char-type=unsigned|signed|default flag for c_char->u8/i8 selection override
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Set mmapped files as readonly to prevent other processes from modifying it by accident
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#137025
opened Feb 14, 2025 by
oli-obk
Contributor
Loading…
[WIP] Use weak linkage instead of compiler generated shims
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-run-make
Area: port run-make Makefiles to rmake.rs
PG-exploit-mitigations
Project group: Exploit mitigations
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
ProTip!
Follow long discussions with comments:>50.