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

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…
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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#145640 opened Aug 20, 2025 by estebank Loading…
[std][BTree] Fix behavior of ::append to match documentation, ::insert, and ::extend needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-crater Status: Waiting on a crater run to be completed. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#145628 opened Aug 19, 2025 by tinnamchoi 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…
Stabilize char_max_len 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-2 Lang team prioritization drag level 2.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-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.
#145605 opened Aug 19, 2025 by compiler-errors Loading…
fix: incorrect error message for string literal suffixes 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.
#145602 opened Aug 19, 2025 by notJoon 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…
Detect missing if let or let-else 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.
#145582 opened Aug 18, 2025 by estebank Loading…
Supress suggest let else when no let in refutable bindings 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.
#145569 opened Aug 18, 2025 by xizheyin Loading…
Reimplement DestinationPropagation according to live ranges. perf-regression Performance regression. 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.
#145541 opened Aug 17, 2025 by cjgillot Loading…
fix(compiler/rustc_target): set correct linker flags for wasm32v1-none 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.
#145539 opened Aug 17, 2025 by StackOverflowExcept1on Loading…
Opportunistically split != to successfully parse never type 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. needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. P-lang-drag-1 Lang team prioritization drag level 1. https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang 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-lang Relevant to the language team
#145536 opened Aug 17, 2025 by fmease Loading…
Weekly cargo update S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#145516 opened Aug 17, 2025 by github-actions bot Loading…
Validate CopyForDeref and DerefTemps better and remove them from runtime MIR 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.
#145513 opened Aug 16, 2025 by beepster4096 Loading…
Add some conversion trait impls 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.
#145504 opened Aug 16, 2025 by Jules-Bertholet Loading…
remove #[derive(TryFromU32)] A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#145495 opened Aug 16, 2025 by fee1-dead Loading…
Hard-code char::is_control 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.
#145479 opened Aug 16, 2025 by Kmeakin Loading…
[EXPERIMENT] Introduce TypingMode::Codegen to avoid layout cycles 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-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)
#145477 opened Aug 16, 2025 by cjgillot Draft
Stabilize BTree{Map,Set}::extract_if 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.
#145471 opened Aug 15, 2025 by rs-sac Loading…
dedup recip, powi, to_degrees, and to_radians float 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.
#145468 opened Aug 15, 2025 by karolzwolak Loading…
Stabilize strict_provenance_atomic_ptr feature 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#145467 opened Aug 15, 2025 by Kivooeo Loading…
Stabilize array_repeat feature 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.
#145465 opened Aug 15, 2025 by Kivooeo Loading…
Reject invalid literal suffixes in tuple indexing, tuple struct indexing, and struct field name position A-grammar Area: The grammar of Rust A-parser Area: The lexing & parsing of Rust source code to an AST A-proc-macros Area: Procedural macros A-tidy Area: The tidy tool disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. 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. needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. P-lang-drag-1 Lang team prioritization drag level 1. https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. S-waiting-on-team Status: Awaiting decision from the relevant subteam (see the T-<team> label). T-lang Relevant to the language team
#145463 opened Aug 15, 2025 by jieyouxu Loading…
3 tasks done
ProTip! Adding no:label will show everything without a label.