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: fix FreeBSD environ() null deref under crt-static 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.
#159097 opened Jul 10, 2026 by valentynkit Contributor Draft
Apply MCP 1003 and move diagnostics.rs into its own module - part 2 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.
#159096 opened Jul 10, 2026 by GuillaumeGomez Member Loading…
Rollup of 12 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-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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#159095 opened Jul 10, 2026 by JonathanBrouwer Contributor Loading…
pretty-print: use inline asm's actual macro name 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.
#159093 opened Jul 10, 2026 by jakobjung10 Loading…
make volatile operations const 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.
#159092 opened Jul 10, 2026 by RalfJung Member Loading…
Use PGO for rustdoc 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#159091 opened Jul 10, 2026 by Kobzol Member Draft
core: use the platform's memchr A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) I-libs-nominated Nominated for discussion during a libs team meeting. 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.
#159090 opened Jul 10, 2026 by joboet Member Draft
riscv: update c-variadic test for LLVM changes llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) 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.
#159089 opened Jul 10, 2026 by durin42 Contributor Loading…
[WIP] 8 - Fn ptr type discrimination tests 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` 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.
#159087 opened Jul 10, 2026 by jchlanda Contributor Draft
[WIP] 7 - Minicore updates to support fn ptr type discriminator tests 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` 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.
#159086 opened Jul 10, 2026 by jchlanda Contributor Draft
Fix decoding attributes of SyntheticCoroutineBody 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.
#159085 opened Jul 10, 2026 by JonathanBrouwer Contributor Loading…
[WIP] 6 - Propagate discriminator logic through remaining get_fn_ptr calls sites A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#159084 opened Jul 10, 2026 by jchlanda Contributor Draft
bootstrap: support shell argfiles in compiler shims 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)
#159083 opened Jul 10, 2026 by kn1g78 Contributor Loading…
[WIP] 5 - Transmutes A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#159082 opened Jul 10, 2026 by jchlanda Contributor Draft
[WIP] 4 - Static allocs A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#159081 opened Jul 10, 2026 by jchlanda Contributor Draft
bootstrap: honor suite skips for coverage modes 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)
#159079 opened Jul 10, 2026 by kn1g78 Contributor Loading…
[WIP] 3 - FPTR_TYPE_DISCR in ABI Version A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#159075 opened Jul 10, 2026 by jchlanda Contributor Draft
[WIP] 2 - FnAbi, llvm.ptrauth.resign and Session API change A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#159074 opened Jul 10, 2026 by jchlanda Contributor Draft
[beta] backports 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-libs Relevant to the library team, which will review and decide on the PR/issue. T-release Relevant to the release subteam, 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.
#159072 opened Jul 10, 2026 by Mark-Simulacrum Member Loading…
[WIP] 1 - Encoder and hash A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#159071 opened Jul 10, 2026 by jchlanda Contributor Draft
Add io::ErrorKind::InputOutputError 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.
#159070 opened Jul 10, 2026 by valentynkit Contributor Loading…
Add codegen test for constant returns after local use 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.
#159069 opened Jul 10, 2026 by amirHdev Contributor Loading…
Build offload in dist-x86_64-linux CI job 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#159064 opened Jul 10, 2026 by sgasho Contributor Draft
Remove unused WEAK_ONLY_LANG_ITEMS static 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.
#159062 opened Jul 10, 2026 by bjorn3 Member Loading…
Skip trivial cast lint for trait object upcasts 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.
#159061 opened Jul 10, 2026 by chenyukang Member Loading…
ProTip! no:milestone will show everything without a milestone.