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

automate gpu offloading - part 1 A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-rustc-dev-guide Area: rustc-dev-guide 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.
#149170 opened Nov 21, 2025 by ZuseZ4 Loading…
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…
Fix ICE when collecting opaques from trait method declarations 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.
#149168 opened Nov 21, 2025 by lapla-cogito Loading…
skip checking supertraits in object candidate for NormalizesTo goal 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)
#149167 opened Nov 21, 2025 by adwinwhite Loading…
[WIP] [rustdoc] misc search index cleanups 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#149149 opened Nov 20, 2025 by yotamofek Draft
v0 mangling for std on nightly perf-regression Performance regression. 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)
#149148 opened Nov 20, 2025 by davidtwco Loading…
Fix unused_assignments false positives from macros 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.
#149147 opened Nov 20, 2025 by chenyukang 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…
[WIP] resolve: Make ambiguity checking stricter S-waiting-on-crater Status: Waiting on a crater run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#149145 opened Nov 20, 2025 by petrochenkov Loading…
Use inline asm rather than llvm intrinsic for panics on wasm 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.
#149141 opened Nov 20, 2025 by bjorn3 Loading…
More encoder minimizations 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.
#149140 opened Nov 20, 2025 by oli-obk Loading…
Crater for #148756 A-attributes Area: Attributes (`#[…]`, `#![…]`) I-lang-radar Items that are on lang's radar and will need eventual work or consideration. S-waiting-on-crater Status: Waiting on a crater run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#149137 opened Nov 20, 2025 by JonathanBrouwer Draft
MGCA: Syntactically distinguish anon const const args S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-clippy Relevant to the Clippy team. 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.
#149136 opened Nov 20, 2025 by BoxyUwU 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…
Implement coercions between &pin (mut|const) T and &(mut) T when T: Unpin S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#149130 opened Nov 20, 2025 by frank-king Loading…
Initial upstreaming of Rust ADBench implementations 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.
#149126 opened Nov 20, 2025 by ZuseZ4 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…
MGCA: Support struct expressions without intermediary anon consts A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. perf-regression Performance regression. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler 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.
#149114 opened Nov 19, 2025 by BoxyUwU Draft
[EXPERIMENT] DelimSpan::from_single() experiment and UI tests update. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#149112 opened Nov 19, 2025 by Keith-Cancel 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…
rustc_borrowck: Don't suggest changing closure param type not under user control 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.
#149107 opened Nov 19, 2025 by Enselic Draft
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…
Improve mutable-binding suggestion to include name 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.
#149101 opened Nov 19, 2025 by reddevilmidzy Draft
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…
Skip unused variables warning for unreachable code 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#149096 opened Nov 19, 2025 by chenyukang Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.