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

CValue::zst() - add missing article in 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155306 opened Apr 14, 2026 by DanielEScherzer Contributor Loading…
Make convert_while_ascii unsafe 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.
#155305 opened Apr 14, 2026 by Zoxc Contributor Loading…
remove PointeeParser 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.
#155304 opened Apr 14, 2026 by Bryntet Contributor Loading…
remove ibraheemdev from review rotation A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#155303 opened Apr 14, 2026 by WaffleLapkin Member Loading…
remove gate macros from BUILTIN_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.
#155302 opened Apr 14, 2026 by Bryntet Contributor Draft
Delete unused rustc_trait_selection errors. 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.
#155301 opened Apr 14, 2026 by mejrs Contributor Loading…
make repr_transparent_non_zst_fields a hard error S-waiting-on-crater Status: Waiting on a crater run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155299 opened Apr 14, 2026 by RalfJung Member Loading…
Rollup of 6 pull requests 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-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.
#155297 opened Apr 14, 2026 by JonathanBrouwer Contributor Loading…
GVN: invalidate moved-from droppable locals on Operand::Move 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.
#155296 opened Apr 14, 2026 by blackms Loading…
Fix misleading "borrowed data escapes outside of function" diagnostic 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.
#155295 opened Apr 14, 2026 by lapla-cogito Contributor Loading…
Add test for coalescing of diagnostic attribute duplicates S-blocked Status: Blocked on something else such as an RFC or other implementation work. 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.
#155294 opened Apr 14, 2026 by mejrs Contributor Loading…
fix arch names in cfg pretty printer beta-nominated Nominated for backporting to the compiler in the beta channel. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. 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.
#155293 opened Apr 14, 2026 by usamoi Contributor Loading…
Rollup of 7 pull requests A-run-make Area: port run-make Makefiles to rmake.rs 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-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)
#155292 opened Apr 14, 2026 by JonathanBrouwer Contributor Loading…
codegen_ssa: copy tupled rust-call constant args before indirect pass 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.
#155291 opened Apr 14, 2026 by blackms Loading…
Cap iteration count in ScalarReplacementOfAggregates 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.
#155290 opened Apr 14, 2026 by blackms Loading…
Use unchecked indexing in integer _fmt_inner to keep bounds checks elided 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.
#155289 opened Apr 14, 2026 by blackms Loading…
attribute cleanup: rustc_confusables A-attributes Area: Attributes (`#[…]`, `#![…]`) S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#155286 opened Apr 14, 2026 by mejrs Contributor Loading…
net::tcp/udp: fix docs about how set_nonblocking is implemented 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.
#155284 opened Apr 14, 2026 by RalfJung Member Loading…
[stable] Revert "Build shared LLVM lib for windows-gnullvm" A-CI Area: Our Github Actions CI 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. stable-accepted Accepted for backporting to the compiler in the stable channel. stable-nominated Nominated for backporting to the compiler in the stable channel. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155283 opened Apr 14, 2026 by jieyouxu Member Loading…
Remove INCR const param from try_execute_query. A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#155282 opened Apr 14, 2026 by nnethercote Contributor Draft
Revert "allow windows-gnu targets to embed gdb visualizer scripts" 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.
#155281 opened Apr 14, 2026 by folkertdev Contributor Loading…
Tests for precise-capture through RPIT and TAIT 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.
#155280 opened Apr 14, 2026 by Zalathar Member Loading…
Test/lexer unicode pattern white space 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.
#155279 opened Apr 14, 2026 by Sandijigs Loading…
#[rustc_must_match_exhaustively] detect let else 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#155276 opened Apr 14, 2026 by jdonszelmann Contributor Loading…
limit duplicate-profiler-builtins test to targets that can do dynamic linking A-run-make Area: port run-make Makefiles to rmake.rs 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.
#155274 opened Apr 14, 2026 by tshepang Member Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.