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

library: Polish transmute's split_at_stdlib example 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.
#158674 opened Jul 1, 2026 by workingjubilee Member Loading…
Disable f128 support on wasm 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.
#158672 opened Jul 1, 2026 by ChrisDenton Member Loading…
Move tests batch 17 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.
#158671 opened Jul 1, 2026 by danieljofficial Contributor Loading…
Rollup of 6 pull requests 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-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.
#158670 opened Jul 1, 2026 by JonathanBrouwer Contributor Loading…
Remove src/tools/test-float-parse/Cargo.lock S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#158669 opened Jul 1, 2026 by cuviper Member Loading…
DeeplyNormalize QueryTpeOp and normalize_with_depth_to takes unnormalized<T> as input 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.
#158668 opened Jul 1, 2026 by Shourya742 Member Loading…
rustc_sanitizers: use twox-hash without default features PG-exploit-mitigations Project group: Exploit mitigations 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.
#158667 opened Jul 1, 2026 by cuviper Member Loading…
Carry the b_offset inside BackendRepr::ScalarPair 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-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#158666 opened Jul 1, 2026 by scottmcm Member Loading…
Revert "Remove redundant dyn-compatibility check." 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.
#158665 opened Jul 1, 2026 by theemathas Contributor Loading…
Attribute documentation for used, expect, should_panic, cfg_attr, and path 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.
#158664 opened Jul 1, 2026 by kantnero Contributor Loading…
refactor the normalization in coerce_shared_info 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.
#158659 opened Jul 1, 2026 by adwinwhite Contributor Loading…
Update LLVM submodule 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.
#158658 opened Jul 1, 2026 by nikic Contributor Loading…
Fix coroutine MIR saved local remapping 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.
#158655 opened Jul 1, 2026 by dingxiangfei2009 Contributor Loading…
ptr doc: reduce use of unsafe block to where needed 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.
#158651 opened Jul 1, 2026 by tshepang Member Loading…
Hermit: fix readdir() 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.
#158649 opened Jul 1, 2026 by jounathaen Loading…
powerpc64le_unknown_freebsd.rs: link with -lgcc 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.
#158646 opened Jul 1, 2026 by pkubaj Contributor Loading…
Fix splat ICEs and ban it in closures C-bug Category: This is a bug. F-splat `#![feature(splat)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ 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.
#158645 opened Jul 1, 2026 by teor2345 Contributor Loading…
Try to mark param env as rigid with the next solver perf-regression Performance regression. 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)
#158643 opened Jul 1, 2026 by adwinwhite Contributor Loading…
Clarify some interning details 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.
#158642 opened Jul 1, 2026 by nnethercote Contributor Loading…
Handle nested inline consts in const argument checks 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.
#158640 opened Jul 1, 2026 by Shourya742 Member Loading…
hir_ty_lowering: avoid self type lookup for inherent aliases 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.
#158637 opened Jul 1, 2026 by Dnreikronos Contributor Loading…
First steps of late-bound turbofishing (place FnDef behind a dummy binder) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. PG-exploit-mitigations Project group: Exploit mitigations S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-clippy Relevant to the Clippy team. 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)
#158632 opened Jun 30, 2026 by addiesh Draft
Simplify option-iterator flattening in the compiler 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.
#158627 opened Jun 30, 2026 by cuviper Member Loading…
Implement proc_macro_set_group_span 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.
#158626 opened Jun 30, 2026 by Noratrieb Member Loading…
borrowck: Introduce BlameConstraint::to_obligation_cause_from_path() C-cleanup Category: PRs that clean code up or issues documenting cleanup. 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.
#158624 opened Jun 30, 2026 by Enselic Member Loading…
ProTip! Follow long discussions with comments:>50.