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

Reorganize tests/ui/issues [14/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.
#158338 opened Jun 24, 2026 by zedddie Contributor Loading…
Rollup of 34 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-CI Area: Our Github Actions CI A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-testsuite Area: The testsuite used to check the correctness of rustc F-explicit_tail_calls `#![feature(explicit_tail_calls)]` PG-exploit-mitigations Project group: Exploit mitigations 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-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure 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)
#158337 opened Jun 24, 2026 by jhpratt Member Loading…
Stop excluding stdarch test crates from rust-src 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)
#158336 opened Jun 24, 2026 by CathalMullan Contributor Loading…
rustdoc: Show use-site paths for unevaluated const array lengths 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.
#158334 opened Jun 23, 2026 by lapla-cogito Contributor Loading…
Fix typetree generation for differentiated functions A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. F-autodiff `#![feature(autodiff)]` 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.
#158333 opened Jun 23, 2026 by ZuseZ4 Member Loading…
[stable] 1.96.1 release 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-release Relevant to the release subteam, which will review and decide on the PR/issue.
#158331 opened Jun 23, 2026 by Mark-Simulacrum Member Loading…
llvm: use intrinsics for f16, f32 minimum/maximum A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#158330 opened Jun 23, 2026 by RalfJung Member Loading…
Fixed ICE when using a function with anonymous type parameters as a const generic argument 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.
#158329 opened Jun 23, 2026 by kytoaa Loading…
Move attribute and keyword docs from std to core 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.
#158327 opened Jun 23, 2026 by jschillem Loading…
Add io::ErrorKind::TooManyOpenFiles 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.
#158326 opened Jun 23, 2026 by valentynkit Contributor Loading…
Document NonNull layout guarantees 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.
#158325 opened Jun 23, 2026 by 0xEgao Loading…
rustc: improve diagnostics for file-open failures A-run-make Area: port run-make Makefiles to rmake.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.
#158323 opened Jun 23, 2026 by Unique-Usman Contributor Loading…
change autodiff tests according to the generated ir 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.
#158321 opened Jun 23, 2026 by Sa4dUs Contributor Draft
Prefer inherent methods in trait object method resolution A-dyn-trait Area: trait objects, vtable layout 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-types Relevant to the types team, which will review and decide on the PR/issue.
#158320 opened Jun 23, 2026 by Jules-Bertholet Contributor Loading…
Make normalization in a test case resilient to dist compilation 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.
#158318 opened Jun 23, 2026 by steffahn Member Loading…
rust-analyzer subtree update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#158315 opened Jun 23, 2026 by lnicola Member Loading…
Fix incorrect unsafe debug assertion in unchecked_div_exact 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.
#158314 opened Jun 23, 2026 by yilin0518 Loading…
Move check_target_feature into the attribute parser 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.
#158313 opened Jun 23, 2026 by obeis Contributor Loading…
Adds support for AArch64 SVE to inline assembly A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#158312 opened Jun 23, 2026 by CrooseGit Contributor Loading…
doc(unstable-book): fix typo "earier" -> "earlier" in default-visibility flag S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#158311 opened Jun 23, 2026 by Dodothereal Loading…
Remove unexpected usage of Unambig in non-infer variants 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.
#158310 opened Jun 23, 2026 by mu001999 Member Loading…
Update rustc-literal-escaper version to 0.0.8 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.
#158309 opened Jun 23, 2026 by GuillaumeGomez Member Loading…
Fix bug when rustdoc "go to only result" setting is not working as expected" A-rustdoc-js Area: Rustdoc's JS front-end A-rustdoc-search Area: Rustdoc's search feature 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.
#158308 opened Jun 23, 2026 by GuillaumeGomez Member Loading…
Attempt to run parallel frontend CI A-CI Area: Our Github Actions CI 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#158307 opened Jun 23, 2026 by heinwol Contributor Draft
tests: modify s390x vector test to be robust to instruction scheduling 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.
#158306 opened Jun 23, 2026 by durin42 Contributor Loading…
ProTip! Follow long discussions with comments:>50.