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

Rename errors.rs file to diagnostics.rs (6/N) 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.
#157752 opened Jun 11, 2026 by GuillaumeGomez Member Loading…
include_str; do not point to the source of the included file on type 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.
#157751 opened Jun 11, 2026 by mejrs Contributor Loading…
rustc_public: make sure hidden fields have their accessors 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.
#157748 opened Jun 11, 2026 by makai410 Member Loading…
supports_c_variadic_definitions: extend checklist for new targets 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.
#157746 opened Jun 11, 2026 by RalfJung Member Loading…
ci: switch job-windows from windows-2025 => windows-2025-vs2026 runner images 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.
#157744 opened Jun 11, 2026 by jieyouxu Member Draft
rustdoc: correct doctest span for trailing semicolon after item 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.
#157740 opened Jun 11, 2026 by pbkx Contributor Loading…
Rollup of 31 pull requests A-CI Area: Our Github Actions CI 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 O-windows Operating system: Windows 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-clippy Relevant to the Clippy team. 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. 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)
#157739 opened Jun 11, 2026 by jhpratt Member Loading…
Support move expressions in coroutine closures 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.
#157738 opened Jun 11, 2026 by TaKO8Ki Member Loading…
1 of 2 tasks
Reorganize tests/ui/issues [7/N] 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.
#157737 opened Jun 11, 2026 by zedddie Contributor Loading…
Stabilize local_key_cell_update I-libs-api-nominated Nominated for discussion during a libs-api team meeting. S-waiting-on-t-libs-api Status: Awaiting decision from T-libs-api T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#157734 opened Jun 11, 2026 by tgross35 Contributor Loading…
Remove old FIXMEs about nocapture attribute 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.
#157733 opened Jun 10, 2026 by hanna-kruppe Contributor Loading…
PowerPC: Add intrinsic support for vec_add(vector_double) 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.
#157727 opened Jun 10, 2026 by lei137 Loading…
Keep generic suggestion for macro-expanded missing-type items 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.
#157725 opened Jun 10, 2026 by Dnreikronos Contributor Loading…
Check raw pointer pointee layout during codegen S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#157724 opened Jun 10, 2026 by scarab-systems Loading…
Move uninhabited unreachable code lint to rustc_mir_transform 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.
#157723 opened Jun 10, 2026 by cjgillot Contributor Loading…
Move create_scope_map to rustc_codegen_ssa. A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related 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.
#157722 opened Jun 10, 2026 by cjgillot Contributor Loading…
compiletest: Add testing for lint machinery at runtime A-compiletest Area: The compiletest test runner A-rustc-dev-guide Area: rustc-dev-guide 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#157721 opened Jun 10, 2026 by clubby789 Contributor Loading…
resolve: Partially revert "Remove a special case for dummy imports" beta-nominated Nominated for backporting to the compiler in the beta channel. 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.
#157719 opened Jun 10, 2026 by petrochenkov Contributor Loading…
Do not increase depth when evaluating nested goals of NormalizesTo 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)
#157718 opened Jun 10, 2026 by ShoyuVanilla Member Draft
update Enzyme, June'26 F-autodiff `#![feature(autodiff)]` S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#157716 opened Jun 10, 2026 by ZuseZ4 Member Loading…
Stop using a fn pointer to normalize_fn_sig inside TypeErrCtxt 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.
#157715 opened Jun 10, 2026 by cjgillot Contributor Loading…
Improve polymorphization of raw pointer formatting S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#157714 opened Jun 10, 2026 by hanna-kruppe Contributor Loading…
resolve: Remove exported imports from maybe_unused_trait_imports beta-nominated Nominated for backporting to the compiler in the beta channel. 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.
#157713 opened Jun 10, 2026 by petrochenkov Contributor Loading…
Stop using dlltool for generating import libraries on MinGW 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-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#157712 opened Jun 10, 2026 by bjorn3 Member Draft
Move proc-macro dlopen from proc-macro-srv to rustc_metadata 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-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#157711 opened Jun 10, 2026 by bjorn3 Member Loading…
ProTip! Add no:assignee to see everything that’s not assigned.