-
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
Suggest replace f with f: Box<f> when expr field is short hand
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.
#140989
opened May 14, 2025 by
xizheyin
Loading…
MaybeUninit::write: fix doc
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.
#140988
opened May 14, 2025 by
mathisbot
Loading…
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…
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.
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…
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…
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…
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…
[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…
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…
Update rustix to 1.0.7 for bootstrap
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)
#140973
opened May 13, 2025 by
Berrysoft
Loading…
Add TRACING_ENABLED to Machine and add enter_trace_span!()
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.
#140972
opened May 13, 2025 by
Stypox
Loading…
Allow initializing logger with additional tracing Layer
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.
#140969
opened May 13, 2025 by
Stypox
Loading…
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…
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…
Invoke a query only when it doesn't return immediately anyway
perf-regression
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.
#140959
opened May 13, 2025 by
oli-obk
Loading…
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.
#[must_use]
to Array::map
S-waiting-on-review
#140957
opened May 13, 2025 by
JulianKnodt
Loading…
impl PartialEq<{str,String}> for {Path,PathBuf}
S-waiting-on-review
#140956
opened May 13, 2025 by
Kixunil
Loading…
[win] Ignore MSVC linker warning 4217
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.
#140954
opened May 12, 2025 by
dpaoliello
Loading…
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…
Specify that split_ascii_whitespace uses the same definition as is_ascii_whitespace
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-api
Relevant to the library API team, which will review and decide on the PR/issue.
#140952
opened May 12, 2025 by
SimonSapin
Loading…
More option optimization 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.
#140950
opened May 12, 2025 by
clubby789
Loading…
start properly testing attributes in positions
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.
Flush errors before deep normalize in 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.
dropck_outlives
S-waiting-on-bors
#140947
opened May 12, 2025 by
compiler-errors
Loading…
const-eval: allow constants to refer to mutable/external memory, but reject such constants as patterns
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
I-lang-nominated
Nominated for discussion during a lang team meeting.
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.
S-waiting-on-team
Status: Awaiting decision from the relevant subteam (see the T-<team> label).
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#140942
opened May 12, 2025 by
RalfJung
Loading…
Previous Next
ProTip!
no:milestone will show everything without a milestone.