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

unicode_data refactors 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.
#147622 opened Oct 13, 2025 by Kmeakin Loading…
librustdoc: Make RenderOptions boolean fields into newtypes A-rustdoc-json Area: Rustdoc JSON backend 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.
#147621 opened Oct 12, 2025 by jefftt Loading…
Avoid redundant UB check in RangeFrom slice indexing 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.
#147620 opened Oct 12, 2025 by saethlin Loading…
Add a != check to ChunkedBitSet::union. 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.
#147619 opened Oct 12, 2025 by nnethercote Draft
[WIP] standalone proc_macro backend S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#147617 opened Oct 12, 2025 by cyrgani Draft
reduce calls to attr.span() in old doc attr parsing 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.
#147615 opened Oct 12, 2025 by jdonszelmann Loading…
Perform DestinationPropagation on places. 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.
#147614 opened Oct 12, 2025 by cjgillot Draft
Make logging filters work again by moving EnvFilter into its own layer 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.
#147613 opened Oct 12, 2025 by dingxiangfei2009 Loading…
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
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…
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…
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-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. 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…
[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-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.
#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…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.