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

filter out derive helper attributes during ast lowering but keeping them for rustdoc 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.
#157896 opened Jun 14, 2026 by kantnero Loading…
Replace VarDebugInfoContents::Const by StmtDebugInfo::AssignConst. 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.
#157895 opened Jun 14, 2026 by cjgillot Contributor Draft
Rollup of 5 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#157894 opened Jun 14, 2026 by JonathanBrouwer Contributor Loading…
Avoid &raw call recovery inside nested delimiters 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.
#157888 opened Jun 14, 2026 by TaKO8Ki Member Loading…
Rename diagnostic::on_unmatch_args to diagnostic::on_unmatched_args A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#157887 opened Jun 14, 2026 by fmease Member Loading…
Reject extra fields in MGCA struct const arguments 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.
#157886 opened Jun 14, 2026 by Shourya742 Member Loading…
Propagate #[allow(dead_code)] on adts to their inherent impls 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.
#157885 opened Jun 14, 2026 by mu001999 Member Draft
Rename errors.rs file to diagnostics.rs (9/N) 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.
#157884 opened Jun 14, 2026 by GuillaumeGomez Member Loading…
Remove strict invariant node_type on hir_type during ty privacy visit 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.
#157883 opened Jun 14, 2026 by Shourya742 Member Loading…
bootstrap: fix inverted success check in PowerShell download fallback 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)
#157879 opened Jun 14, 2026 by SebTardif Loading…
impl [const] Default for BTreeMap 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.
#157878 opened Jun 13, 2026 by estebank Contributor Loading…
Stabilize nonzero_from_str_radix 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#157877 opened Jun 13, 2026 by niklasf Contributor Loading…
mips: set llvm_args -mno-check-zero-division for all mips targets 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.
#157873 opened Jun 13, 2026 by xry111 Contributor Loading…
suspicious_double_ref_op: report unadjusted return type 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.
#157872 opened Jun 13, 2026 by qaijuang Contributor Loading…
[rustdoc] Update doc_cfg hide/show syntax A-attributes Area: Attributes (`#[…]`, `#![…]`) A-rustdoc-json Area: Rustdoc JSON backend 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. 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.
#157871 opened Jun 13, 2026 by GuillaumeGomez Member Loading…
std: sys: solid: clamp connect_timeout tv_sec instead of truncating 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.
#157870 opened Jun 13, 2026 by devnexen Contributor Loading…
bootstrap: update cc-rs to 1.2.62 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)
#157869 opened Jun 13, 2026 by arjunr2 Contributor Loading…
Adapt NVPTX target-feature handling for LLVM 22 A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. O-NVPTX Target: the NVPTX LLVM backend for running rust on GPUs, https://llvm.org/docs/NVPTXUsage.html 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.
#157868 opened Jun 13, 2026 by kulst Contributor Loading…
Move rustdoc run-make tests into new tests/run-make/rustdoc/ A-run-make Area: port run-make Makefiles to rmake.rs A-rustc-dev-guide Area: rustc-dev-guide 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.
#157860 opened Jun 13, 2026 by fmease Member Loading…
Stabilize #[my_macro] mod foo; (part of proc_macro_hygiene) 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.
#157857 opened Jun 13, 2026 by TimNN Contributor Loading…
Fix ICE \Unexpected node Synthetic\ in diagnostic_hir_wf_check 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.
#157856 opened Jun 13, 2026 by Ijtihed Loading…
Ensure inferred let pattern types are well-formed needs-crater This change needs a crater run to check for possible breakage in the ecosystem. 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.
#157841 opened Jun 13, 2026 by Kivooeo Member Loading…
rebuild LLVM when bootstrap.toml config changes 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)
#157836 opened Jun 12, 2026 by folkertdev Contributor Loading…
expand free alias types in the auto-trait orphan check 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.
#157835 opened Jun 12, 2026 by Dnreikronos Contributor Loading…
Improve GPU codegen by defaulting to immediate-abort 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.
#157834 opened Jun 12, 2026 by ZuseZ4 Member Loading…
ProTip! Follow long discussions with comments:>50.