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

Don't suggest a binding rename for qualified path patterns 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.
#158055 opened Jun 17, 2026 by ChronoCoders Loading…
fix unresolved import suggestion before outer attributes 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.
#158054 opened Jun 17, 2026 by pbkx Contributor Draft
Optimize network address parser 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.
#158053 opened Jun 17, 2026 by niklasf Contributor Loading…
Document with_added_extension edge cases 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.
#158051 opened Jun 17, 2026 by Timmmm Contributor Loading…
rustdoc: remove more @ts-expect-error from main.js A-rustdoc-js Area: Rustdoc's JS front-end 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.
#158049 opened Jun 17, 2026 by lolbinarycat Contributor Loading…
Revert "add regression test for Redundant memory strores with mut parameters in by-value returns" 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.
#158048 opened Jun 17, 2026 by Filiprogrammer Contributor Loading…
Rollup of 12 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-meta Area: Issues & PRs about the rust-lang/rust repository itself PG-exploit-mitigations Project group: Exploit mitigations 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#158047 opened Jun 17, 2026 by JonathanBrouwer Contributor Loading…
proc_macro: preserve file module spans for inner attrs 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.
#158046 opened Jun 17, 2026 by Dnreikronos Contributor Loading…
Add more tests for parallel frontend issues 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.
#158044 opened Jun 17, 2026 by petrochenkov Contributor Loading…
Outline part of evaluate_goal_raw into its own #[cold] 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#158042 opened Jun 17, 2026 by jdonszelmann Contributor Loading…
Strip paramenv v2 perf-regression Performance regression. 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)
#158041 opened Jun 17, 2026 by jdonszelmann Contributor Draft
Allow getting opaque types for ctors and variants 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.
#158040 opened Jun 17, 2026 by jdonszelmann Contributor Loading…
c-variadic: test that we use equality up to free lifetimes F-c_variadic `#![feature(c_variadic)]` 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.
#158039 opened Jun 17, 2026 by folkertdev Contributor Loading…
Split register_tool into register_attribute_tool and register_lint_tool A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#158038 opened Jun 17, 2026 by nbdd0121 Member Loading…
Add -Zinstrument-mcount=fentry to -Zinstrument-mcount 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.
#158036 opened Jun 17, 2026 by pmur Contributor Loading…
Recursion stack for detecting cyclic imports 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.
#158035 opened Jun 17, 2026 by LorrensP-2158466 Contributor Loading…
Fix reborrow source expression visits 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.
#158034 opened Jun 17, 2026 by kevin-valerio Loading…
Offload expose device selection 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.
#158032 opened Jun 17, 2026 by Sa4dUs Contributor Draft
Implement param bounds on non-lifetime binders S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#158031 opened Jun 17, 2026 by makai410 Member Draft
Do not mark BPF extern C returns as zeroext 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.
#158030 opened Jun 17, 2026 by kevin-valerio Loading…
Rename project-stable-mir to project-rustc-public 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-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.
#158029 opened Jun 17, 2026 by makai410 Member Loading…
RegionValues: disable unnecessary range check 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.
#158026 opened Jun 17, 2026 by amandasystems Contributor Loading…
experiment: remove lower_to_hir query perf-regression Performance regression. 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.
#158024 opened Jun 17, 2026 by aerooneqq Contributor Draft
Move UnusedDuplicate diag struct to rustc_attr_parsing 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.
#158023 opened Jun 17, 2026 by JonathanBrouwer Contributor Loading…
Remove old MinGW workaround 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.
#158021 opened Jun 17, 2026 by mati865 Member Draft
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.