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

bootstrap: add bootstrap step to run stdarch-gen checks in 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#156674 opened May 17, 2026 by xonx4l Contributor Loading…
Privacy: fix effective visibility calculation for items reachable through RPIT S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#156673 opened May 17, 2026 by Bryanskiy Contributor Loading…
Misc improvements to coroutine transform code 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.
#156672 opened May 17, 2026 by cjgillot Contributor Loading…
DRAFT: inline formatting of floating points 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.
#156671 opened May 17, 2026 by pascaldekloe Contributor Loading…
Rollup of 14 pull requests A-CI Area: Our Github Actions CI A-compiletest Area: The compiletest test runner A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-rustc-dev-guide Area: rustc-dev-guide A-testsuite Area: The testsuite used to check the correctness of rustc F-explicit_tail_calls `#![feature(explicit_tail_calls)]` 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-clippy Relevant to the Clippy team. 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. 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.
#156670 opened May 17, 2026 by JonathanBrouwer Contributor Loading…
Evaluate Unevaluated const inside Const::Ty in valtree conversion 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.
#156669 opened May 17, 2026 by cijiugechu Member Loading…
Fix typo in format_into docs: signed -> unsigned 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.
#156668 opened May 17, 2026 by joshtriplett Member Loading…
Fix sample code for std::offload at usage.md A-rustc-dev-guide Area: rustc-dev-guide S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#156667 opened May 17, 2026 by sgasho Contributor Loading…
Clarify meaning of ranges in pointer offset docs 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.
#156666 opened May 17, 2026 by RalfJung Member Loading…
eagerly normalize goals before trying to evaluate them 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#156665 opened May 17, 2026 by lcnr Contributor Loading…
Avoid const generic recovery after doc comment in type 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.
#156664 opened May 17, 2026 by ManiSalahmand Loading…
Remove UncheckedIterator 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.
#156661 opened May 17, 2026 by theemathas Contributor Loading…
coverage: Build the expansion tree around SyntaxContext 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.
#156659 opened May 17, 2026 by Zalathar Member Loading…
Disable rust-analyzer tests on LLVM 21 A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#156655 opened May 17, 2026 by ehuss Contributor Loading…
Call visitor only in one place in bodies of folds for RangeInclusive 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.
#156654 opened May 17, 2026 by AngelicosPhosphoros Contributor Loading…
Update sysinfo version to 0.39.2 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)
#156653 opened May 17, 2026 by GuillaumeGomez Member Loading…
Stop using prefix_tys 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.
#156650 opened May 16, 2026 by dingxiangfei2009 Contributor Loading…
Expand async drops during drop elaboration 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.
#156649 opened May 16, 2026 by cjgillot Contributor Loading…
Change division to multiplication in floating-point midpoint 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.
#156647 opened May 16, 2026 by oscargus Loading…
Widen the result of widening_mul. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#156644 opened May 16, 2026 by bjoernager Contributor Loading…
Document run-make external dependencies A-run-make Area: port run-make Makefiles to rmake.rs 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.
#156643 opened May 16, 2026 by majiayu000 Loading…
wip offload frontend 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.
#156642 opened May 16, 2026 by Sa4dUs Contributor Draft
library: Fix std compilation for espidf target in unix::process 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.
#156638 opened May 16, 2026 by FelixLttks Loading…
minor rustc_mir_transform cleanup 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.
#156636 opened May 16, 2026 by Human9000-bit Contributor Loading…
rename unexpected_try_recover function 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.
#156635 opened May 16, 2026 by bb1yd Contributor Loading…
ProTip! Add no:assignee to see everything that’s not assigned.