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

[POC] {cwd} placeholder in --remap-path-prefix 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.
#157405 opened Jun 4, 2026 by ashi009 Draft
Rollup of 3 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#157404 opened Jun 4, 2026 by jhpratt Member Loading…
Implement feature integer_casts 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.
#157402 opened Jun 3, 2026 by orlp Contributor Loading…
Add regression test for late-bound type param in nested impl 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.
#157400 opened Jun 3, 2026 by kohsine Loading…
Silence llbc's output by default to prevent rustc's linker output warning L-linker_messages Lint: linker_messages 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.
#157399 opened Jun 3, 2026 by kulst Contributor Loading…
cmse: clear padding when crossing the secure boundary F-abi_cmse_nonsecure_call `#![feature(abi_cmse_nonsecure_call)]` F-cmse_nonsecure_entry `#![feature(cmse_nonsecure_entry)]` 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.
#157397 opened Jun 3, 2026 by folkertdev Contributor Loading…
Add @aapoalas to libs 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.
#157396 opened Jun 3, 2026 by aapoalas Contributor Loading…
Add experimental fallible::Vec 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.
#157394 opened Jun 3, 2026 by ChrisDenton Member Loading…
Reorganize tests/ui/issues [4/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.
#157391 opened Jun 3, 2026 by zedddie Contributor Loading…
Parse deprecated note links separately in rustc_resolve 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.
#157386 opened Jun 3, 2026 by TaKO8Ki Member Loading…
Enable Enzyme for x86_64-apple A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#157385 opened Jun 3, 2026 by sgasho Contributor Loading…
Add #[rustc_dump_generics] attribute A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#157384 opened Jun 3, 2026 by addiesh Loading…
tests: codegen-llvm: Ignore BPF targets in c-variadic-opt A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc 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.
#157383 opened Jun 3, 2026 by vadorovsky Contributor Loading…
Suggest type next to visibility for const items 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.
#157382 opened Jun 3, 2026 by reddevilmidzy Member Loading…
clarify compiler_fence (and fence) docs 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.
#157380 opened Jun 3, 2026 by RalfJung Member Loading…
Add target checking to #[register_tool] 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.
#157377 opened Jun 3, 2026 by JonathanBrouwer Contributor Loading…
remove UnevaluatedConstKind::def_id 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#157374 opened Jun 3, 2026 by khyperia Contributor Loading…
Clarify MaybeUninit::zeroed padding docs 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.
#157370 opened Jun 3, 2026 by JinRudy Loading…
Add a regression test for an unconstrained TransmuteFrom ICE 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)
#157366 opened Jun 3, 2026 by johnproblems Loading…
Revert "LLVM 23: Run AssignGUIDPass in some places" A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) 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.
#157365 opened Jun 3, 2026 by zmodem Contributor Draft
Document error conditions for Command::{spawn, output, status} 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.
#157360 opened Jun 3, 2026 by sanidhyasin Loading…
Add or_try_* variants for HashMap and BTreeMap Entry APIs 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.
#157355 opened Jun 3, 2026 by asder8215 Contributor Loading…
Evaluate free constants and statics in definition order under the parallel front-end 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.
#157353 opened Jun 3, 2026 by xmakro Contributor Loading…
Make the retained dep graph deterministic under the parallel frontend 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.
#157352 opened Jun 3, 2026 by xmakro Contributor Loading…
compiletest: ignore SVG y offset in by-lines comparison A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc 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.
#157350 opened Jun 3, 2026 by xmakro Contributor Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.