Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

resolve: Do not finalize shadowed bindings A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) O-unix Operating system: Unix-like S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#145113 opened Aug 8, 2025 by petrochenkov Loading…
E0793: Clarify that it applies to unions as well 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.
#144944 opened Aug 5, 2025 by He1pa Loading…
fix: Reject async assoc fns of #[const_trait] in ast_passes PG-const-traits Project group: Const traits 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.
#144907 opened Aug 4, 2025 by ShoyuVanilla Loading…
Elaborate destruct host effect clauses with structurally implied clauses 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-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 Eq, Ord, PartialOrd 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#144847 opened Aug 3, 2025 by Randl Loading…
Don't warn on never to any as casts as unreachable disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. F-never_type `#![feature(never_type)]` 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. L-unreachable_code Lint: unreachable_code S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-lang Relevant to the language team
#144804 opened Aug 2, 2025 by WaffleLapkin Loading…
Fix test intrinsic-raw_eq-const-bad for big-endian 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.
#144631 opened Jul 29, 2025 by fneddy Loading…
add AnonConstKind to non_trivial_const_arg diagnostics 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.
#144324 opened Jul 22, 2025 by dvtkrlbs Draft
Constify trait aliases S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#144291 opened Jul 22, 2025 by oli-obk Loading…
Supress swapping lhs and rhs in equality suggestion in extern macro 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.
#144266 opened Jul 21, 2025 by xizheyin Loading…
Don't require eh_personality lang item on targets that have a personality 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.
#143893 opened Jul 13, 2025 by ChrisDenton Loading…
Also hash spans inside the same file as relative. A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) perf-regression Performance regression. 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.
#143882 opened Jul 13, 2025 by cjgillot Loading…
Add impl const for Clone 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.
#143628 opened Jul 8, 2025 by Randl Loading…
[experiment] first draft of init array syntax 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-clippy Relevant to the Clippy team. 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-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)
#143553 opened Jul 7, 2025 by dingxiangfei2009 Draft
Do not visit impl-trait when looking for self-type elision. 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.
#143450 opened Jul 4, 2025 by cjgillot Loading…
Fix diagnostics str::replace comma to bar 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.
#143331 opened Jul 2, 2025 by A4-Tacks Loading…
Avoid loading HIR for check_well_formed on type declarations 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.
#143328 opened Jul 2, 2025 by oli-obk Loading…
add reference id to test, and fix filename 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.
#143314 opened Jul 2, 2025 by tshepang Loading…
Add coroutine info to v0 symbol mangling (via DefPath/DefPathData) 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#143259 opened Jun 30, 2025 by sharnoff Loading…
Do not suggest compatible variants inside macro 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.
#142611 opened Jun 17, 2025 by xizheyin Loading…
Detect missing derive on unresolved attribute even when not imported 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.
#142487 opened Jun 14, 2025 by estebank Loading…
Add note when inherent impl for a alias type defined outside of the crate 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.
#142415 opened Jun 12, 2025 by xizheyin Loading…
docs: autogenerate compiler flag stubs based on -Zhelp 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.
#142135 opened Jun 7, 2025 by rmehri01 Loading…
apply_member_constraints: fix placeholder check 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. 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-types Relevant to the types team, which will review and decide on the PR/issue. to-announce Announce this issue on triage meeting
#142071 opened Jun 5, 2025 by lcnr Loading…
Allow &raw [mut | const] for union field in safe 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-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. T-lang Relevant to the language team
#141469 opened May 23, 2025 by Kivooeo Loading…
4 tasks done
ProTip! Filter pull requests by the default branch with base:master.