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

Implement Allocator for &mut A where A: Allocator + ?Sized 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.
#146826 opened Sep 21, 2025 by bluurryy Loading…
Constify mem::take 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.
#148757 opened Nov 9, 2025 by nxsaken Loading…
feat: Add bit_width for unsigned NonZero<T> 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.
#148797 opened Nov 10, 2025 by sorairolake Loading…
add Option::into_flat_iter 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.
#148487 opened Nov 4, 2025 by Qelxiros Loading…
array_chunks: remove Option wrapper from into_remainder's return type 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.
#148249 opened Oct 29, 2025 by hkBst Loading…
Remove FromResidual param 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#147160 opened Sep 29, 2025 by camsteffen Loading…
Implement round-ties-to-even for Duration Debug for consistency with f64 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.
#147499 opened Oct 8, 2025 by josh-kaplan Loading…
Improve error message for std integer clamp() if min > max 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.
#147754 opened Oct 16, 2025 by Dan54 Loading…
Stabilize alloc_layout_extra 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.
#148769 opened Nov 9, 2025 by GrigorenkoPV Loading…
array_chunks: slightly improve docs 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.
#148250 opened Oct 29, 2025 by hkBst Loading…
Doc: MaybeUninit::assume_init_read Safety: warn on thread safety 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.
#148398 opened Nov 2, 2025 by gksato Loading…
Constify ManuallyDrop::take 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.
#148752 opened Nov 9, 2025 by nxsaken Loading…
Implement IntoIterator for [&[mut]] Box<[T; N], A> needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. 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.
#134021 opened Dec 8, 2024 by WaffleLapkin Loading…
Add impl<T> AsMut<T> for Exclusive<T> S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.
#146006 opened Aug 29, 2025 by Jules-Bertholet Loading…
Add test case for build example 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.
#148168 opened Oct 27, 2025 by Jamesbarford Loading…
stabilize array_windows S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-clippy Relevant to the Clippy team. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#148814 opened Nov 11, 2025 by bend-n Loading…
ptr_aligment_type: add more APIs S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#148764 opened Nov 9, 2025 by GrigorenkoPV Draft
Stabilize maybe_uninit_write_slice 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.
#148048 opened Oct 23, 2025 by thaliaarchi Loading…
Fix MaybeUninit codegen using GVN 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.
#147827 opened Oct 17, 2025 by saethlin Loading…
[perf] Start using pattern types in libcore A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#148537 opened Nov 5, 2025 by oli-obk Loading…
Remove Cased Unicode table perf-regression Performance regression. 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.
#146180 opened Sep 3, 2025 by Kmeakin Loading…
slice/ascii: Optimize eq_ignore_ascii_case with auto-vectorization 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.
#147436 opened Oct 7, 2025 by okaneco Loading…
Port all viable contracts from verify-rust-std 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#147148 opened Sep 29, 2025 by tautschnig Loading…
Explicitly forget the zero remaining elements in vec::IntoIter::fold(). 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.
#148486 opened Nov 4, 2025 by kpreid Loading…
Safer sort partition S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#147378 opened Oct 5, 2025 by kornelski Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.