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

Update cargo submodule S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#149073 opened Nov 19, 2025 by weihanglo Loading…
Fix the issue of unused assignment from MIR liveness checking 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.
#149072 opened Nov 19, 2025 by chenyukang Loading…
Test the remote-test-client timeout 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)
#149071 opened Nov 19, 2025 by pvdrz Loading…
DispatchFromDyn: require additional checks 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.
#149068 opened Nov 18, 2025 by dingxiangfei2009 Loading…
Address annotate-snippets test differences 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#149065 opened Nov 18, 2025 by Muscraft Loading…
std: sys: fs: uefi: Implement rmdir and unlink O-UEFI UEFI 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.
#149064 opened Nov 18, 2025 by Ayush1325 Loading…
Rollup of 5 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) 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-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#149063 opened Nov 18, 2025 by matthiaskrgr Loading…
debug-assert FixedSizeEncoding invariant 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.
#149061 opened Nov 18, 2025 by jdonszelmann Loading…
early return on duplicate span lowerings perf-regression Performance regression. 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.
#149060 opened Nov 18, 2025 by jdonszelmann Loading…
resolve: Consider all traits ambiguously glob imported to be in scope 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.
#149058 opened Nov 18, 2025 by LorrensP-2158466 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.
#149057 opened Nov 18, 2025 by lnicola Loading…
fix the fragment_in_dst_padding_gets_overwritten test on s390x 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.
#149056 opened Nov 18, 2025 by fneddy Loading…
Avoid encoding non-constness or non-asyncness in metadata 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.
#149054 opened Nov 18, 2025 by oli-obk Loading…
Fix/Make proc_macro span_close() and span_open() more accurate after set_span() calls S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#149052 opened Nov 18, 2025 by Keith-Cancel Loading…
implement PartialEq<Vec<U>> for [T; N] and &[T; N] 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.
#149045 opened Nov 18, 2025 by Qelxiros Loading…
Reduce confusing unreachable_code lints 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.
#149044 opened Nov 18, 2025 by clubby789 Loading…
rustdoc-json: add rlib path to ExternalCrate to enable robust crate resolution [WIPWIPWIP] A-rustdoc-json Area: Rustdoc JSON backend 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.
#149043 opened Nov 17, 2025 by aDotInTheVoid Draft
2 tasks
ignore unsized types in mips64 and sparc64 callconvs 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.
#149041 opened Nov 17, 2025 by folkertdev Loading…
Update wasm-related dependencies in 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#149037 opened Nov 17, 2025 by alexcrichton Loading…
autodiff rlib handling A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. F-autodiff `#![feature(autodiff)]` 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.
#149033 opened Nov 17, 2025 by ZuseZ4 Draft
[rustdoc] Remove UrlFragment::render method to unify clean::types::links and anchor 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.
#149028 opened Nov 17, 2025 by GuillaumeGomez Loading…
Implement method signature suggestion for trait mismatches error 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.
#149027 opened Nov 17, 2025 by reddevilmidzy Loading…
[WIP] rustdoc: Rewrite auto trait impl synthesis rla-silenced Silences rust-log-analyzer postings to the PR it's added on. 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#149019 opened Nov 17, 2025 by fmease Draft
9
2
Rollup of 8 pull requests A-compiletest Area: The compiletest test runner A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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-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.
#149011 opened Nov 17, 2025 by JaclynCodes Loading…
Fix false positive of "multiple different versions of crate X in the dependency graph" 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.
#149001 opened Nov 16, 2025 by rperier Loading…
ProTip! Add no:assignee to see everything that’s not assigned.