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 mixed use of "a" / "an" article in E0277 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#158518 opened Jun 28, 2026 by ElectrifyPro Contributor Loading…
Implement named Fn trait parameters 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.
#158517 opened Jun 28, 2026 by JonathanBrouwer Contributor Draft
Deduplicate codegen backends in bootstrap config S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#158516 opened Jun 28, 2026 by kn1g78 Draft
Make let-else respect macro_rules expr metavariable grouping 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.
#158515 opened Jun 28, 2026 by bb1yd Contributor Draft
diagnostics: emit unused_doc_comments on fn nest A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) 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.
#158514 opened Jun 28, 2026 by notriddle Contributor Loading…
Enable static_position_executables on all gnu and musl targets 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.
#158510 opened Jun 28, 2026 by Amanieu Member Loading…
Use the call site for the assign suggestion on macro-expanded types 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.
#158509 opened Jun 28, 2026 by ChronoCoders Contributor Loading…
Update POSIX edition links O-unix Operating system: Unix-like 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.
#158505 opened Jun 27, 2026 by schneems Contributor Loading…
stabilize extern "custom" A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) F-abi_custom `#![feature(abi_custom)]` 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.
#158504 opened Jun 27, 2026 by folkertdev Contributor Draft
Move check_rustc_pub_transparent into the attribute parser A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#158496 opened Jun 27, 2026 by obeis Contributor Loading…
Rename HAS_CT_PROJECTION to HAS_CONST_ALIASES 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.
#158495 opened Jun 27, 2026 by Shourya742 Member Loading…
Improve E0277 diagnostics for conditionally implemented traits 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)
#158494 opened Jun 27, 2026 by raushan728 Contributor Loading…
std: treat ENFILE as transient in the pidfd support probe 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.
#158486 opened Jun 27, 2026 by valentynkit Contributor Loading…
Add documentation for the cold and track_caller attributes 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.
#158484 opened Jun 27, 2026 by valentynkit Contributor Loading…
signed strict division: just use normal division 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.
#158483 opened Jun 27, 2026 by RalfJung Member Loading…
Reject static item as direct const generic arg 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.
#158479 opened Jun 27, 2026 by Shourya742 Member Loading…
Use correct typing mode in mir building for the next solver 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)
#158478 opened Jun 27, 2026 by adwinwhite Contributor Loading…
Remove redundant dyn-compatibility check. 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.
#158477 opened Jun 27, 2026 by theemathas Contributor Loading…
Add riscv32imfc-unknown-none-elf bare-metal target O-riscv Target: RISC-V architecture 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.
#158473 opened Jun 27, 2026 by sanchuanhehe Loading…
Include default-stability info in rustdoc JSON. A-rustdoc-json Area: Rustdoc JSON backend 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.
#158468 opened Jun 27, 2026 by obi1kenobi Member Loading…
Remove llvm_enzyme feature outside of bootstrap A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#158460 opened Jun 27, 2026 by ZuseZ4 Member Draft
doc(rustc/linker-plugin-lto): fix typo 'compability' -> 'compatibility' S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#158458 opened Jun 26, 2026 by Dodothereal Contributor Loading…
std: fix xous dns ipv6 parsing off-by-one 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.
#158457 opened Jun 26, 2026 by devnexen Contributor Loading…
fix: don't produce invalid Trait<A><B> in "consider further restricting this bound" 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.
#158454 opened Jun 26, 2026 by Albab-Hasan Contributor Loading…
Try to be a little bit smarter on fudge inference 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.
#158453 opened Jun 26, 2026 by ShoyuVanilla Member Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.