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 3 pull requests rollup A PR which is a rollup 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.
#158117 opened Jun 19, 2026 by jhpratt Member Loading…
[Experiment]: Test EII for RawOsError in core A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.
#158116 opened Jun 19, 2026 by bushrat011899 Contributor Draft
Rename UnevaluatedConst to AliasConst 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#158115 opened Jun 19, 2026 by Shourya742 Member Draft
Update actions/checkout action to v7 A-CI Area: Our Github Actions CI 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.
#158114 opened Jun 19, 2026 by renovate-bot Contributor Loading…
1 task
Update actions/upload-artifact action to v7.0.1 A-CI Area: Our Github Actions CI 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.
#158113 opened Jun 19, 2026 by renovate-bot Contributor Loading…
1 task
fix macro attribute feature-gate span 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.
#158110 opened Jun 19, 2026 by pbkx Contributor Loading…
Change EarlyCheckNode from a trait to an enum. 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.
#158109 opened Jun 18, 2026 by nnethercote Contributor Loading…
Update actions/download-artifact action to v8.0.1 A-CI Area: Our Github Actions CI 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.
#158108 opened Jun 18, 2026 by renovate-bot Contributor Loading…
1 task
Update actions/checkout action to v5.0.1 A-CI Area: Our Github Actions CI 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.
#158107 opened Jun 18, 2026 by renovate-bot Contributor Loading…
1 task
Expand diagnostic for attributes on macro calls A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#158106 opened Jun 18, 2026 by mejrs Contributor Loading…
Extract all instance shim variants into new ShimKind enum PG-exploit-mitigations Project group: Exploit mitigations 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.
#158105 opened Jun 18, 2026 by camelid Member Loading…
When compiling without a specified --edition, emit a note A-compiletest Area: The compiletest test runner A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#158102 opened Jun 18, 2026 by estebank Contributor Draft
Emit retags in codegen to support BorrowSanitizer (part 4) 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.
#158100 opened Jun 18, 2026 by icmccorm Contributor Loading…
rustc_llvm: Emit module summaries when using -Clto=fat 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 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.
#158099 opened Jun 18, 2026 by PiJoules Contributor Loading…
rustdoc: Fix sidebar heading order S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. 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.
#158085 opened Jun 18, 2026 by tyilo Contributor Loading…
-Znext-solver Emit error instead of ICE when combining {int, float} var with alias 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)
#158084 opened Jun 18, 2026 by ShoyuVanilla Member Loading…
Fix perf regression in Read::read_to_end on short reads due to not checking if the cursor has initialized bytes A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` 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.
#158083 opened Jun 18, 2026 by asder8215 Contributor Loading…
trait-system: Recover deferred closure calls after errors 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)
#158081 opened Jun 18, 2026 by Dnreikronos Contributor Loading…
Avoid unconditional deps from doc links 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.
#158080 opened Jun 18, 2026 by kevin-valerio Contributor Loading…
offload region 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.
#158076 opened Jun 18, 2026 by Sa4dUs Contributor Draft
Point to the unstable segment of an import path instead of to the whole path 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.
#158075 opened Jun 18, 2026 by oli-obk Contributor Loading…
bootstrap: fix panic when repo path contains spaces by switching to CARGO_ENCODED_RUSTFLAGS 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)
#158073 opened Jun 18, 2026 by Rohan-Singla Loading…
Add documentation for allow and cfg attributes. 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.
#158070 opened Jun 18, 2026 by kantnero Loading…
Document the behaviour of BTreeMap::extend 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.
#158069 opened Jun 18, 2026 by Timmmm Contributor Loading…
LLVM 23: Adapt codegen test to moved assume llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) 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.
#158067 opened Jun 18, 2026 by TimNN Contributor Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.