-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
[doc]: Revert 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.
core::io::ErrorKind doc changes
S-waiting-on-review
#155848
opened Apr 26, 2026 by
bushrat011899
Contributor
Loading…
Don't reload length in String::push
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.
#155847
opened Apr 26, 2026 by
DaniPopes
Contributor
Loading…
tests/ui/tuple: add annotations for reference rules
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
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.
#155846
opened Apr 26, 2026 by
DanielEScherzer
Contributor
Loading…
Rollup of 9 pull requests
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-run-make
Area: port run-make Makefiles to rmake.rs
rollup
A PR which is a rollup
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
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.
#155845
opened Apr 26, 2026 by
JonathanBrouwer
Contributor
Loading…
Refactor crate name handling; pass a TyCtxt into macro expansion
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-clippy
Relevant to the Clippy team.
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.
#155844
opened Apr 26, 2026 by
jyn514
Member
Loading…
fix(coroutine): split overlapping state assignments
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.
#155841
opened Apr 26, 2026 by
MilkBlock
Loading…
prefer 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.
T::IS_ZST over manual check
S-waiting-on-author
#155840
opened Apr 26, 2026 by
Lars-Schumann
Contributor
•
Draft
Remove unnecessary requires_lto: false for eBPF
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.
#155839
opened Apr 26, 2026 by
bjorn3
Member
Loading…
couple of 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.
crate_name cleanups
S-waiting-on-bors
#155835
opened Apr 26, 2026 by
jyn514
Member
Loading…
CI: rfl: move job forward to Linux v7.0
A-CI
Area: Our Github Actions CI
A-rust-for-linux
Relevant for the Rust-for-Linux project
A-testsuite
Area: The testsuite used to check the correctness of rustc
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#155833
opened Apr 26, 2026 by
ojeda
Contributor
Loading…
c-variadic: more precise compatibility check in const-eval
F-c_variadic
`#![feature(c_variadic)]`
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.
#155832
opened Apr 26, 2026 by
folkertdev
Contributor
Loading…
Add 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.
AcceptContext::expect_key_value
A-attributes
rustc_attr_parsing: use a Area: Attributes (`#[…]`, `#![…]`)
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.
try {} in or_malformed
A-attributes
#155829
opened Apr 26, 2026 by
scrabsha
Contributor
Loading…
std::process: uefi: avoid panicking in Stdio From impls.
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.
#155826
opened Apr 26, 2026 by
devnexen
Contributor
Loading…
c-variadic: document `#![feature(c_variadic)]`
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.
Clone and Drop instances and require VaArgSafe: Copy
F-c_variadic
#155821
opened Apr 26, 2026 by
folkertdev
Contributor
Loading…
Convert attribute Area: Attributes (`#[…]`, `#![…]`)
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.
FinalizeFn to fn pointer
A-attributes
#155818
opened Apr 26, 2026 by
JonathanBrouwer
Contributor
Loading…
validate Area: Attributes (`#[…]`, `#![…]`)
I-lang-nominated
Nominated for discussion during a lang team meeting.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
S-waiting-on-t-lang
Status: Awaiting decision from T-lang
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#[link_name = "..."] & #[link(name = "...")] parameters
A-attributes
#155817
opened Apr 26, 2026 by
folkertdev
Contributor
Loading…
Add Swift function call ABI
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
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.
#155815
opened Apr 26, 2026 by
djc
Contributor
Loading…
[codex] tests: mark migrated UI tests as check-pass
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.
#155812
opened Apr 26, 2026 by
SynapLink
Loading…
Include AtomicU128/AtomicI128 in docs for any target
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.
#155811
opened Apr 26, 2026 by
pluiee
Loading…
Dispatch MIR pipeline by 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.
BodyOwnerKind instead of const context
S-waiting-on-review
#155808
opened Apr 26, 2026 by
lapla-cogito
Contributor
Loading…
std::io::LineWriter: cap write_vectored newline scan to avoid quadrat…
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.
#155797
opened Apr 25, 2026 by
devnexen
Contributor
Loading…
constify 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.
vec![1, 2, 3] macro
S-waiting-on-author
#155795
opened Apr 25, 2026 by
Lars-Schumann
Contributor
•
Draft
privacy: share effective visibility initialization
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.
#155794
opened Apr 25, 2026 by
SynapLink
Loading…
privacy: document unordered visibility limit
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.
#155792
opened Apr 25, 2026 by
SynapLink
Loading…
Previous Next
ProTip!
no:milestone will show everything without a milestone.