- 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
Rename "non-inline module" to "file module" in proc macro diagnostics 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.
#147438 opened Oct 7, 2025 by reddevilmidzy Loading…
Add check if span is from macro expansion 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.
#147421 opened Oct 6, 2025 by Kivooeo Loading…
Avoid suggesting constrain the associated type to a trait 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.
#147362 opened Oct 5, 2025 by chenyukang Loading…
recommend using a HashMap if a HashSet's second generic parameter doesn't implement BuildHasher 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.
#147171 opened Sep 30, 2025 by Qelxiros 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. 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. S-waiting-on-t-lang Status: Awaiting decision from T-lang T-lang Relevant to the language team to-announce Announce this issue on triage meeting
expr
metavariable to cfg
A-attributes #146961 opened Sep 24, 2025 by Jules-Bertholet 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 Loading…
Elaborate destruct host effect clauses with structurally implied clauses 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#144856 opened Aug 3, 2025 by ShoyuVanilla Loading…
Constify trait aliases 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-rustfmt Relevant to the rustfmt team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#144291 opened Jul 22, 2025 by oli-obk 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 Loading…
Mark 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 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.
PartialEq
as #[rustc_trivial_field_reads]
S-waiting-on-author #143487 opened Jul 5, 2025 by GrigorenkoPV Loading…
diag: improvements to patterns in bare fn ptr and trait decl 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.
#143469 opened Jul 5, 2025 by Ezrashaw 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 Loading…
Stabilize 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-lang Relevant to the language team
feature(more_qualified_paths)
S-blocked #141922 opened Jun 2, 2025 by WaffleLapkin Loading…
Stabilize Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-rustc-dev-guide Area: rustc-dev-guide A-testsuite Area: The testsuite used to check the correctness of rustc A-tidy Area: The tidy tool 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. 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-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. 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-clippy Relevant to the Clippy team. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. T-lang Relevant to the language team WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
if let
guards (feature(if_let_guard)
) A-LLVM #141295 opened May 20, 2025 by Kivooeo Loading…
7 of 8 tasks
Try to integrate fork of Chili parallel runtime A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#140206 opened Apr 23, 2025 by zetanumbers • Draft
Tweak 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.
VecCache
to improve performance perf-regression #138405 opened Mar 12, 2025 by Zoxc 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 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.