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 11 pull requests A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-run-make Area: port run-make Makefiles to rmake.rs 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#143582 opened Jul 7, 2025 by jieyouxu Loading…
Implement ToolTarget and port RemoteTestServer and WasmComponentLd to it 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)
#143581 opened Jul 7, 2025 by Kobzol Loading…
Add correct span for unsized types 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#143580 opened Jul 7, 2025 by silentvein Loading…
Disable download-rustc for library profile 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)
#143577 opened Jul 7, 2025 by Noratrieb Loading…
Remove named lifetimes in some PartialOrd & PartialEq impls 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.
#143575 opened Jul 7, 2025 by GrigorenkoPV Loading…
Fix false positive of unused_braces with Mutex lock().unwrap() chains 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.
#143574 opened Jul 7, 2025 by xizheyin Loading…
[DO NOT MEREG] Raise minimum suggest flow stage to 1 T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#143573 opened Jul 7, 2025 by jieyouxu Draft
Remove unused allow attrs A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) A-rustdoc-json Area: Rustdoc JSON backend F-autodiff `#![feature(autodiff)]` 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.
#143572 opened Jul 7, 2025 by yotamofek Loading…
remove has_nested from builtin candidates S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#143571 opened Jul 7, 2025 by lcnr Loading…
consider nested cases for duplicate RPITIT 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.
#143570 opened Jul 7, 2025 by bvanjoi Loading…
std: sys: net: uefi: tcp4: Add timeout support 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.
#143568 opened Jul 7, 2025 by Ayush1325 Loading…
Point to correct argument in Func Call when Self type fails trait bound 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.
#143567 opened Jul 7, 2025 by xizheyin Loading…
Fix x86_64-unknown-netbsd platform support page O-netbsd Operating system: NetBSD 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.
#143566 opened Jul 7, 2025 by jieyouxu Loading…
compiler: Deduplicate must_emit_unwind_tables() comments 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.
#143564 opened Jul 7, 2025 by Enselic Loading…
std: fix typo in std::path 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.
#143563 opened Jul 7, 2025 by xizheyin Loading…
Show whether ?Sized parameters are actually Sized A-rustdoc-json Area: Rustdoc JSON backend 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#143559 opened Jul 7, 2025 by obi1kenobi Draft
mbe: Refactors and function extractions in compile_declarative_macro A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) 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.
#143558 opened Jul 7, 2025 by joshtriplett Loading…
Don't mark #[target_feature] safe fns as unsafe in rustdoc JSON. 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.
#143555 opened Jul 7, 2025 by obi1kenobi Loading…
slice: Mark rotate_left, rotate_right unstably const 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.
#143554 opened Jul 7, 2025 by okaneco Loading…
[experiment] first draft of init array syntax PG-exploit-mitigations Project group: Exploit mitigations 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#143553 opened Jul 7, 2025 by dingxiangfei2009 Draft
Dont resolve instance of root in mir_callgraph_cyclic 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.
#143551 opened Jul 6, 2025 by compiler-errors Loading…
[WIP] resolve: Use interior mutability for extern module map S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143550 opened Jul 6, 2025 by petrochenkov Loading…
Restrict sysroot crate imports to those defined in this repo. A-attributes Area: Attributes (`#[…]`, `#![…]`) A-compiletest Area: The compiletest test runner A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) A-rustdoc-json Area: Rustdoc JSON backend A-testsuite Area: The testsuite used to check the correctness of rustc A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic PG-exploit-mitigations Project group: Exploit mitigations 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-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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#143548 opened Jul 6, 2025 by Diggsey Loading…
improve c-variadic errors 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.
#143546 opened Jul 6, 2025 by folkertdev Loading…
[experiment] Consider WF of coroutine witness when proving outlives assumptions 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#143545 opened Jul 6, 2025 by compiler-errors Loading…
ProTip! no:milestone will show everything without a milestone.