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

Fix rustc --unpretty=expanded emit of [const] [unsafe] impl Trait for 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.
#158600 opened Jun 30, 2026 by Arnavion Loading…
Document nonzero invariant on NonZero::unchecked_add 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.
#158598 opened Jun 30, 2026 by Manishearth Member Loading…
Rollup of 7 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#158595 opened Jun 30, 2026 by JonathanBrouwer Contributor Loading…
Rollup of 11 pull requests A-compiletest Area: The compiletest test runner A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-run-make Area: port run-make Makefiles to rmake.rs A-rustdoc-json Area: Rustdoc JSON backend A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` 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-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)
#158593 opened Jun 30, 2026 by JonathanBrouwer Contributor Loading…
tests: only run lexical-scope-in-match.rs for LLDB >= 21 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.
#158592 opened Jun 30, 2026 by jieyouxu Member Loading…
Fix spacing issue for unused parentheses lint 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.
#158591 opened Jun 30, 2026 by chenyukang Member Loading…
Handle primitive constants in const arguments for MGCA 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.
#158590 opened Jun 29, 2026 by chenyukang Member Loading…
[wiiip]: Online the panic message of (some) asserts 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.
#158589 opened Jun 29, 2026 by aDotInTheVoid Member Draft
trait_selection: fix assumptions-on-binders diagnostics 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)
#158588 opened Jun 29, 2026 by Dnreikronos Contributor Loading…
check if len of array const arg matches the expected len of the type when lowering to valtree 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.
#158587 opened Jun 29, 2026 by sjwang05 Contributor Loading…
update 'allocation' docs with memory atomicity requirement 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.
#158586 opened Jun 29, 2026 by asquared31415 Contributor Loading…
Improve diagnostic for too many super keywords 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.
#158585 opened Jun 29, 2026 by andrewkernel Loading…
Comment on needed RAM in huge-stacks.rs 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.
#158582 opened Jun 29, 2026 by workingjubilee Member Loading…
std: map ENOTSUP to ErrorKind::Unsupported 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.
#158580 opened Jun 29, 2026 by valentynkit Contributor Loading…
fix(std): recover thread handle when current() runs before spawn init on Windows 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.
#158579 opened Jun 29, 2026 by anshjaiswal12 Loading…
Polish some macro parsing code 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.
#158577 opened Jun 29, 2026 by bal-e Loading…
Move Layout to rustc_type_ir and rustc_middle and implement (de)serialization A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. needs-mcp This change is large enough that it needs a major change proposal before starting work. PG-exploit-mitigations Project group: Exploit mitigations 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.
#158576 opened Jun 29, 2026 by camelid Member Loading…
Clarify ExitStatusExt documentation 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.
#158574 opened Jun 29, 2026 by schneems Contributor Loading…
stabilize feature(atomic_from_mut) 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.
#158573 opened Jun 29, 2026 by WaffleLapkin Member Loading…
Update books S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#158571 opened Jun 29, 2026 by rustbot Collaborator Loading…
[rustdoc] Fix handling of inlining of no_inline of foreign items 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.
#158569 opened Jun 29, 2026 by GuillaumeGomez Member Loading…
llvm-wrapper: use accessors for private fields in LLVM 23+ 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) 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.
#158568 opened Jun 29, 2026 by liza371 Loading…
[WIP] pac ty disc A-compiletest Area: The compiletest test runner A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-run-make Area: port run-make Makefiles to rmake.rs A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` 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-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.
#158567 opened Jun 29, 2026 by jchlanda Draft
fix -Z min-recursion-limit unstable chapter name S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#158564 opened Jun 29, 2026 by lqd Member Loading…
Test(lib/net): Fix hostname_smoketest for Win7 A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` O-windows-7 OS: Windows 7 or Windows Server 2008 R2 or etc. O-x86_32 Target: x86 processors, 32 bit (like i686-*) (also known as IA-32, i386, i586, i686) O-x86_64 Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64) 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.
#158563 opened Jun 29, 2026 by PaulDance Contributor Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.