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

std::random: use little-endian for reproducibility 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.
#157430 opened Jun 4, 2026 by hanna-kruppe Contributor Loading…
Add regression test for unreachable_code with try operator 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.
#157429 opened Jun 4, 2026 by Berektassuly Loading…
allocator: refactor for stabilisation A-allocators Area: Custom and system allocators 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.
#157428 opened Jun 4, 2026 by nia-e Member Loading…
rustc-dev-guide subtree update A-rustc-dev-guide Area: rustc-dev-guide S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#157426 opened Jun 4, 2026 by tshepang Member Loading…
[perf trials] how bad would it be if panic handlers returned unit 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#157424 opened Jun 4, 2026 by jdonszelmann Contributor Draft
Refactor/expand rustc_attr_parsing docs 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.
#157423 opened Jun 4, 2026 by mejrs Contributor Loading…
Rollup of 4 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.
#157421 opened Jun 4, 2026 by JonathanBrouwer Contributor Loading…
move rustc_type_ir Term things to term_kind.rs 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.
#157419 opened Jun 4, 2026 by khyperia Contributor Loading…
NVPTX: Add @kulst to the target maintainers S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#157418 opened Jun 4, 2026 by kjetilkjeka Contributor Loading…
Windows TLS: avoid atexit call in Miri 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.
#157417 opened Jun 4, 2026 by RalfJung Member Loading…
std tests: avoid duplicating thread-local machinery 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.
#157416 opened Jun 4, 2026 by RalfJung Member Loading…
fix: don't suggest .into_iter() for .cloned()/.copied() on non-reference Option 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.
#157413 opened Jun 4, 2026 by Albab-Hasan Contributor Loading…
Implement rustc_public::CrateDef{,Type} for FieldDef 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.
#157410 opened Jun 4, 2026 by erickt Contributor Loading…
Encode syntax contexts by deterministic index in metadata 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.
#157409 opened Jun 4, 2026 by xmakro Contributor Loading…
[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
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-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.
#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…
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…
ProTip! Follow long discussions with comments:>50.