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

rustdoc: optimize impl sorting 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-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.
#157179 opened May 31, 2026 by nnethercote Contributor Draft
Rollup of 2 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.
#157177 opened May 31, 2026 by matthiaskrgr Member Loading…
Reorganize tests/ui/issues [2/N] 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.
#157176 opened May 31, 2026 by zedddie Contributor Loading…
Don't suggest semicolon after if expression closing brace 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.
#157175 opened May 30, 2026 by Unique-Usman Contributor Loading…
rustc-dev-guide subtree update A-rustc-dev-guide Area: rustc-dev-guide S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#157173 opened May 30, 2026 by tshepang Member Loading…
rustdoc: Separate the caches for synthetic auto trait & blanket impls S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.
#157171 opened May 30, 2026 by fmease Member Draft
Use impl restrictions in std, core O-apple Operating system: Apple / Darwin (macOS, iOS, tvOS, visionOS, watchOS) O-linux Operating system: Linux O-netbsd Operating system: NetBSD O-solaris Operating system: Solaris O-solid Operating System: SOLID O-unix Operating system: Unix-like O-windows Operating system: Windows 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.
#157170 opened May 30, 2026 by jhpratt Member Loading…
triagebot: Update messages to direct changes to appropriate repositories 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.
#157169 opened May 30, 2026 by xtqqczze Contributor Loading…
Stabilize RandomSource and DefaultRandomSource S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#157168 opened May 30, 2026 by joshtriplett Member Draft
Change type of async context parameter after state transform. 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.
#157166 opened May 30, 2026 by cjgillot Contributor Loading…
Async return ty 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.
#157165 opened May 30, 2026 by jdonszelmann Contributor Loading…
Fix CI free-disk-space-linux script A-CI Area: Our Github Actions CI 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#157159 opened May 30, 2026 by ehuss Contributor Loading…
Expose an API for polymorphic drop glue translation 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.
#157156 opened May 30, 2026 by Nadrieril Member Loading…
allow Allocators to be used as #[global_allocator]s I-libs-api-nominated Nominated for discussion during a libs-api team meeting. 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.
#157153 opened May 30, 2026 by joboet Member Loading…
JSON target specs: remove 'x86-softfloat' compatibility alias A-CI Area: Our Github Actions CI A-rust-for-linux Relevant for the Rust-for-Linux project 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#157151 opened May 30, 2026 by RalfJung Member Loading…
Codegen Overloaded LLVM intrinsics based on their name 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. T-libs Relevant to the library 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.
#157145 opened May 30, 2026 by sayantn Contributor Loading…
Prevent mutating the global environment pointer in CommandExt::exec and opt to use execve and resolve path manually O-unix Operating system: Unix-like 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.
#157144 opened May 30, 2026 by asder8215 Contributor Loading…
bootstrap: doc: document std crates one by one 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)
#157143 opened May 30, 2026 by Fabian-Gruenbichler Contributor Loading…
rustc_target: Use target_feature instead of cfg_abi to detect powerpcspe A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. O-PowerPC Target: PowerPC processors 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.
#157140 opened May 30, 2026 by taiki-e Member Draft
Add doc comment to Vec::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.
#157138 opened May 30, 2026 by Omnikar Contributor Loading…
rustc_target: Use +spe for powerpcspe targets A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. O-PowerPC Target: PowerPC processors 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.
#157137 opened May 30, 2026 by taiki-e Member Loading…
fix armv7a-none-eabihf tier doc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#157135 opened May 30, 2026 by cezarbbb Contributor Loading…
Add regression test for issue #144888 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.
#157131 opened May 30, 2026 by pbkx Contributor Loading…
Use a SmallVec in CastTarget 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.
#157130 opened May 29, 2026 by alexcrichton Member Loading…
ci: update download-artifact action to v8 A-CI Area: Our Github Actions CI 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#157129 opened May 29, 2026 by xtqqczze Contributor Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.