-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Revert constification of Status: Blocked on something else such as an RFC or other implementation work.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Borrow and Deref for Cow due to inference failure
S-blocked
#148016
opened Oct 23, 2025 by
clarfonthey
Loading…
Rollup of 3 pull requests
rollup
A PR which is a rollup
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-clippy
Relevant to the Clippy team.
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-rustfmt
Relevant to the rustfmt team, which will review and decide on the PR/issue.
#148014
opened Oct 23, 2025 by
jhpratt
Loading…
1.91.0 release notes
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#148013
opened Oct 23, 2025 by
Mark-Simulacrum
Loading…
Revert constification of Nominated for backporting to the compiler in the beta channel.
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.
AsRef for Cow due to inference failure
beta-nominated
#148011
opened Oct 23, 2025 by
clarfonthey
Loading…
chore: Update to the latest annotate-snippets
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.
#148007
opened Oct 22, 2025 by
Muscraft
Loading…
rustdoc: add support for macro_rules macros of multiple kinds
A-rustdoc-json
Area: Rustdoc JSON backend
A-rustdoc-search
Area: Rustdoc's search feature
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.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
fix: Only special case single line item attribute suggestions
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.
#148004
opened Oct 22, 2025 by
Muscraft
Loading…
compiletest: pass rustdoc mode as param, rather than implicitly
A-compiletest
Area: The compiletest test runner
A-rustdoc-json
Area: Rustdoc JSON backend
A-testsuite
Area: The testsuite used to check the correctness of rustc
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)
#148003
opened Oct 22, 2025 by
aDotInTheVoid
Loading…
Implement suggestion when array of 1 range used as argument of type 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.
Range
S-waiting-on-review
#148002
opened Oct 22, 2025 by
IoaNNUwU
Loading…
Improvements to attribute suggestions
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.
#148000
opened Oct 22, 2025 by
JonathanBrouwer
Loading…
Stabilize ppc inline assembly
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
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.
#147996
opened Oct 22, 2025 by
pmur
Loading…
resolve: Do not consider traits from ambiguous imports to be in scope
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.
#147995
opened Oct 22, 2025 by
petrochenkov
Loading…
Deduplicate deprecation warning when using unit or tuple structs
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.
#147994
opened Oct 22, 2025 by
jdonszelmann
Loading…
Use fstatat() in DirEntry::metadata on Apple platforms
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.
#147986
opened Oct 22, 2025 by
jesseschalken
Loading…
resolve: Preserve ambiguous glob reexports in crate metadata
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.
#147984
opened Oct 22, 2025 by
petrochenkov
Loading…
feat(option): add Option::clear method
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.
#147983
opened Oct 22, 2025 by
cathaysia
Loading…
Improve diagnostics for buffer reuse with borrowed references
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.
#147974
opened Oct 22, 2025 by
JohnTitor
Loading…
Make 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.
__cpuid_count() a pure function
S-waiting-on-review
#147961
opened Oct 22, 2025 by
bal-e
Loading…
docs(core): clarify that signed integers use two's complement
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.
#147960
opened Oct 22, 2025 by
AudaciousAxiom
Loading…
compiletest: Migrate Area: The compiletest test runner
A-testsuite
Area: The testsuite used to check the correctness of rustc
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)
TestProps directive handling to a system of named handlers
A-compiletest
#147955
opened Oct 22, 2025 by
Zalathar
Loading…
Add a timeout to the Area: The testsuite used to check the correctness of rustc
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
remote-test-client connection
A-testsuite
#147952
opened Oct 21, 2025 by
pvdrz
Loading…
Add check for 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.
+= typo in let chains
S-waiting-on-review
#147951
opened Oct 21, 2025 by
Kivooeo
Loading…
rustc_codegen_llvm: adapt for LLVM 22 change to pass masked intrinsic alignment as an attribute
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
llvm-main
Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling)
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.
#147950
opened Oct 21, 2025 by
durin42
Loading…
Implement 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.
strip_circumfix lib feature
S-waiting-on-review
#147947
opened Oct 21, 2025 by
yotamofek
Loading…
Port Area: Attributes (`#[…]`, `#![…]`)
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
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.
cfg!() macro to the new attribute parsing system
A-attributes
#147945
opened Oct 21, 2025 by
JonathanBrouwer
•
Draft
Previous Next
ProTip!
What’s not been updated in a month: updated:<2025-09-23.