-
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
Revert "Avoid unused clones in Cloned<I> and Copied<I>"
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.
#140644
opened May 4, 2025 by
the8472
Loading…
Refactor StableMIR
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.
#140643
opened May 4, 2025 by
makai410
Loading…
detect additional uses of opaques after writeback
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)
#140641
opened May 4, 2025 by
lcnr
Loading…
Implement RcUninit (#112566)
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.
#140640
opened May 4, 2025 by
kstrafe
Loading…
UnsafePinned: also include the effects of UnsafeCell
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#140638
opened May 4, 2025 by
RalfJung
Loading…
Simplify expansion of panic!().
perf-regression
Performance regression.
S-experimental
Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
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.
implement 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)
PanicTracker
to track t
panics
S-waiting-on-review
#140636
opened May 4, 2025 by
onur-ozkan
Loading…
Use more accurate ELF flags on MIPS
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.
#140634
opened May 4, 2025 by
smrobtzz
Loading…
add a test for issue rust-lang/rust#81317
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.
#140632
opened May 3, 2025 by
Skgland
Loading…
Async drop source info fix for proxy-drop-coroutine
F-async_drop
`#![feature(async_drop)]`
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.
#140630
opened May 3, 2025 by
azhogin
Loading…
std: stop using TLS in signal handler
A-thread-locals
Area: Thread local storage (TLS)
O-unix
Operating system: Unix-like
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.
#140628
opened May 3, 2025 by
joboet
Loading…
Allow linking rustc and rustdoc against the same single tracing crate
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-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#140627
opened May 3, 2025 by
dtolnay
Loading…
Suggest 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.
retain_mut
over retain
as Vec::extract_if
alternative
S-waiting-on-bors
#140625
opened May 3, 2025 by
paolobarbolini
Loading…
[EXPERIMENT][perf] Replace LLD wrapper with Wild
A-tidy
Area: The tidy tool
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)
compiletest: Improve diagnostics for line annotation mismatches
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)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140622
opened May 3, 2025 by
petrochenkov
Loading…
Small adjustments to 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.
check_attribute_safety
to make the logic more obvious
S-waiting-on-bors
#140619
opened May 3, 2025 by
jieyouxu
Loading…
Correct warning message in restricted visibility
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.
#140614
opened May 3, 2025 by
yuk1ty
Loading…
support duplicate entries in the opaque_type_storage
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)
#140607
opened May 3, 2025 by
lcnr
Loading…
fn check_opaque_type_parameter_valid
defer error
S-waiting-on-review
#140605
opened May 3, 2025 by
lcnr
Loading…
[beta] [also fit for beta rollup] [HOTFIX] Don't delay a bug on malformed meta items involving interpolated tokens
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
beta-nominated
Nominated for backporting to the compiler in the beta channel.
S-waiting-on-team
Status: Awaiting decision from the relevant subteam (see the T-<team> label).
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140601
opened May 2, 2025 by
fmease
Loading…
compiletest: Support matching on non-json lines in compiler output
A-compiletest
Area: The compiletest test runner
A-rustc-dev-guide
Area: rustc-dev-guide
A-testsuite
Area: The testsuite used to check the correctness of rustc
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)
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.
#140599
opened May 2, 2025 by
petrochenkov
Loading…
Minor tweaks to Iterator's docs
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.
#140598
opened May 2, 2025 by
ShE3py
Loading…
early migration to biome
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.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#140594
opened May 2, 2025 by
lolbinarycat
•
Draft
Temporary lifetime extension through tuple struct and tuple variant constructors
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
I-lang-easy-decision
Issue: The decision needed by the team is conjectured to be easy; this does not imply nomination
I-lang-nominated
Nominated for discussion during a lang team meeting.
needs-fcp
This change is insta-stable, so needs a completed FCP to proceed.
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
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.
#140593
opened May 2, 2025 by
m-ou-se
Loading…
Fix malformed suggestion for E0061 when method is a macro token in macro context
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.
#140591
opened May 2, 2025 by
Kivooeo
Loading…
Previous Next
ProTip!
Follow long discussions with comments:>50.