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

Avoid computing overflowed goal chains for crate dependencies 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)
#163064 opened Sep 20, 2026 by adwinwhite Contributor Loading…
Restore Send and Sync for BorrowedCursor 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.
#163063 opened Sep 20, 2026 by Ddystopia Contributor Loading…
Point to fields that introduce trait requirements 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.
#163060 opened Sep 20, 2026 by chenyukang Member Loading…
Recover invalid return type unitl {, } or ; 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.
#163059 opened Sep 20, 2026 by inkreasing Contributor Loading…
rustdoc: parse item and reexport markdown separate A-rustdoc-json Area: Rustdoc JSON backend 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#163058 opened Sep 20, 2026 by notriddle Contributor Loading…
Use span context for enclosing item(s) of unmet bound 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)
#163057 opened Sep 20, 2026 by estebank Contributor Loading…
Extend rustdoc to accept the same set of command line flags as rustc A-run-make Area: port run-make Makefiles to rmake.rs llm-assisted An LLM-assisted PR as defined by the LLM policy. Requires ahead-of-time consent by assignee. needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#163056 opened Sep 20, 2026 by ssalb1z Draft
2
1
Use the full path of bug_impl to avoid bogus errors in rust-analyzer A-contributor-roadblock Area: Makes things more difficult for new or seasoned contributors to Rust 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.
#163055 opened Sep 20, 2026 by Zalathar Member Loading…
Use verbose suggestion for method written as function 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.
#163054 opened Sep 20, 2026 by estebank Contributor Loading…
Use verbose suggestion for type literal with wrong syntax 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.
#163053 opened Sep 20, 2026 by estebank Contributor Loading…
Use verbose suggestion for wrong primitive type names 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.
#163052 opened Sep 20, 2026 by estebank Contributor Loading…
Make CovariantUnsafeCell actually covariant 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.
#163051 opened Sep 20, 2026 by asquared31415 Contributor Loading…
Use verbose suggestion for similarly named label suggestion 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.
#163050 opened Sep 20, 2026 by estebank Contributor Loading…
Tweak dyn compatibility error when pointing at receiver 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.
#163049 opened Sep 20, 2026 by estebank Contributor Loading…
Do not suggest renaming let Super to let super 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.
#163048 opened Sep 20, 2026 by estebank Contributor Loading…
Use verbose suggestion for mut binding instead of &mut binding 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.
#163047 opened Sep 20, 2026 by estebank Contributor Loading…
Use verbose suggestion for 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.
#163046 opened Sep 20, 2026 by estebank Contributor Loading…
Report runtime range endpoints for runtime values 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.
#163044 opened Sep 20, 2026 by chenyukang Member Loading…
Rollup of 17 pull requests A-meta Area: Issues & PRs about the rust-lang/rust repository itself O-windows Operating system: Windows 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-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. 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#163043 opened Sep 20, 2026 by mu001999 Member Loading…
Remove redundant output from suggestion 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.
#163042 opened Sep 19, 2026 by estebank Contributor Loading…
Be more explicit on suggestion type without changing how they are rendered 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.
#163041 opened Sep 19, 2026 by estebank Contributor Loading…
Tweak "use array's length as const param" suggestion 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.
#163040 opened Sep 19, 2026 by estebank Contributor Loading…
Use verbose suggestion for parenthetical Fn notation and fully-qualified path on ambiguous assoc item 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#163039 opened Sep 19, 2026 by estebank Contributor Loading…
fix and test va_arg on f128 on x86 A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. F-c_variadic `#![feature(c_variadic)]` F-f16_and_f128 `#![feature(f16)]`, `#![feature(f128)]` 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.
#163037 opened Sep 19, 2026 by folkertdev Contributor Loading…
[rustdoc] Correctly handle dyn trait methods linking for jump to def feature 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.
#163036 opened Sep 19, 2026 by GuillaumeGomez Member Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.