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

Expand pow docs with special-case tests 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.
#148526 opened Nov 5, 2025 by reddevilmidzy Draft
Fix ICE from lit_to_mir_constant caused by type error 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.
#148525 opened Nov 5, 2025 by chenyukang Loading…
Don't use fmt::Arguments implementation details in assert_unsafe_precondition 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.
#148524 opened Nov 5, 2025 by m-ou-se Loading…
miri subtree update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#148523 opened Nov 5, 2025 by RalfJung Loading…
Micro-optimize rustdoc search index parsing S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#148522 opened Nov 5, 2025 by yotamofek Loading…
style: Use binary literals instead of hex literals in doctests for highest_one and lowest_one 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.
#148520 opened Nov 5, 2025 by sorairolake Loading…
Unify the configuration of the compiler docs A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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-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.
#148518 opened Nov 5, 2025 by bjorn3 Loading…
Remove no longer necessary lint allow 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.
#148517 opened Nov 5, 2025 by bjorn3 Loading…
Move warning reporting from flag_to_backend_features to cfg_target_feature 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.
#148516 opened Nov 5, 2025 by bjorn3 Loading…
compiletest: Do the known-directives check only once, and improve its error message A-compiletest Area: The compiletest test runner 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#148510 opened Nov 5, 2025 by Zalathar Loading…
Provide more context when mutably borrowing an imutably borrowed value 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.
#148508 opened Nov 5, 2025 by estebank Loading…
Special case detecting 'static lifetime requirement coming from -> Box<dyn Trait> 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.
#148506 opened Nov 4, 2025 by estebank Loading…
add larger test for proc_macro FromStr implementations 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.
#148505 opened Nov 4, 2025 by cyrgani Loading…
Fix link in c_longlong documentation 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.
#148504 opened Nov 4, 2025 by NeatNit Loading…
triagebot: Create Zulip topics for libs backports A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#148501 opened Nov 4, 2025 by tgross35 Loading…
Update git index before running diff-index 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)
#148500 opened Nov 4, 2025 by Kobzol Loading…
Nvptx: Use llbc as default linker O-NVPTX Target: the NVPTX LLVM backend for running rust on GPUs, https://llvm.org/docs/NVPTXUsage.html 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.
#148499 opened Nov 4, 2025 by kjetilkjeka Loading…
Correctly provide suggestions when encountering async fn with a dyn Trait return type 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.
#148491 opened Nov 4, 2025 by estebank Loading…
dangling pointer from temp cleanup 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.
#148490 opened Nov 4, 2025 by hkBst 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…
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…
Fix suggestion for the cfg! macro 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.
#148484 opened Nov 4, 2025 by JonathanBrouwer Loading…
Sync rustc_codegen_gcc subtree has-merge-commits PR has merge commits, merge with caution. 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.
#148481 opened Nov 4, 2025 by GuillaumeGomez Loading…
Add Steal::risky_hack_borrow_mut 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.
#148480 opened Nov 4, 2025 by Lysxia Loading…
deeply normalize where-clauses in wfcheck 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#148479 opened Nov 4, 2025 by lqd Draft
ProTip! What’s not been updated in a month: updated:<2025-10-05.