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 2 pull requests 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-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.
#154842 opened Apr 5, 2026 by JonathanBrouwer Loading…
add regression test for Redundant memory strores with mut parameters … 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.
#154841 opened Apr 5, 2026 by Kcang-gna Loading…
allow windows-gnu targets to embed gdb visualizer scripts 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.
#154840 opened Apr 5, 2026 by Walnut356 Loading…
Link LLVM dynamically on aarch64-apple-darwin dist A-CI Area: Our Github Actions CI A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#154839 opened Apr 5, 2026 by sgasho Draft
Rollup of 5 pull requests 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.
#154838 opened Apr 5, 2026 by Zalathar Loading…
library: std: motor: use OS' process::exit in abort_internal 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.
#154837 opened Apr 5, 2026 by lasiotus Loading…
std::offload sharedmem A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-tidy Area: The tidy tool 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#154835 opened Apr 5, 2026 by ZuseZ4 Draft
Stabilize tcp_deferaccept 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.
#154834 opened Apr 5, 2026 by JohnTitor Loading…
resolve: use #[doc(alias)] to improve function resolution diagnostics 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.
#154833 opened Apr 4, 2026 by Unique-Usman Loading…
Change implementation of remove_dir_all from recursive to an iterative version 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.
#154829 opened Apr 4, 2026 by asder8215 Loading…
distinguish "expected a single argument" and "expected an argument" on attribute parsing 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.
#154827 opened Apr 4, 2026 by scrabsha Draft
constify Step for NonZero<u*> 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.
#154825 opened Apr 4, 2026 by Lars-Schumann Loading…
Replace the spdx-rs dependency with a minimal in-tree SPDX tag-value parser S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#154823 opened Apr 4, 2026 by jakubadamw Loading…
Add three tests for fixed issues (two ICEs and one coherence checking failure that now passes) 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.
#154821 opened Apr 4, 2026 by jakubadamw Loading…
Fix ICE for inherent associated type mismatches 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.
#154819 opened Apr 4, 2026 by cijiugechu Loading…
Update Fira Mono License Information 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.
#154812 opened Apr 4, 2026 by kaepr Loading…
adds better error message for temporary value does not live long enough 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.
#154810 opened Apr 4, 2026 by Hiryxx Loading…
Post-attribute ports cleanup pt. 1 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.
#154808 opened Apr 4, 2026 by JonathanBrouwer Loading…
add regression test for 119686 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.
#154807 opened Apr 4, 2026 by WilliamTakeshi Loading…
Fix ICE when reporting host-effect errors for const Fn HRTBs in next trait solver 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)
#154804 opened Apr 4, 2026 by cijiugechu Loading…
Fix ICE from cfg_attr_trace 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-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#154803 opened Apr 4, 2026 by chenyukang Loading…
add regression test for EII declaration conflicting with constructor 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.
#154799 opened Apr 4, 2026 by Kcang-gna Loading…
Add more info about where autodiff can be applied 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.
#154795 opened Apr 4, 2026 by ZuseZ4 Loading…
Add on_incomplete_macro_args 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#154794 opened Apr 4, 2026 by chenyukang Loading…
Add regression test for #132767 (try_normalize_erasing_regions ICE) 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.
#154792 opened Apr 3, 2026 by Herrtian Loading…
ProTip! Adding no:label will show everything without a label.