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 AttrItem::span 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.
#159587 opened Jul 20, 2026 by nnethercote Contributor Loading…
Separate InterpCx usage by ConstAnalysis phases 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.
#159586 opened Jul 20, 2026 by nnethercote Contributor Loading…
Minor TokenStream improvements 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.
#159585 opened Jul 20, 2026 by nnethercote Contributor Loading…
Add default to TypeFoldable::fold_with 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.
#159584 opened Jul 20, 2026 by camsteffen Contributor Loading…
Add new unescaped_pipe_in_table_cell rustdoc lint 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.
#159583 opened Jul 19, 2026 by GuillaumeGomez Member Loading…
Sync from portable simd 2026 07 20 has-merge-commits PR has merge commits, merge with caution. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#159582 opened Jul 19, 2026 by folkertdev Contributor Loading…
Stabilize attributes on closure and method call expressions 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.
#159581 opened Jul 19, 2026 by Unique-Usman Contributor Loading…
Reject cfg on expressions that cannot be safely removed 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.
#159580 opened Jul 19, 2026 by Unique-Usman Contributor Loading…
Rollup of 5 pull requests A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-run-make Area: port run-make Makefiles to rmake.rs 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.
#159579 opened Jul 19, 2026 by JonathanBrouwer Contributor Loading…
Extract coroutine closure helper functions 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)
#159578 opened Jul 19, 2026 by cjgillot Contributor Loading…
Unschedule moved locals perf-regression Performance regression. 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.
#159577 opened Jul 19, 2026 by cjgillot Contributor Draft
Allow building LLVM DLL with MSVC S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. S-waiting-on-perf Status: Waiting on a perf run to be completed. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#159574 opened Jul 19, 2026 by Zoxc Contributor Draft
Remove unused bundled library lookup for the local crate 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.
#159571 opened Jul 19, 2026 by mehdiakiki Contributor Loading…
fix ICE in opsem inhabitedness check 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.
#159570 opened Jul 19, 2026 by RalfJung Member Loading…
Suggest close compiler options 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.
#159568 opened Jul 19, 2026 by chenyukang Member Loading…
Update rustc crate crossbeam-epoch to 0.9.20 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#159567 opened Jul 19, 2026 by rperier Contributor Loading…
Add support for generics in offloadand remove no_mangle attribute 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.
#159566 opened Jul 19, 2026 by Sa4dUs Contributor Draft
Add -Zmips-nan2008 to enable IEEE 754-2008 NaN encoding on MIPS 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.
#159565 opened Jul 19, 2026 by fo40225 Draft
Allow elided ('static) lifetimes in thread_local! 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#159564 opened Jul 19, 2026 by zachs18 Contributor Loading…
Windows: cache the stdio write mode for the duration of a lock session 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.
#159562 opened Jul 19, 2026 by Joel-Wwalker Contributor Loading…
feat: Update method signature of int_from_ascii O-apple Operating system: Apple / Darwin (macOS, iOS, tvOS, visionOS, watchOS) 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.
#159554 opened Jul 19, 2026 by ajtribick Contributor Loading…
restrict const-eval-related 'content' triggers to library/ folder A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#159549 opened Jul 19, 2026 by RalfJung Member Loading…
Add -Zllvm-target-feature to pass features directly to LLVM 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.
#159545 opened Jul 19, 2026 by fo40225 Draft
Suggest valid command-line crate names 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.
#159544 opened Jul 19, 2026 by chenyukang Member Loading…
Remove extra semicolons in parsing item lists 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.
#159543 opened Jul 19, 2026 by chenyukang Member Loading…
ProTip! Add no:assignee to see everything that’s not assigned.