Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
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.
#155696 opened Apr 23, 2026 by scrabsha Contributor Draft
Suppress invalid .into_iter() suggestion for borrowed projections 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.
#155694 opened Apr 23, 2026 by qaijuang Contributor Draft
Suggest enclosing format string with "" under special cases 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.
#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 LOCK_LATCH 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.
#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 get_child_at_index return type hints S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#155685 opened Apr 23, 2026 by Walnut356 Contributor Loading…
[WIP]: Generalise Seek for Arc<File> for all &T: Seek S-waiting-on-author 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.
#155684 opened Apr 23, 2026 by bushrat011899 Contributor Draft
2 tasks
Add boxing suggestions for impl Trait return type mismatchesAdd boxing suggestions for impl Trait return type mismatches 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.
#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.
#155678 opened Apr 23, 2026 by aerooneqq Contributor Draft
Reject implementing const Drop for types that are not const Destruct already 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.
#155676 opened Apr 23, 2026 by oli-obk Contributor Loading…
Disallow non_exhaustive structs and enums with non_exhaustive variants from implementing ConstParamTy 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.
#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.
#155673 opened Apr 23, 2026 by Zoxc Contributor Draft
Simplify Config::track_state. A-rustc-dev-guide 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.
#155671 opened Apr 23, 2026 by nnethercote Contributor Loading…
Add Sender diagnostic item for std::sync::mpsc::Sender S-waiting-on-author 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.
#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
ProTip! Exclude everything labeled bug with -label:bug.