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

Tweaks to MIR building scope API 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.
#158706 opened Jul 2, 2026 by cjgillot Contributor Loading…
Use IncreaseDepth::No for normalizes-to goal itself instead of its nested goals 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-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)
#158705 opened Jul 2, 2026 by ShoyuVanilla Member Draft
Optimize ArrayChunks::try_rfold with DoubleEndedIterator::next_chunk_back 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.
#158704 opened Jul 2, 2026 by asder8215 Contributor Loading…
diagnostics: suggest type annotation for closure params on HRTB FnOnce mismatch 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.
#158701 opened Jul 2, 2026 by Rohan-Singla Contributor Loading…
Rollup of 22 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-CI Area: Our Github Actions CI A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc 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. T-infra Relevant to the infrastructure 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)
#158700 opened Jul 2, 2026 by JonathanBrouwer Contributor Loading…
Update TypeVisitable implementation 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.
#158698 opened Jul 2, 2026 by addiesh Loading…
Fixes for QNX SDP 8 A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc O-unix Operating system: Unix-like 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.
#158697 opened Jul 2, 2026 by jonathanpallant Contributor Loading…
Rename some body_id to body_def_id 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)
#158696 opened Jul 2, 2026 by camsteffen Contributor Loading…
Replace CrateDump with the Debug impl from CStore 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.
#158695 opened Jul 2, 2026 by blyxyas Member Loading…
Positive test for closures needing expectations 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.
#158694 opened Jul 2, 2026 by jdonszelmann Contributor Loading…
Add type-check to offload intrinisc 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.
#158693 opened Jul 2, 2026 by Sa4dUs Contributor Loading…
Add release notes for 1.96.1 S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#158692 opened Jul 2, 2026 by ehuss Contributor Loading…
Update cargo submodule S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#158691 opened Jul 2, 2026 by weihanglo Member Loading…
delegation: support mapping of all arguments with Self type F-fn_delegation `#![feature(fn_delegation)]` 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.
#158690 opened Jul 2, 2026 by aerooneqq Contributor Draft
resolver: don't use Finalize when resolving visibilities during AST expansion 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.
#158689 opened Jul 2, 2026 by LorrensP-2158466 Contributor Loading…
Cleanup attribute docs and add links to other mentioned attributes S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#158688 opened Jul 2, 2026 by GuillaumeGomez Member Loading…
Streamline MacEager 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.
#158687 opened Jul 2, 2026 by nnethercote Contributor Loading…
Add missing generic test coverage for #[splat] F-splat `#![feature(splat)]` 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.
#158684 opened Jul 2, 2026 by Ajay-singh1 Contributor Loading…
Avoid delayed bug for disabled on_type_error arguments A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#158682 opened Jul 2, 2026 by TaKO8Ki Member Loading…
Remove unnecessary Hash derives from MIR types 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.
#158681 opened Jul 2, 2026 by nnethercote Contributor Loading…
Avoid ICE for NonZero<char> in improper_ctypes 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.
#158680 opened Jul 2, 2026 by TaKO8Ki Member Loading…
Document blocking guarantees for std::sync 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.
#158679 opened Jul 2, 2026 by cyexclam Loading…
Add extra splat tests F-splat `#![feature(splat)]` 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.
#158677 opened Jul 2, 2026 by teor2345 Contributor Loading…
library: Polish transmute's split_at_stdlib example S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#158674 opened Jul 1, 2026 by workingjubilee Member Loading…
Move tests batch 17 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.
#158671 opened Jul 1, 2026 by danieljofficial Contributor Loading…
ProTip! What’s not been updated in a month: updated:<2026-06-02.