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

Rollup of 15 pull requests A-compiletest Area: The compiletest test runner A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-testsuite Area: The testsuite used to check the correctness of rustc PG-exploit-mitigations Project group: Exploit mitigations rollup A PR which is a rollup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. 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-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)
#162188 opened Sep 2, 2026 by Zalathar Member Loading…
Rename thir::ExprKind::Use to ValueExpr 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.
#162187 opened Sep 2, 2026 by Zalathar Member Loading…
Suggest wrapping in a closure instead of call parens when a method is passed where an Fn callable is expected 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.
#162185 opened Sep 2, 2026 by Yogeshwaran-Projects Loading…
Rollup of 3 perf-sensitive pull requests rollup A PR which is a rollup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. 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)
#162183 opened Sep 2, 2026 by JonathanBrouwer Member Loading…
skip stale stalled obligations during ambiguity collection 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)
#162182 opened Sep 2, 2026 by amirHdev Contributor Draft
Remove wrong UnusedBraces lint for iterator loop in edition 2024 L-unused_braces Lint: unused_braces S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#162181 opened Sep 2, 2026 by chenyukang Member Loading…
remove outdated next-solver FIXMEs 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.
#162180 opened Sep 2, 2026 by lcnr Contributor Loading…
type system const items via direct rhs 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)
#162179 opened Sep 2, 2026 by khyperia Member Loading…
arc: improve codegen of drop 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.
#162178 opened Sep 2, 2026 by ruriww Loading…
Properly implement the gpu-kernel ABI for amdgpu A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#162177 opened Sep 2, 2026 by Flakebi Contributor Loading…
Clean up some small things related to lint ambiguous_glob_imported_traits C-cleanup Category: PRs that clean code up or issues documenting cleanup. 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.
#162176 opened Sep 2, 2026 by fmease Member Loading…
Try is never 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#162174 opened Sep 2, 2026 by MusicalNinjaDad Draft
fix supposedly unreachable bug! being reachable S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#162173 opened Sep 2, 2026 by khyperia Member Loading…
mention the opaque when its hidden type cannot be inferred 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#162172 opened Sep 2, 2026 by Albab-Hasan Contributor Loading…
Explain LoongArch f16 NaN-boxing in inline asm A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#162171 opened Sep 2, 2026 by heiher Contributor Loading…
bootstrap: use target's LLVM libdir when cross-compiling 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)
#162170 opened Sep 2, 2026 by heiher Contributor Loading…
rustdoc: detect docs that use re-export concat 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.
#162169 opened Sep 2, 2026 by notriddle Contributor Draft
fix ICE in project_goals/inherent S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. 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)
#162168 opened Sep 2, 2026 by khyperia Member Loading…
core: Make most atomic functions generic 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.
#162167 opened Sep 2, 2026 by nahla-nee Loading…
perf: Do not reevaluate goals on the changes on the very opaques registered by them 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)
#162166 opened Sep 2, 2026 by ShoyuVanilla Member Draft
Add regression tests for issues marked fixed-by-next-solver (3/N) 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.
#162165 opened Sep 2, 2026 by Randl Contributor Loading…
Revert "Implement Debug for C-like enums with a concatenated string" beta-nominated Nominated for backporting to the compiler in the beta channel. 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.
#162164 opened Sep 2, 2026 by nnethercote Contributor Loading…
Don't special-case ! in stability checks anymore S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#162162 opened Sep 1, 2026 by GrigorenkoPV Contributor Loading…
turn aligned-in-packed error into lint 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-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.
#162160 opened Sep 1, 2026 by RalfJung Member Loading…
trait_solver: Add minimal coroutine binder assumptions 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)
#162159 opened Sep 1, 2026 by Dnreikronos Contributor Draft
ProTip! Type g i on any issue or pull request to go back to the issue listing page.