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

Cache block seeking results for initialized_at_terminator and _exit 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.
#162450 opened Sep 8, 2026 by jackh726 Member Loading…
Prefer removing a redundant shared reference over reborrow 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.
#162449 opened Sep 8, 2026 by chenyukang Member Loading…
Fix ICE emitted when unsized parameters are passed to functions with x86-interrupt ABI. F-explicit_tail_calls `#![feature(explicit_tail_calls)]` 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.
#162448 opened Sep 7, 2026 by Siech0 Loading…
Fix myself on .mailmap once and for all A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#162447 opened Sep 7, 2026 by blyxyas Member Loading…
Prevent should-fail to be used in rustdoc-ui testsuite A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#162446 opened Sep 7, 2026 by GuillaumeGomez Member Loading…
Make std::fs::{File, ReadDir, DirEntry} always needs_drop even when unsupported. 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.
#162444 opened Sep 7, 2026 by kpreid Contributor Loading…
Retain TypeRelating errors in nested goals for BestObligationVisitor:: non_trivial_candidates 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)
#162443 opened Sep 7, 2026 by LorrensP-2158466 Contributor Loading…
trait_solver: Preserve concrete candidates in ambiguous ORs 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-types Relevant to the types team, which will review and decide on the PR/issue.
#162442 opened Sep 7, 2026 by Dnreikronos Contributor Loading…
Update books S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#162439 opened Sep 7, 2026 by rustbot Collaborator Loading…
fix(traits): Remove expression references from index suggestions 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.
#162437 opened Sep 7, 2026 by NuclEnergy Loading…
windows-gnu: document libgcc requirement S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#162435 opened Sep 7, 2026 by mati865 Member Loading…
Forward CfgTrace attributes on EII items 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.
#162433 opened Sep 7, 2026 by sleepycatcoding Loading…
Improve diagnostics for non-well-formed associated items 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)
#162432 opened Sep 7, 2026 by ozankenangungor Contributor Loading…
Add merge yields pass 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.
#162429 opened Sep 7, 2026 by diondokter Member Loading…
Pin the number of frontend threads while gathering PGO to 1 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#162428 opened Sep 7, 2026 by Kobzol Member Loading…
Add counter to self profiler path generation. 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.
#162426 opened Sep 7, 2026 by davidv1992 Contributor Loading…
coverage: Migrate branch coverage to use CoveragePoint and HIR analysis A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) 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.
#162425 opened Sep 7, 2026 by Zalathar Member Loading…
Rename the src install build step to rust-src. 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)
#162423 opened Sep 7, 2026 by davidv1992 Contributor Loading…
[BENCH] remove CacheCell and CacheRefCell aliases and directly use Lock and RwLock 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.
#162418 opened Sep 7, 2026 by LorrensP-2158466 Contributor Loading…
Make min/max and copysign intrinsics generic A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#162414 opened Sep 7, 2026 by N1ark Member Loading…
Fix msvc-specific differences in debuginfo tests 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.
#162412 opened Sep 7, 2026 by Walnut356 Contributor Loading…
Make Receiver #[rustc_dyn_incompatible_trait] A-dyn-compatibility Area: Dyn compatibility (formerly: object safety) F-arbitrary_self_types `#![feature(arbitrary_self_types)]` 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.
#162411 opened Sep 7, 2026 by Darksonn Member Loading…
Fix gap in const stability checks around intrinsics 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.
#162409 opened Sep 7, 2026 by RalfJung Member Loading…
add crashtests [7/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.
#162408 opened Sep 7, 2026 by cyrgani Contributor Loading…
make Destruct trait coinductive 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)
#162399 opened Sep 7, 2026 by RedDaedalus Contributor Draft
ProTip! no:milestone will show everything without a milestone.