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 11 pull requests A-LLVM 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 rollup A PR which is a rollup 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-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)
#161093 opened Aug 14, 2026 by JonathanBrouwer Contributor Loading…
suppress projection errors already covered by a trait error 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)
#161088 opened Aug 14, 2026 by Albab-Hasan Contributor Loading…
add crashtests [3/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.
#161086 opened Aug 14, 2026 by cyrgani Contributor Loading…
bootstrap: Restrict the normalization of relative paths 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)
#161085 opened Aug 14, 2026 by Zalathar Member Loading…
Add regression test for test_case attribute on a use item 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.
#161084 opened Aug 14, 2026 by zakrad Contributor Loading…
Revert "Add regression test for const fn returning Vec of boxed dyn Any" 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.
#161083 opened Aug 14, 2026 by zakrad Contributor Loading…
Overhaul CoroutineKind 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-rustfmt Relevant to the rustfmt team, which will review and decide on the PR/issue.
#161082 opened Aug 14, 2026 by nnethercote Contributor Loading…
Add intrinsics for integer minimum and maximum 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-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.
#161081 opened Aug 14, 2026 by scottmcm Member Draft
propagate RerunNonErased in projection_may_match 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)
#161080 opened Aug 14, 2026 by zedddie Contributor Loading…
bootstrap: Clean up imports related to define_config! and check_ci_llvm! 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)
#161079 opened Aug 14, 2026 by Zalathar Member Loading…
Overhaul features-status-dump S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#161078 opened Aug 13, 2026 by Kat-zorn Contributor Loading…
Avoid allocations when canonicalizing perf-regression Performance regression. 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)
#161077 opened Aug 13, 2026 by nnethercote Contributor Loading…
update bpf abi to match Clang 23 O-eBPF Target: I heard you liked code execution so I put some code execution in your code execution 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.
#161076 opened Aug 13, 2026 by folkertdev Contributor Loading…
Skip empty projections in UnDerefer 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.
#161074 opened Aug 13, 2026 by tachsin Loading…
Add regression test for path printing with infinitely many visible names 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.
#161073 opened Aug 13, 2026 by zakrad Contributor Loading…
Preserve Layout size range in its representation 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.
#161072 opened Aug 13, 2026 by SomeFlyingThing Contributor Loading…
Optimize CharIndices offset consumers 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.
#161071 opened Aug 13, 2026 by SomeFlyingThing Contributor Loading…
fix arm homogeneous aggregate ABI O-Arm Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state 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.
#161070 opened Aug 13, 2026 by folkertdev Contributor Loading…
Optimize checked_next_power_of_two consumers 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.
#161069 opened Aug 13, 2026 by SomeFlyingThing Contributor Loading…
Ensure TLS accesses don't call the global allocator through panic (part 3) O-SGX Target: SGX 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.
#161068 opened Aug 13, 2026 by maxdexh Contributor Loading…
Optimize offset_from_unsigned result bounds 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.
#161063 opened Aug 13, 2026 by SomeFlyingThing Contributor Loading…
std: simplify SGX's UnsafeList O-SGX Target: SGX 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.
#161060 opened Aug 13, 2026 by joboet Member Loading…
Silence unecessary errors on Vec<foo::Bar> to Vec<foo:Bar> typo 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.
#161057 opened Aug 13, 2026 by estebank Contributor Loading…
Add regression test for borrow of array drop type in const 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.
#161053 opened Aug 13, 2026 by zakrad Contributor Loading…
Add regression test for generic inference 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.
#161052 opened Aug 13, 2026 by lsunsi Contributor Loading…
ProTip! Filter pull requests by the default branch with base:main.