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 5 pull requests 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-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.
#149212 opened Nov 22, 2025 by matthiaskrgr Loading…
fix: Do not ICE on normalization failure of an extern static item 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.
#149210 opened Nov 22, 2025 by ShoyuVanilla Loading…
Move LTO to OngoingCodegen::join A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic S-blocked Status: Blocked on something else such as an RFC or other implementation work. 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.
#149209 opened Nov 22, 2025 by bjorn3 Loading…
[rustdoc] Make more functions return fmt::Result and reduce number of .unwrap() calls 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#149208 opened Nov 22, 2025 by GuillaumeGomez 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…
Automate offload clangs A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-rustc-dev-guide Area: rustc-dev-guide F-gpu_offload `#![feature(gpu_offload)]` 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.
#149202 opened Nov 22, 2025 by ZuseZ4 Draft
Add suggest alternatives for Out-of-range \x escapes 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.
#149201 opened Nov 22, 2025 by chenyukang Loading…
Add test for derive helper compat collisions 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.
#149200 opened Nov 21, 2025 by yaahc Loading…
validate usage of crate-level doc attributes A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#149197 opened Nov 21, 2025 by lolbinarycat Loading…
resolve: Convert ambiguous_glob_imports lint into a hard error 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.
#149195 opened Nov 21, 2025 by petrochenkov 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…
NFC normalize lifetime identifiers 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.
#149192 opened Nov 21, 2025 by gmorenz Loading…
Forbid CHECK: br and CHECK-NOT: br in codegen tests (suggest br {{.*}} instead) A-tidy Area: The tidy tool 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.
#149190 opened Nov 21, 2025 by zachs18 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
Handle cycles when checking impl candidates for doc(hidden) beta-nominated Nominated for backporting to the compiler in the beta channel. 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.
#149185 opened Nov 21, 2025 by Jules-Bertholet Loading…
Use TypingMode::PostAnalysis in try_evaluate_const 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.
#149183 opened Nov 21, 2025 by tiif Loading…
Couple of refactors to SharedEmitter A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#149180 opened Nov 21, 2025 by bjorn3 Loading…
Add regression test for 128705 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.
#149179 opened Nov 21, 2025 by reddevilmidzy Loading…
refactor mingw-w64 self-contained detection 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.
#149178 opened Nov 21, 2025 by mati865 Loading…
Add proper suggestion for associated function with unknown field 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.
#149177 opened Nov 21, 2025 by chenyukang Loading…
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
Use rust rather than LLVM target features in the target spec A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#149173 opened Nov 21, 2025 by bjorn3 Loading…
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…
ProTip! Exclude everything labeled bug with -label:bug.