-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Rollup of 7 pull requests
A-rustc-dev-guide
Area: rustc-dev-guide
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.
#155700
opened Apr 23, 2026 by
JonathanBrouwer
Contributor
Loading…
Syntactically reject tuple index shorthands in struct patterns to fix a correctness regression
relnotes
Marks issues that should be documented in the release notes of the next release.
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.
#155698
opened Apr 23, 2026 by
fmease
Member
Loading…
Stabilize c-variadic function definitions
A-run-make
Area: port run-make Makefiles to rmake.rs
F-c_variadic
`#![feature(c_variadic)]`
F-explicit_tail_calls
`#![feature(explicit_tail_calls)]`
PG-exploit-mitigations
Project group: Exploit mitigations
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#155697
opened Apr 23, 2026 by
folkertdev
Contributor
•
Draft
Add a higher-level API for parsing attributes
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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.
Suppress invalid 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.
.into_iter() suggestion for borrowed projections
S-waiting-on-author
Suggest enclosing format string with 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.
"" under special cases
S-waiting-on-review
#155693
opened Apr 23, 2026 by
cclfmht
Loading…
disable naked-dead-code-elimination test on non x86_64
A-run-make
Area: port run-make Makefiles to rmake.rs
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.
#155692
opened Apr 23, 2026 by
fneddy
Contributor
Loading…
Re-port lint attributes to attribute parsers
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
perf-regression
Performance regression.
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.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#155691
opened Apr 23, 2026 by
Bryntet
Contributor
Loading…
Fix classify_union to return Union for regular unions
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#155690
opened Apr 23, 2026 by
fneddy
Contributor
Loading…
Const initialize 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.
LOCK_LATCH thread local
S-waiting-on-review
#155689
opened Apr 23, 2026 by
zetanumbers
Contributor
Loading…
Inline WorkerThread pointer into a thread local
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.
#155688
opened Apr 23, 2026 by
zetanumbers
Contributor
Loading…
Fix array template arg lookup behavior
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#155686
opened Apr 23, 2026 by
Walnut356
Contributor
Loading…
Fix Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
get_child_at_index return type hints
S-waiting-on-bors
#155685
opened Apr 23, 2026 by
Walnut356
Contributor
Loading…
[WIP]: Generalise 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.
Seek for Arc<File> for all &T: Seek
S-waiting-on-author
#155684
opened Apr 23, 2026 by
bushrat011899
Contributor
•
Draft
2 tasks
Add boxing suggestions 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.
impl Trait return type mismatchesAdd boxing suggestions for impl Trait return type mismatches
S-waiting-on-review
#155682
opened Apr 23, 2026 by
Unique-Usman
Contributor
Loading…
Remove windows-sys from the library workspace
A-tidy
Area: The tidy tool
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)
#155681
opened Apr 23, 2026 by
bjorn3
Member
Loading…
Handle index projections in call destinations in DSE
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.
#155680
opened Apr 23, 2026 by
Amanieu
Member
Loading…
rustdoc: Reify emission types
A-rustdoc-json
Area: Rustdoc JSON backend
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.
#155679
opened Apr 23, 2026 by
fmease
Member
Loading…
experiment: single owner query
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Reject implementing const Drop for types that are not const 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.
Destruct already
S-waiting-on-review
#155676
opened Apr 23, 2026 by
oli-obk
Contributor
Loading…
Disallow non_exhaustive structs and enums with non_exhaustive variants from implementing 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.
ConstParamTy
S-waiting-on-review
#155675
opened Apr 23, 2026 by
zedddie
Contributor
Loading…
[TEST] Use global Rust jemalloc
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.
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
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.
Simplify Area: rustc-dev-guide
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.
Config::track_state.
A-rustc-dev-guide
#155671
opened Apr 23, 2026 by
nnethercote
Contributor
Loading…
Add 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.
Sender diagnostic item for std::sync::mpsc::Sender
S-waiting-on-author
#155669
opened Apr 23, 2026 by
cammeresi
Contributor
Loading…
Interning cleanups
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.
#155666
opened Apr 23, 2026 by
nnethercote
Contributor
•
Draft
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.