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

[WIP] Move even more early buffered lints to dyn lint diagnostics 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.
#147634 opened Oct 13, 2025 by fmease Draft
3 tasks
Add new --bypass-ignore-backends option A-compiletest Area: The compiletest test runner 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)
#147633 opened Oct 13, 2025 by GuillaumeGomez Loading…
Fix ICE when late-bound lifetimes don't appear in fn signature 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-types Relevant to the types team, which will review and decide on the PR/issue.
#147631 opened Oct 13, 2025 by JohnTitor Loading…
Bitset cleanups 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.
#147630 opened Oct 13, 2025 by nnethercote Draft
Rollup of 6 pull requests 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#147629 opened Oct 13, 2025 by GuillaumeGomez Loading…
x86: Correctly pass larger structs/types in registers with -Zregparm 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.
#147628 opened Oct 13, 2025 by sulix Loading…
Generalize configuring LLD as the default linker in bootstrap 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.
#147626 opened Oct 13, 2025 by Kobzol Loading…
Add a warning when running tests with the GCC backend and debug assertions are enabled 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)
#147625 opened Oct 13, 2025 by Kobzol Loading…
Clear ChunkedBitSet without reallocating 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.
#147623 opened Oct 13, 2025 by Zalathar Loading…
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-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.
#147619 opened Oct 12, 2025 by nnethercote Loading…
[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-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.
#147615 opened Oct 12, 2025 by jdonszelmann Loading…
Perform DestinationPropagation on places. perf-regression Performance regression. 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.
#147614 opened Oct 12, 2025 by cjgillot Draft
Make logging filters work again by moving EnvFilter into its own layer 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.
#147613 opened Oct 12, 2025 by dingxiangfei2009 Loading…
Stabilize -Zremap-path-scope A-run-make Area: port run-make Makefiles to rmake.rs disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. F-trim-paths Feature: trim-paths needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. 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-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.
#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-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.
#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…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.