-
-
Notifications
You must be signed in to change notification settings - Fork 15k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
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 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.
DropGlueNoop out from DropGlue shim
PG-exploit-mitigations
#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.
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 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.
DF_1_NODELETE
S-waiting-on-review
#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 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)
bootstrap.toml config changes"
S-waiting-on-bors
#158380
opened Jun 24, 2026 by
folkertdev
Contributor
Loading…
add 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.
-Zforce-intrinsic-fallback flag
A-LLVM
#158377
opened Jun 24, 2026 by
folkertdev
Contributor
Loading…
Suggest 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.
>= for => typo in closure and call argument positions
S-waiting-on-review
#158376
opened Jun 24, 2026 by
ChronoCoders
Loading…
Support 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.
DefKind::InlineConst in ConstKind::Unevaluated
S-waiting-on-review
#158375
opened Jun 24, 2026 by
khyperia
Contributor
Loading…
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.