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

Add regression test for ICE #138710 (min_generic_const_args) 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.
#147218 opened Oct 1, 2025 by ManojJiSharma Loading…
Don't create a top-level true directory when running UI tests A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc 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.
#147217 opened Oct 1, 2025 by Zalathar Loading…
Send recv msg 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.
#147215 opened Oct 1, 2025 by poscat0x04 Draft
Fix broken STD build for ESP-IDF S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#147213 opened Oct 1, 2025 by ivmarkov Loading…
rust-analyzer subtree update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#147210 opened Oct 1, 2025 by lnicola Loading…
Remove no-remap-src-base from tests 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.
#147209 opened Oct 1, 2025 by jieyouxu Loading…
refactor: Move to anstream + anstyle for styling 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. S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#147207 opened Oct 1, 2025 by Muscraft Draft
Implement profiling for compiler-generated move/copy operations 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.
#147206 opened Oct 1, 2025 by jsgf Loading…
Add a new wasm32-wasip3 target to Rust 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#147205 opened Sep 30, 2025 by alexcrichton Loading…
Refactor ArrayWindows to use a slice 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.
#147204 opened Sep 30, 2025 by camsteffen Loading…
Swap order of resolve_coroutine_interiors and handle_opaque_type_uses 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.
#147202 opened Sep 30, 2025 by jdonszelmann Loading…
Fix autodiff empty ret regression A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. F-autodiff `#![feature(autodiff)]` 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.
#147200 opened Sep 30, 2025 by ZuseZ4 Loading…
remove outdated comment in (inner) InferCtxt 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.
#147199 opened Sep 30, 2025 by jdonszelmann Loading…
Test: Ambigious bindings in same namespace with the same res 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.
#147196 opened Sep 30, 2025 by LorrensP-2158466 Loading…
iter repeat: add tests for new count and last behavior 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.
#147195 opened Sep 30, 2025 by hkBst Loading…
Shallow resolve ty vars to their root var 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.
#147193 opened Sep 30, 2025 by BoxyUwU Draft
Resume testing macOS x86_64 A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc O-macos Operating system: macOS 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.
#147192 opened Sep 30, 2025 by shepmaster Draft
Add new optional tidy check to check if ftl error messages are unused A-attributes Area: Attributes (`#[…]`, `#![…]`) A-tidy Area: The tidy tool 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.
#147191 opened Sep 30, 2025 by GuillaumeGomez Loading…
std: sys::net cleanups O-unix Operating system: Unix-like O-windows Operating system: Windows 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.
#147190 opened Sep 30, 2025 by joboet Loading…
Replace rustc_span::Span with a stripped down version for librustdoc's highlighter S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. 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.
#147189 opened Sep 30, 2025 by yotamofek Loading…
Remove usage of compiletest-use-stage0-libtest from CI A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#147188 opened Sep 30, 2025 by Kobzol Loading…
repr(transparent): do not consider repr(C) types to be 1-ZST S-waiting-on-crater Status: Waiting on a crater run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147185 opened Sep 30, 2025 by RalfJung Loading…
add tests 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)
#147180 opened Sep 30, 2025 by lcnr Loading…
[DebugInfo] Fix container types failing to find template args S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#147179 opened Sep 30, 2025 by Walnut356 Loading…
[DebugInfo] Improve formatting of MSVC enum struct variants S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#147178 opened Sep 30, 2025 by Walnut356 Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.