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

Rollup of 18 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc 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-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-release Relevant to the release subteam, 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#143074 opened Jun 27, 2025 by compiler-errors Loading…
Fix some fixmes that were waiting for let chains A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#143073 opened Jun 26, 2025 by yotamofek Loading…
Rewrite macro_rules! parser to not use the MBE engine itself S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#143070 opened Jun 26, 2025 by joshtriplett Loading…
Add fast-path for accessing the current thread id 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.
#143069 opened Jun 26, 2025 by jsimmons Loading…
[beta] stage0 bump to 1.88.0 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-release Relevant to the release subteam, which will review and decide on the PR/issue.
#143068 opened Jun 26, 2025 by cuviper Loading…
Tracking issue number for iter_macro 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.
#143067 opened Jun 26, 2025 by GrigorenkoPV Loading…
Use let chains in the new 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#143066 opened Jun 26, 2025 by compiler-errors Loading…
Improve recovery when users write where: 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.
#143065 opened Jun 26, 2025 by compiler-errors Loading…
Clippy subtree update S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#143064 opened Jun 26, 2025 by flip1995 Loading…
explain ImportData::imported_module 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.
#143063 opened Jun 26, 2025 by bvanjoi Loading…
Only args in main diag are saved and restored without removing the newly added ones A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#143060 opened Jun 26, 2025 by xizheyin Loading…
Fix 1.88 relnotes S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#143059 opened Jun 26, 2025 by jieyouxu Loading…
Move an ACE test out of the GCI directory 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.
#143056 opened Jun 26, 2025 by fmease Loading…
search graph: improve rebasing and add forced ambiguity support S-waiting-on-perf Status: Waiting on a perf run to be completed. 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)
#143054 opened Jun 26, 2025 by lcnr Loading…
Add relnotes-api-list in-tree tool A-meta Area: Issues & PRs about the rust-lang/rust repository itself T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#143053 opened Jun 26, 2025 by pietroalbini Draft
4 tasks
Fix Windows bootstrap panic on invalid symlink removal (issue #143045) S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#143052 opened Jun 26, 2025 by hasip-timurtas Loading…
Add tracing to validate_operand T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143051 opened Jun 26, 2025 by Stypox Draft
Enforce in bootstrap that check must have stage at least 1 A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#143048 opened Jun 26, 2025 by Kobzol Draft
const validation: properly ignore zero-sized UnsafeCell 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.
#143046 opened Jun 26, 2025 by RalfJung Loading…
Remove cache for citool S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#143041 opened Jun 26, 2025 by Kobzol Loading…
Quick fix for #143000 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.
#143040 opened Jun 26, 2025 by SciMind2460 Loading…
avoid suggesting traits from private dependencies 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.
#143038 opened Jun 26, 2025 by Qelxiros Loading…
Make named asm_labels lint not trigger on hexagon register spans 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.
#143037 opened Jun 26, 2025 by androm3da Loading…
Remove support for dyn* from the compiler A-tidy Area: The tidy tool F-dyn_star `#![feature(dyn_star)]` 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-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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#143036 opened Jun 26, 2025 by compiler-errors Loading…
Only work-steal in the main loop for rustc_thread_pool 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.
#143035 opened Jun 26, 2025 by ywxt Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.