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

Rollup of 6 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-run-make Area: port run-make Makefiles to rmake.rs 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-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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#147492 opened Oct 8, 2025 by matthiaskrgr Loading…
rustdoc: remove redundant clone in synthesize_auto_trait_impls 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#147491 opened Oct 8, 2025 by lolbinarycat Draft
Prefer to use repeat_n over repeat().take() A-attributes Area: Attributes (`#[…]`, `#![…]`) A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#147489 opened Oct 8, 2025 by chenyukang Loading…
refactor: Remove LLVMRustInsertPrivateGlobal 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.
#147488 opened Oct 8, 2025 by AMS21 Loading…
[PERF] privacy: Visit DefIds once in DefIdVisitorSkeleton 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.
#147486 opened Oct 8, 2025 by petrochenkov Loading…
needs_help: wip fix 146190 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.
#147484 opened Oct 8, 2025 by sgasho Draft
Perform InstSimplify before ReferencePropagation. 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.
#147483 opened Oct 8, 2025 by cjgillot Draft
rustdoc: calculate effective visibilities of crates on-demand 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#147482 opened Oct 8, 2025 by lolbinarycat Draft
format: some small cleanup 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.
#147481 opened Oct 8, 2025 by hkBst Loading…
Do not invalidate CFG caches in CtfeLimit. 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.
#147480 opened Oct 8, 2025 by cjgillot Loading…
cmse: improve error messages F-abi_c_cmse_nonsecure_call `#![feature(abi_c_cmse_nonsecure_call)]` F-cmse_nonsecure_entry `#![feature(cmse_nonsecure_entry)]` 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.
#147479 opened Oct 8, 2025 by folkertdev Loading…
More intuitive error when using self to instantiate tuple struct with private field 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.
#147478 opened Oct 8, 2025 by Jamesbarford Loading…
Refactor AddCallGuards in two loops. 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.
#147477 opened Oct 8, 2025 by cjgillot Loading…
Add a test for the cold attribute 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.
#147476 opened Oct 8, 2025 by ehuss Loading…
refactor: replace LLVMRustBuildMem{Cpy,Move,Set} with plain LLVM functions 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.
#147474 opened Oct 8, 2025 by AMS21 Draft
Do x check on various bootstrap tools in CI A-CI Area: Our Github Actions CI 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#147473 opened Oct 8, 2025 by Zalathar Loading…
Assert that non-extended temporaries and super let bindings have scopes 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.
#147471 opened Oct 8, 2025 by dianne Loading…
Clarify how to remediate the panic_immediate_abort error 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.
#147470 opened Oct 8, 2025 by ia0 Loading…
Implement fs api set_times and set_times_nofollow 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.
#147468 opened Oct 8, 2025 by chenyukang Loading…
Fix double warnings on #[no_mangle] 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.
#147467 opened Oct 8, 2025 by JonathanBrouwer Loading…
[Do not merge] Test LLVM 21.1.2 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 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.
#147463 opened Oct 8, 2025 by dianqk Draft
rustc_codegen_llvm: Require opt-level >= 1 for index-based write_operand_repeatedly() loop 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.
#147462 opened Oct 8, 2025 by Enselic Loading…
specialize slice::fill to use memset when possible 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.
#147457 opened Oct 7, 2025 by the8472 Loading…
Fix backtraces with -C panic=abort on qnx; emit unwind tables by default 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.
#147454 opened Oct 7, 2025 by Hoverbear Loading…
rustdoc: instrument call to lib_embargo_visit_item S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#147452 opened Oct 7, 2025 by lolbinarycat Draft
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.