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 7 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-rustc-dev-guide Area: rustc-dev-guide 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-clippy Relevant to the Clippy team. 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.
#149217 opened Nov 22, 2025 by matthiaskrgr Loading…
Add ilog10 result range hints 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.
#149207 opened Nov 22, 2025 by EFanZh Loading…
Fix typo in HashMap performance comment 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.
#149204 opened Nov 22, 2025 by winningMove Loading…
Move safe computation out of unsafe block 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.
#149194 opened Nov 21, 2025 by chirizxc Loading…
Added unlock functionality to mutex guard and rw lock guards 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.
#149189 opened Nov 21, 2025 by SpaceBroetchen Draft
Const block item O-SGX Target: SGX 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. 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.
#149174 opened Nov 21, 2025 by GrigorenkoPV Draft
ptr::replace: make calls on ZST null ptr not UB 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.
#149169 opened Nov 21, 2025 by RalfJung Loading…
Disable inlining of packed io::Error destructor 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.
#149146 opened Nov 20, 2025 by kotauskas Loading…
optimize slice::Iter::next_chunk 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.
#149131 opened Nov 20, 2025 by bend-n Loading…
In BTreeMap::eq, do not compare the elements if the sizes are different. beta-nominated Nominated for backporting to the compiler in the beta channel. 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.
#149125 opened Nov 20, 2025 by zachs18 Loading…
Implement cast_slice for raw pointer types A-raw-pointers Area: raw pointers, MaybeUninit, NonNull 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.
#149110 opened Nov 19, 2025 by Paladynee Loading…
stabilize maybe_uninit_slice 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.
#149102 opened Nov 19, 2025 by bend-n Loading…
num: Implement uint_gather_scatter_bits feature for unsigned integers 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.
#149097 opened Nov 19, 2025 by okaneco Loading…
Stabilize unchecked_neg and unchecked_shifts 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. T-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#149087 opened Nov 19, 2025 by nxsaken Loading…
Add Box::clone_from_ref and similar under feature(clone_from_ref) 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.
#149079 opened Nov 19, 2025 by zachs18 Loading…
Add Command::get_env_clear 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.
#149074 opened Nov 19, 2025 by schneems Loading…
DispatchFromDyn: require additional checks 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-types Relevant to the types team, which will review and decide on the PR/issue.
#149068 opened Nov 18, 2025 by dingxiangfei2009 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…
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…
stabilize Peekable::next_if_map (#![feature(peekable_next_if_map)]) I-libs-api-nominated Nominated for discussion during a libs-api team meeting. 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.
#148941 opened Nov 14, 2025 by jdonszelmann Loading…
Fix division syntax in doc comments 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.
#148935 opened Nov 14, 2025 by Wilfred Loading…
Share Timespec between Unix and Hermit O-hermit Operating System: Hermit 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.
#148847 opened Nov 11, 2025 by stepancheg Loading…
Use let...else instead of match foo { ... _ => return }; and if let ... else return A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. O-windows Operating system: Windows 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#148837 opened Nov 11, 2025 by estebank Loading…
Add SystemTime::{MIN, MAX} O-hermit Operating System: Hermit O-SGX Target: SGX O-solid Operating System: SOLID O-unix Operating system: Unix-like O-wasi Operating system: Wasi, Webassembly System Interface O-windows Operating system: Windows 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.
#148825 opened Nov 11, 2025 by cvengler 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…
ProTip! Mix and match filters to narrow down what you’re looking for.