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

Emit pre-expansion feature gate warnings for negative impls and specialization 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.
#154527 opened Mar 29, 2026 by fmease Loading…
Panic/return false on overflow in no_threads read/try_read impl 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.
#154526 opened Mar 28, 2026 by asder8215 Loading…
Rollup of 9 pull requests A-CI Area: Our Github Actions CI A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-testsuite Area: The testsuite used to check the correctness of rustc 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-infra Relevant to the infrastructure 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#154525 opened Mar 28, 2026 by GuillaumeGomez Loading…
unsafe_binder: implement v0 symbol mangling 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.
#154524 opened Mar 28, 2026 by GrigorenkoPV Loading…
Add doc links to ExtractIf of BTree{Set,Map} and LinkedList S-waiting-on-bors 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.
#154520 opened Mar 28, 2026 by GrigorenkoPV Loading…
Panic in Hermit clock_gettime 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.
#154518 opened Mar 28, 2026 by stepancheg Loading…
Notify stdarch maintainers on changes in std_detect A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#154515 opened Mar 28, 2026 by sayantn Loading…
Documentation update to map.rs as part of tracking issue #107540 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.
#154513 opened Mar 28, 2026 by KaiPetzke Loading…
Constify comparisons and Clone for core::mem::Alignment 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.
#154512 opened Mar 28, 2026 by GrigorenkoPV Loading…
[perf] Revert FastISel patch A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#154511 opened Mar 28, 2026 by nikic Loading…
Partially stabilize LoongArch target features 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.
#154510 opened Mar 28, 2026 by heiher Loading…
Fix ambiguous parsing in bootstrap.py 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)
#154508 opened Mar 28, 2026 by Mark-Simulacrum Loading…
Crater experiment: Windows target (alt) S-waiting-on-crater Status: Waiting on a crater run to be completed.
#154507 opened Mar 28, 2026 by ChrisDenton Draft
Migrate some tests from tests/ui/issues to tests/ui/transmute 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.
#154506 opened Mar 28, 2026 by ujjwalvishwakarma2006 Loading…
flt2dec front of format_short & format_fixed 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.
#154505 opened Mar 28, 2026 by pascaldekloe Loading…
move many tests from structs-enums to structs or enum 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.
#154504 opened Mar 28, 2026 by cyrgani Loading…
Greatly simplify the macros for flags that affect target modifiers 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.
#154501 opened Mar 28, 2026 by Zalathar Loading…
try resolve issue 154452 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.
#154499 opened Mar 28, 2026 by ArtemIsmagilov Draft
turn some long-deprecated -C options into errors S-waiting-on-MCP Status: PR has a compiler MCP and is waiting for the compiler MCP to complete. 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.
#154498 opened Mar 28, 2026 by RalfJung Loading…
triagebot: add reminder for bumping CI LLVM stamp A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#154494 opened Mar 28, 2026 by jieyouxu Loading…
Drastically restrict the grammar of tuple indices C-crater Category: Issue / PR for tracking crater runs needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. 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. T-lang Relevant to the language team
#154492 opened Mar 28, 2026 by fmease Draft
Extend core::char's documentation of casing issues A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools A-Unicode Area: Unicode 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.
#154491 opened Mar 28, 2026 by Jules-Bertholet Loading…
std_detect on AArch64 Darwin: Detect FEAT_SVE_B16B16 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.
#154486 opened Mar 28, 2026 by pthariensflame Loading…
Update cargo submodule S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#154482 opened Mar 27, 2026 by weihanglo Loading…
Mark a function only used in nightly as nightly only 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.
#154481 opened Mar 27, 2026 by Hoverbear Loading…
ProTip! Filter pull requests by the default branch with base:main.