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

Fix rustc uplifting (take two) 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)
#145645 opened Aug 20, 2025 by Kobzol Loading…
coverage: Build an "expansion tree" and use it to unexpand raw spans A-code-coverage Area: Source-based code coverage (-Cinstrument-coverage) 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.
#145643 opened Aug 20, 2025 by Zalathar Loading…
Do not use effective_visibilities query for Adt types of a local trait while proving a where-clause 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.
#145642 opened Aug 20, 2025 by xizheyin Loading…
On E0277, point at type that doesn't implement 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)
#145641 opened Aug 20, 2025 by estebank Loading…
When a trait isn't implemented, but another similar impl is found, point at it 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.
#145640 opened Aug 20, 2025 by estebank Loading…
Cut some needless muts in compiler 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#145639 opened Aug 20, 2025 by nickdrozd Loading…
rustdoc-search: adjust packing heuristics to save more space 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#145637 opened Aug 19, 2025 by notriddle Draft
Fix some typos in LocalKey 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.
#145633 opened Aug 19, 2025 by qxzcode Loading…
[draft] multiple single-line suggestions on malformed function calls when possible 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.
#145630 opened Aug 19, 2025 by scrabsha Loading…
[std][BTree] Fix behavior of ::append to match documentation and ::insert 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.
#145628 opened Aug 19, 2025 by tinnamchoi Loading…
Unconditionally-const supertraits are considered not dyn compatible 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.
#145627 opened Aug 19, 2025 by compiler-errors Loading…
simplify f16 to_degrees and to_radians by using expression directly 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.
#145625 opened Aug 19, 2025 by karolzwolak Loading…
Fix some doc typos A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) 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-release Relevant to the release subteam, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#145621 opened Aug 19, 2025 by dns2utf8 Loading…
Account for impossible bounds making seemingly unsatisfyable dyn-to-dyn casts 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.
#145620 opened Aug 19, 2025 by compiler-errors Loading…
docs(style): Specify the frontmatter style F-frontmatter `#![feature(frontmatter)]` S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-style Relevant to the style team, which will review and decide on the PR/issue.
#145617 opened Aug 19, 2025 by epage Loading…
Fix doc of std::os::windows::io::BorrowedSocket::borrow_raw O-windows Operating system: Windows 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.
#145615 opened Aug 19, 2025 by lorenzleutgeb Loading…
Stabilize char_max_len I-libs-api-nominated Nominated for discussion during a libs-api team meeting. needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#145610 opened Aug 19, 2025 by GrigorenkoPV Loading…
Prevent downstream impl DerefMut for Pin<LocalType> A-pin Area: Pin I-lang-nominated Nominated for discussion during a lang team meeting. I-lang-radar Items that are on lang's radar and will need eventual work or consideration. P-lang-drag-1 Lang team prioritization drag level 1. https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang S-waiting-on-crater Status: Waiting on a crater run to be completed. T-lang Relevant to the language team T-types Relevant to the types team, which will review and decide on the PR/issue.
#145608 opened Aug 19, 2025 by Darksonn Loading…
Reject static async closures in AST lowering 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.
#145605 opened Aug 19, 2025 by compiler-errors Loading…
Gate static closures behind a parser feature 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.
#145604 opened Aug 19, 2025 by compiler-errors Loading…
fix: incorrect error message for string literal suffixes 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.
#145602 opened Aug 19, 2025 by notJoon Loading…
resolve: Remove ScopeSet::Late 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.
#145597 opened Aug 19, 2025 by petrochenkov Loading…
Losslessly optimize PNG files A-rustc-dev-guide Area: rustc-dev-guide S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rust-analyzer Relevant to the rust-analyzer 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.
#145596 opened Aug 19, 2025 by lumiscosity Loading…
UnsafePinned::raw_get: sync signature with get 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.
#145593 opened Aug 19, 2025 by RalfJung Loading…
Fix format string grammar in docs and improve alignment error message for #144023 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.
#145592 opened Aug 19, 2025 by nilotpal-n7 Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.