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

Yarn lock file maintenance S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#160264 opened Jul 31, 2026 by renovate-bot Contributor Loading…
1 task
Library lock file maintenance 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.
#160262 opened Jul 31, 2026 by renovate-bot Contributor Loading…
1 task
Cargo lock file maintenance 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#160261 opened Jul 31, 2026 by renovate-bot Contributor Loading…
1 task
EC2 runner test A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#160257 opened Jul 31, 2026 by Kobzol Member Draft
[PERF] rerun even if the goal has ty vars 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)
#160254 opened Jul 31, 2026 by adwinwhite Contributor Draft
Add CI job for checking stdlib semver compatibility 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#160253 opened Jul 31, 2026 by Kobzol Member Loading…
[DRAFT] Skip check_mod_deathness when not needed 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.
#160252 opened Jul 31, 2026 by joshtriplett Member Draft
Replace unsafe usage of NonNull::new_unchecked with NonNull::from_mut 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.
#160251 opened Jul 31, 2026 by ArhanChaudhary Contributor Loading…
When issuing suggestions for missing trait items, label unstable items 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.
#160250 opened Jul 31, 2026 by joshtriplett Member Loading…
Add GAT for lending yield coroutine 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.
#160249 opened Jul 31, 2026 by ValorZard Draft
perf: Store small bitsets inline in DenseBitSet 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.
#160248 opened Jul 31, 2026 by xmakro Contributor Draft
Configure backport nominations for rustfmt A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustfmt Relevant to the rustfmt team, which will review and decide on the PR/issue.
#160247 opened Jul 31, 2026 by jieyouxu Member Loading…
dont fire unused_mut on &pin mut self 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.
#160246 opened Jul 31, 2026 by Albab-Hasan Contributor Loading…
perf: Avoid a heap allocation per basic block in MoveData's location maps 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.
#160245 opened Jul 31, 2026 by xmakro Contributor Draft
Rename splat to rustc_splat in error messages A-attributes Area: Attributes (`#[…]`, `#![…]`) A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) A-resolve Area: Name/path resolution done by `rustc_resolve` specifically F-splat `#![feature(splat)]` https://github.com/rust-lang/rust/issues/153629 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.
#160244 opened Jul 31, 2026 by teor2345 Contributor Loading…
tests: cover turbofish array length diagnostic 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.
#160241 opened Jul 31, 2026 by tomatotomata Loading…
Fix Path::with_extension dropping the file name for ..X 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.
#160240 opened Jul 30, 2026 by lazureykis Contributor Loading…
check wf before const-evaluating 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)
#160237 opened Jul 30, 2026 by zedddie Contributor Draft
Disallow ambiguous attributes on expressions (take 2) 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.
#160235 opened Jul 30, 2026 by petrochenkov Contributor Loading…
Bubble bad path error while parsing field to avoid unecessary second 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.
#160233 opened Jul 30, 2026 by estebank Contributor Loading…
CFI: Cover each InstanceKind explicitly and reorganize UI tests A-control-flow-integrity Area: Control Flow Integrity (CFI) security mitigation A-tidy Area: The tidy tool PG-exploit-mitigations Project group: Exploit mitigations 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.
#160230 opened Jul 30, 2026 by rcvalle Member Loading…
Extend dropping_{references,copy_types} lints to drop_in_place I-lang-nominated Nominated for discussion during a lang team meeting. S-waiting-on-t-lang Status: Awaiting decision from T-lang 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.
#160229 opened Jul 30, 2026 by Urgau Member Loading…
Add #[rustc_edition_redirect] A-attributes Area: Attributes (`#[…]`, `#![…]`) A-resolve Area: Name/path resolution done by `rustc_resolve` specifically 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.
#160227 opened Jul 30, 2026 by Amanieu Member Loading…
Elaborate clauses before filtering them in ImpossibleClauses. 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.
#160226 opened Jul 30, 2026 by cjgillot Contributor Loading…
Refactor: shrink region ext traits 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#160220 opened Jul 30, 2026 by Jamesbarford Contributor Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.