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

Try to call def_kind less 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#157546 opened Jun 6, 2026 by saethlin Member Draft
Suggest using comma to separate valid attribute list items 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.
#157545 opened Jun 6, 2026 by ariagivens Contributor Loading…
Reorganize tests/ui/issues [5/N] 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.
#157543 opened Jun 6, 2026 by zedddie Contributor Loading…
Reject #[repr(packed)] on #[pin_v2] types 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.
#157542 opened Jun 6, 2026 by Dnreikronos Contributor Loading…
Rollup of 17 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-compiletest Area: The compiletest test runner A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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-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. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#157541 opened Jun 6, 2026 by JonathanBrouwer Contributor Loading…
Cleanup and optimize render_impls 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.
#157540 opened Jun 6, 2026 by yotamofek Contributor Loading…
Rename RandomSource -> Rng, DefaultRandomSource -> SysRng S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#157539 opened Jun 6, 2026 by joshtriplett Member Loading…
std: move PidFd to sys::process O-linux Operating system: Linux O-unix Operating system: Unix-like 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.
#157538 opened Jun 6, 2026 by joboet Member Loading…
std: micro-optimize thread local accesses 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.
#157537 opened Jun 6, 2026 by joboet Member Draft
Rename errors.rs file to diagnostics.rs (2/N) 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.
#157535 opened Jun 6, 2026 by GuillaumeGomez Member Loading…
Subtree sync for rustc_codegen_cranelift A-codegen Area: Code generation A-cranelift Things relevant to the [future] cranelift backend A-tidy Area: The tidy tool has-merge-commits PR has merge commits, merge with caution. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. subtree-sync PR updates a subtree (miri, clippy, etc). Ignored by no-merges check 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.
#157533 opened Jun 6, 2026 by bjorn3 Member Loading…
ci: bump x86_64-gnu base image to 26.04 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. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#157531 opened Jun 6, 2026 by xonx4l Contributor Loading…
Add tests/debuginfo data classes to define schema S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#157529 opened Jun 6, 2026 by Walnut356 Contributor Loading…
Move derive tests into their dedicated folder 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.
#157527 opened Jun 6, 2026 by danieljofficial Contributor Loading…
std tests: skip a slow test on Miri 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.
#157526 opened Jun 6, 2026 by RalfJung Member Loading…
Fix relative paths in private import suggestions 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.
#157524 opened Jun 6, 2026 by qaijuang Contributor Loading…
Rename SyncView::{as_pin => as_pin_ref} 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.
#157521 opened Jun 6, 2026 by pthariensflame Contributor Loading…
Add xdg_basedir API O-unix Operating system: Unix-like 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.
#157518 opened Jun 6, 2026 by CAD97 Contributor Loading…
[tiny] Use multipart suggestion for finding ident when literal was expected in attr 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.
#157514 opened Jun 5, 2026 by estebank Contributor Loading…
Reject non-constructor self types in const-arg tuple-call lowering 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.
#157513 opened Jun 5, 2026 by Dnreikronos Contributor Loading…
Fixup and re-enable many tests for NVPTX A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc 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-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.
#157512 opened Jun 5, 2026 by kulst Contributor Loading…
remove solaris implementation for File::lock, it has the wrong semantics relnotes Marks issues that should be documented in the release notes of the next release. 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.
#157509 opened Jun 5, 2026 by RalfJung Member Loading…
fixed: differentiation between uninitialized and possibly uninitialized 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.
#157507 opened Jun 5, 2026 by mazam-97 Loading…
Disable tests/debuginfo/pretty-std.rs OsString cdb check A-debuggers-cdb Area: cdb A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) O-windows-msvc Toolchain: MSVC, Operating system: Windows 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.
#157503 opened Jun 5, 2026 by jieyouxu Member Loading…
Improve documentation of align_of and Alignment. 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#157500 opened Jun 5, 2026 by kpreid Contributor Loading…
ProTip! no:milestone will show everything without a milestone.