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

Stabilize -Zremap-path-scope A-run-make Area: port run-make Makefiles to rmake.rs F-trim-paths Feature: trim-paths needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. 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.
#147611 opened Oct 12, 2025 by Urgau Loading…
1 task
Rollup of 7 pull requests 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 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. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#147609 opened Oct 12, 2025 by matthiaskrgr Loading…
cg_llvm: Use LLVMDIBuilderCreateGlobalVariableExpression 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.
#147608 opened Oct 12, 2025 by Zalathar Loading…
GVN: Invalidate derefs when a loop exists beta-nominated Nominated for backporting to the compiler in the beta channel. 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.
#147607 opened Oct 12, 2025 by dianqk Loading…
Add doc links between {integer}::from_str_radix and from_str 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.
#147605 opened Oct 12, 2025 by Zalathar Loading…
Some clippy cleanups in compiler 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.
#147604 opened Oct 12, 2025 by Kivooeo Loading…
Deduplicate higher-ranked lifetime capture errors in impl Trait 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.
#147602 opened Oct 12, 2025 by JohnTitor Loading…
Fix export import conflicts for llvm 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.
#147600 opened Oct 12, 2025 by RobertBColton Loading…
Uplift module inspect from clippy 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.
#147599 opened Oct 12, 2025 by chenyukang Loading…
Add a regression test for #72207 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.
#147597 opened Oct 11, 2025 by JohnTitor Loading…
Adjust the Arm targets in CI to reflect latest changes 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.
#147596 opened Oct 11, 2025 by thejpster Loading…
std: implement pal::os::exit for VEXos 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.
#147594 opened Oct 11, 2025 by tropicaaal Loading…
Add tidy to the target of ./x check 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.
#147592 opened Oct 11, 2025 by Shunpoco Loading…
[crater only] complain about uninhabited types being ignored in repr(transparent) S-waiting-on-crater Status: Waiting on a crater 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.
#147589 opened Oct 11, 2025 by RalfJung Draft
std-detect: improve detect macro docs 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.
#147586 opened Oct 11, 2025 by folkertdev Loading…
Suppress the error for private fields with non_exhaustive 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.
#147585 opened Oct 11, 2025 by chenyukang Loading…
(DO NOT MERGE) ci: Set MKDIR_P to work around a libffi-sys build failure A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#147582 opened Oct 11, 2025 by Zalathar Loading…
Improve error message for ambiguous numeric types in closure 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.
#147577 opened Oct 11, 2025 by JohnTitor Loading…
Fix ICE on offsetted ZST pointer 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.
#147576 opened Oct 11, 2025 by Mark-Simulacrum Loading…
Refactor move analysis subpath representation A-rustc-dev-guide Area: rustc-dev-guide 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.
#147575 opened Oct 10, 2025 by beepster4096 Loading…
[btree_cursors] Add explanations for lower_bound and upper_bound 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.
#147573 opened Oct 10, 2025 by Xylenox Loading…
std: Use libc for filesystem ops on WASI targets A-rustdoc-search Area: Rustdoc's search feature O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/ 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#147572 opened Oct 10, 2025 by alexcrichton Loading…
simplify check_cfg_arg impl 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.
#147570 opened Oct 10, 2025 by hkBst Loading…
[beta-1.91] Update cargo submodule S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#147569 opened Oct 10, 2025 by weihanglo Loading…
rewrite outlives placeholder constraints to outlives static when handling opaque types beta-nominated Nominated for backporting to the compiler in the beta channel. 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.
#147566 opened Oct 10, 2025 by BoxyUwU Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.