-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Reason about borrowed classes in CopyProp.
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.
#142571
opened Jun 16, 2025 by
cjgillot
Loading…
Reject union default field values
F-default_field_values
`#![feature(default_field_values)]`
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.
#142570
opened Jun 16, 2025 by
jieyouxu
Loading…
Suggest clone in user-write-code instead of inside macro
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.
#142569
opened Jun 16, 2025 by
xizheyin
Loading…
Use the .drectve section for exporting symbols from dlls on Windows
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.
#142568
opened Jun 16, 2025 by
bjorn3
Loading…
Subtree update of Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
rust-analyzer
S-waiting-on-bors
#142567
opened Jun 16, 2025 by
lnicola
Loading…
Fix 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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
-nopt
CI jobs
A-testsuite
#142566
opened Jun 16, 2025 by
Kobzol
Loading…
Test naked asm for wasm32-unknown-unknown
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.
#142565
opened Jun 16, 2025 by
bjorn3
Loading…
Rollup of 8 pull requests
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-run-make
Area: port run-make Makefiles to rmake.rs
A-testsuite
Area: The testsuite used to check the correctness of rustc
rollup
A PR which is a rollup
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#142564
opened Jun 16, 2025 by
tgross35
Loading…
[WIP] Refine run-make test ignores due to unpredictable Area: port run-make Makefiles to rmake.rs
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
i686-pc-windows-gnu
unwind mechanism
A-run-make
Update the Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
backtrace
submodule
S-waiting-on-bors
#142562
opened Jun 16, 2025 by
tgross35
Loading…
Remove an 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.
njn:
comment accidentaly left behind.
S-waiting-on-bors
#142561
opened Jun 16, 2025 by
nnethercote
Loading…
Miri subtree update
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#142556
opened Jun 16, 2025 by
RalfJung
Loading…
Fix 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.
PathSource
lifetimes.
S-waiting-on-review
#142554
opened Jun 16, 2025 by
nnethercote
Loading…
Use 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.
AttrItem
instead of Attribute
in more places
A-attributes
#142552
opened Jun 15, 2025 by
GrigorenkoPV
Loading…
small iter.intersperse.fold() optimization
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.
#142549
opened Jun 15, 2025 by
the8472
Loading…
Refactor resolve_ident_in_module to use scopes
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.
#142547
opened Jun 15, 2025 by
b-naber
Loading…
Only traverse reachable blocks in JumpThreading.
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.
#142546
opened Jun 15, 2025 by
cjgillot
Loading…
Prevent ABI changes affect EnzymeAD
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
F-autodiff
`#![feature(autodiff)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Manually invalidate caches in SimplifyCfg.
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.
#142542
opened Jun 15, 2025 by
cjgillot
Loading…
Pre-compute MIR CFG caches for borrowck and other analyses
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.
#142540
opened Jun 15, 2025 by
cjgillot
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.
#[may_dangle]
to the new attribute system
A-attributes
#142539
opened Jun 15, 2025 by
GrigorenkoPV
Loading…
Add armv7-unknown-linux-musleabihf host tools to CI
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#142538
opened Jun 15, 2025 by
alex
Loading…
Remove fewer Storage calls in 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.
copy_prop
perf-regression
#142531
opened Jun 15, 2025 by
ohadravid
Loading…
use 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.
if let
guards where possible
S-waiting-on-bors
#142530
opened Jun 15, 2025 by
fee1-dead
Loading…
clarify 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.
rustc_do_not_const_check
comment
S-waiting-on-bors
#142528
opened Jun 15, 2025 by
fee1-dead
Loading…
Previous Next
ProTip!
Adding no:label will show everything without a label.