-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
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.
ptr::is_aligned_for
and NonNull::is_aligned_for
.
S-waiting-on-review
#140982
opened May 13, 2025 by
mathisbot
Loading…
updated May 14, 2025
Change 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::iter::Fuse
's Default
impl to do what its docs say it does
S-waiting-on-review
#140985
opened May 14, 2025 by
zachs18
Loading…
updated May 14, 2025
Enable xray support for Mac
O-apple
Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)
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.
#140790
opened May 8, 2025 by
quininer
Loading…
updated May 14, 2025
Update rustix to 1.0.7 for bootstrap
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#140973
opened May 13, 2025 by
Berrysoft
Loading…
updated May 14, 2025
Fix a compiletest blessing message
A-compiletest
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)
#140953
opened May 12, 2025 by
jieyouxu
Loading…
updated May 14, 2025
Stabilize Area: Enabling/disabling target features like AVX, Neon, etc.
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
O-x86_32
Target: x86 processors, 32 bit (like i686-*) (IA-32)
O-x86_64
Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64)
S-waiting-on-documentation
Status: Waiting on approved PRs to documentation before merging
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
sha512
. sm3
and sm4
for x86
A-target-feature
#140767
opened May 7, 2025 by
sayantn
Loading…
updated May 14, 2025
Set MSG_NOSIGNAL for UnixStream
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
O-unix
Operating system: Unix-like
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
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.
#140005
opened Apr 18, 2025 by
mlowicki
Loading…
updated May 14, 2025
fix doc for UnixStream
O-unix
Operating system: Unix-like
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
trait_sel: deep reject 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.
match_normalize_trait_ref
perf-regression
#140978
opened May 13, 2025 by
davidtwco
Loading…
updated May 14, 2025
Return value of coroutine_layout fn changed to Result with LayoutError
F-async_drop
`#![feature(async_drop)]`
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.
#140926
opened May 11, 2025 by
azhogin
Loading…
updated May 14, 2025
[win] Use a dash instead of slash for linker to avoid breaking lld
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.
#140977
opened May 13, 2025 by
dpaoliello
Loading…
updated May 14, 2025
Optimize 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.
ToString
implementation for integers
S-waiting-on-review
#136264
opened Jan 29, 2025 by
GuillaumeGomez
Loading…
updated May 13, 2025
Clarify upfront that Status: Awaiting decision from the relevant subteam (see the T-<team> label).
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
PartialOrd
is for strict partial orders
S-waiting-on-team
#140779
opened May 8, 2025 by
Muon
Loading…
updated May 13, 2025
Improve doc of some methods that take ranges
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-libs
Relevant to the library team, which will review and decide on the PR/issue.
#140983
opened May 13, 2025 by
tkr-sh
Loading…
updated May 13, 2025
Add match guard let chain drop order and scoping tests
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.
#140981
opened May 13, 2025 by
est31
Loading…
updated May 13, 2025
Add PR has merge commits, merge with caution.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
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.
Result::map_or_default
and Option::map_or_default
has-merge-commits
#138068
opened Mar 5, 2025 by
fpervaiz
Loading…
updated May 13, 2025
Initial implementation of Silences rust-log-analyzer postings to the PR it's added on.
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.
core_float_math
rla-silenced
#138087
opened Mar 6, 2025 by
tgross35
Loading…
updated May 13, 2025
Remove #![feature(let_chains)] from library and src/librustdoc
A-run-make
Area: port run-make Makefiles to rmake.rs
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.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#140966
opened May 13, 2025 by
est31
Loading…
updated May 13, 2025
Async drop poll shim for error dropee generates noop body
F-async_drop
`#![feature(async_drop)]`
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.
#140967
opened May 13, 2025 by
azhogin
Loading…
updated May 13, 2025
impl PartialEq<{str,String}> for {Path,PathBuf}
S-waiting-on-review
#140956
opened May 13, 2025 by
Kixunil
Loading…
updated May 13, 2025
Simplify 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.
Vec::as_non_null
implementation and make it const
S-waiting-on-review
#140685
opened May 5, 2025 by
viliml
Loading…
updated May 13, 2025
Suggest cloning 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-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Arc
moved into closure
A-testsuite
#124595
opened May 1, 2024 by
estebank
Loading…
updated May 13, 2025
Add as_ascii_unchecked() methods to char, u8, and str
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.
#137432
opened Feb 22, 2025 by
djscythe
Loading…
updated May 13, 2025
Add 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.
Ipv4Addr
and Ipv6Addr
diagnostic items
S-waiting-on-review
#140976
opened May 13, 2025 by
samueltardieu
Loading…
updated May 13, 2025
[perf] test MCP510
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
A-rustdoc-json
Area: Rustdoc JSON backend
A-testsuite
Area: The testsuite used to check the correctness of rustc
A-tidy
Area: The tidy tool
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-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.