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

Remove G generic param from Diag<'_, G> A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) A-rustc-dev-guide Area: rustc-dev-guide A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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-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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#163083 opened Sep 20, 2026 by nnethercote Contributor Loading…
Remove TypeChecker::root_cx 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.
#163082 opened Sep 20, 2026 by nnethercote Contributor Loading…
Provide more context on "not general enough" error 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.
#163081 opened Sep 20, 2026 by estebank Contributor Loading…
rustc_builtin_macros cleanup, part 5 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.
#163080 opened Sep 20, 2026 by cyrgani Contributor Loading…
enable f128 from u64/i64 test F-f16_and_f128 `#![feature(f16)]`, `#![feature(f128)]` S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#163079 opened Sep 20, 2026 by folkertdev Contributor Loading…
Add a README in tests/rustdoc-html to explain what each folder content is for S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.
#163078 opened Sep 20, 2026 by GuillaumeGomez Member Loading…
feat: support nested functions with #[offload_kernel] 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.
#163077 opened Sep 20, 2026 by xkevio Contributor Loading…
powerpc64: don't pass unions in FPRs on ELFv1 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.
#163076 opened Sep 20, 2026 by mattst88 Loading…
Fix ArgAttributes mismatches in ABI UI tests for LoongArch64 and RiscV64 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.
#163075 opened Sep 20, 2026 by heiher Contributor Loading…
Expand docs on rustc_abi::Variants 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.
#163073 opened Sep 20, 2026 by ada4a Contributor Loading…
Rollup of 15 pull requests A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` O-unix Operating system: Unix-like 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. 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.
#163071 opened Sep 20, 2026 by JonathanBrouwer Member Loading…
label the path segment that is not an associated item of the trait 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.
#163070 opened Sep 20, 2026 by Albab-Hasan Contributor Loading…
Stabilize std::os::unix::process::CommandExt::chroot (process_chroot) disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. I-libs-nominated Nominated for discussion during a libs team meeting. O-unix Operating system: Unix-like proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#163067 opened Sep 20, 2026 by joshtriplett Member Loading…
don't mark f128 as reliable on AIX A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. F-f16_and_f128 `#![feature(f16)]`, `#![feature(f128)]` O-PowerPC Target: PowerPC processors 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.
#163066 opened Sep 20, 2026 by folkertdev Contributor Loading…
windows Dir::rename: remove incorrect is_dir query 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.
#163065 opened Sep 20, 2026 by RalfJung Member Loading…
Avoid computing overflowed goal chains for crate dependencies 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#163064 opened Sep 20, 2026 by adwinwhite Contributor Loading…
Restore Send and Sync for BorrowedCursor I-libs-nominated Nominated for discussion during a libs team meeting. 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.
#163063 opened Sep 20, 2026 by Ddystopia Contributor Loading…
Use x30 register name with LLVM 23+ 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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#163062 opened Sep 20, 2026 by malezjaa Contributor Loading…
Point to fields that introduce trait requirements 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.
#163060 opened Sep 20, 2026 by chenyukang Member Loading…
Recover invalid return type until {, } or ; 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.
#163059 opened Sep 20, 2026 by inkreasing Contributor Loading…
rustdoc: parse item and reexport markdown separate 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-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.
#163058 opened Sep 20, 2026 by notriddle Contributor Loading…
Use span context for enclosing item(s) of unmet bound 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#163057 opened Sep 20, 2026 by estebank Contributor Loading…
Extend rustdoc to accept the same set of command line flags as rustc A-run-make Area: port run-make Makefiles to rmake.rs llm-assisted An LLM-assisted PR as defined by the LLM policy. Requires ahead-of-time consent by assignee. needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#163056 opened Sep 20, 2026 by ssalb1z Draft
2
2
Use the full path of bug_impl to avoid bogus errors in rust-analyzer A-contributor-roadblock Area: Makes things more difficult for new or seasoned contributors to Rust 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.
#163055 opened Sep 20, 2026 by Zalathar Member Loading…
Use verbose suggestion for method written as function 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.
#163054 opened Sep 20, 2026 by estebank Contributor Loading…
ProTip! Exclude everything labeled bug with -label:bug.