-
-
Notifications
You must be signed in to change notification settings - Fork 15k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
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 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.
Fn trait parameters
S-waiting-on-author
#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)
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.
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 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.
static_position_executables on all gnu and musl targets
S-waiting-on-review
#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 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.
extern "custom"
A-compiler-builtins
#158504
opened Jun 27, 2026 by
folkertdev
Contributor
•
Draft
Move 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.
check_rustc_pub_transparent into the attribute parser
A-attributes
#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 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.
cold and track_caller attributes
S-waiting-on-review
#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 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.
riscv32imfc-unknown-none-elf bare-metal target
O-riscv
#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.
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 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.
Trait<A><B> in "consider further restricting this bound" suggestion
S-waiting-on-review
#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…
Previous Next
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.