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

Improve generic parameters handling for #[diagnostic::on_const] 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.
#158347 opened Jun 24, 2026 by rperier Contributor Loading…
Avoid rustdoc auto-trait ICEs with the global next solver 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.
#158346 opened Jun 24, 2026 by Jamesbarford Contributor Loading…
Use transmute_neo in assume_init 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.
#158345 opened Jun 24, 2026 by scottmcm Member Loading…
Include Item::const_stability info in rustdoc JSON. A-rustdoc-json Area: Rustdoc JSON backend 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.
#158343 opened Jun 24, 2026 by obi1kenobi Member Loading…
Rollup of 35 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 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.
#158342 opened Jun 24, 2026 by jhpratt Member Loading…
[only tests] Add tests for current read/write unaligned behaviour 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.
#158341 opened Jun 24, 2026 by scottmcm Member Loading…
Reorganize tests/ui/issues [14/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.
#158338 opened Jun 24, 2026 by zedddie Contributor 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-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-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-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.
#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…
ProTip! Filter pull requests by the default branch with base:main.