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
Sort

Pull requests list

Temporarily use Windows Server 2022 instead of Windows Server 2025 images 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.
#141023 opened May 15, 2025 by jieyouxu Loading…
Update std doctests for android 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.
#141019 opened May 15, 2025 by ehuss Loading…
Implement methods to set STARTUPINFO flags for Command API on Windows O-windows Operating system: Windows 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.
#141013 opened May 14, 2025 by federico-terzi Loading…
Rollup of 7 pull requests A-compiletest Area: The compiletest test runner A-rustc-dev-guide Area: rustc-dev-guide 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.
#141011 opened May 14, 2025 by matthiaskrgr Loading…
Migrate to modern datetime API 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#141009 opened May 14, 2025 by emmanuel-ferdman Loading…
Expand free alias types when computing implied outlives-bounds F-lazy_type_alias `#![feature(lazy_type_alias)]` S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-types Relevant to the types team, which will review and decide on the PR/issue.
#141007 opened May 14, 2025 by fmease Draft
Report text_direction_codepoint_in_literal when parsing 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.
#141004 opened May 14, 2025 by matthewjasper Loading…
Improve ternary operator recovery 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.
#141003 opened May 14, 2025 by clubby789 Loading…
Subtree update GCC backend 2025 05 14 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.
#141002 opened May 14, 2025 by GuillaumeGomez Loading…
Make NonZero<char> possible 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#141001 opened May 14, 2025 by hkBst Loading…
rustdoc: Also run lint unused_doc_comments perf-regression Performance regression. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#141000 opened May 14, 2025 by fmease Draft
literal-escaper v0.0.2 => v0.0.3 for better API without unreachable 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.
#140999 opened May 14, 2025 by hkBst Draft
Add negative test coverage for -Clink-self-contained and -Zlinker-features 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.
#140997 opened May 14, 2025 by jieyouxu Loading…
replace cc_detect::cc2ar with cc::try_get_archiver T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#140994 opened May 14, 2025 by onur-ozkan Draft
Vxworks O-unix Operating system: Unix-like 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.
#140990 opened May 14, 2025 by biabbas Loading…
Suggest replace f with f: Box<f> when expr field is short hand 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.
#140989 opened May 14, 2025 by xizheyin Loading…
MaybeUninit::write: fix doc 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.
#140988 opened May 14, 2025 by mathisbot Loading…
Change core::iter::Fuse's Default impl to do what its docs say it does 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.
#140985 opened May 14, 2025 by zachs18 Loading…
fix doc for UnixStream O-unix Operating system: Unix-like 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.
#140984 opened May 14, 2025 by mlowicki Loading…
Improve doc of some methods that take ranges A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools 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.
#140983 opened May 13, 2025 by tkr-sh Loading…
Implement ptr::is_aligned_for and NonNull::is_aligned_for. 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.
#140982 opened May 13, 2025 by mathisbot Loading…
Add match guard let chain drop order and scoping tests 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.
#140981 opened May 13, 2025 by est31 Loading…
trait_sel: deep reject match_normalize_trait_ref perf-regression Performance regression. 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.
#140978 opened May 13, 2025 by davidtwco Loading…
[win] Use a dash instead of slash for linker to avoid breaking lld 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.
#140977 opened May 13, 2025 by dpaoliello Loading…
Add Ipv4Addr and Ipv6Addr diagnostic items 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.
#140976 opened May 13, 2025 by samueltardieu Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.