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

Support "presence" mode in coverage instrumentation A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#158415 opened Jun 25, 2026 by woodruffw Contributor Loading…
1 task
Rollup of 8 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#158414 opened Jun 25, 2026 by JonathanBrouwer Contributor Loading…
Rollup of 16 pull requests 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-js Area: Rustdoc's JS front-end A-rustdoc-json Area: Rustdoc JSON backend A-rustdoc-search Area: Rustdoc's search feature F-autodiff `#![feature(autodiff)]` F-explicit_tail_calls `#![feature(explicit_tail_calls)]` 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-rust-analyzer Relevant to the rust-analyzer 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#158413 opened Jun 25, 2026 by JonathanBrouwer Contributor Loading…
Update LLVM for Mach-O __LINKEDIT alignment fix. A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#158410 opened Jun 25, 2026 by goranmoomin Loading…
Direct access external data 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 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.
#158409 opened Jun 25, 2026 by ilovepi Contributor Loading…
Split DropGlueNoop out from DropGlue shim 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.
#158407 opened Jun 25, 2026 by camelid Member Loading…
trait_solver: normalize next-gen region constraints 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)
#158404 opened Jun 25, 2026 by Dnreikronos Contributor Loading…
rustc_target: Add ARMv8-M related target features A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. O-Arm Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state 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.
#158405 opened Jun 25, 2026 by taiki-e Member Draft
Clippy subtree update S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-clippy Relevant to the Clippy team.
#158403 opened Jun 25, 2026 by flip1995 Member Loading…
prevent unloading of all GNU/Linux objects by setting DF_1_NODELETE 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.
#158402 opened Jun 25, 2026 by joboet Member Loading…
mgca: Propagate errors in const-to-valtree lowering A-const-generics Area: const generics (parameters and arguments) 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.
#158401 opened Jun 25, 2026 by lapla-cogito Contributor Loading…
std: truncate thread names on NetBSD 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.
#158399 opened Jun 25, 2026 by joboet Member Loading…
Comment about empty run_passes, fixup of #158040 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.
#158398 opened Jun 25, 2026 by jdonszelmann Contributor Loading…
delegation: support simplest newtype wrapping F-fn_delegation `#![feature(fn_delegation)]` 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.
#158397 opened Jun 25, 2026 by aerooneqq Contributor Loading…
Generate synthetic generic args only for delegation's child segment 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.
#158394 opened Jun 25, 2026 by aerooneqq Contributor Loading…
delegation: add tests for defaults and infers in generics F-fn_delegation `#![feature(fn_delegation)]` 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.
#158392 opened Jun 25, 2026 by aerooneqq Contributor Loading…
Fix: auto trait, const trait bound 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#158390 opened Jun 25, 2026 by Jamesbarford Contributor Loading…
Allow BackwardIncompatibleDropHint in polonius legacy 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.
#158384 opened Jun 25, 2026 by KiChjang Contributor Loading…
Add safety section for DisjointBitor::disjoint_bitor 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.
#158383 opened Jun 25, 2026 by yilin0518 Contributor Loading…
Add safety section for SliceIndex::get_unchecked(mut) 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.
#158382 opened Jun 25, 2026 by yilin0518 Contributor Loading…
Expose debug scope of statement and terminator in rustc_public 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.
#158381 opened Jun 24, 2026 by hkalbasi Member Loading…
Revert "rebuild LLVM when bootstrap.toml config changes" 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)
#158380 opened Jun 24, 2026 by folkertdev Contributor Loading…
add -Zforce-intrinsic-fallback flag 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.
#158377 opened Jun 24, 2026 by folkertdev Contributor Loading…
Suggest >= for => typo in closure and call argument positions 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.
#158376 opened Jun 24, 2026 by ChronoCoders Loading…
Support DefKind::InlineConst in ConstKind::Unevaluated 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.
#158375 opened Jun 24, 2026 by khyperia Contributor Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.