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

Split SpannedTypeVisitor into its own crate, rustc_ty_walk 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.
#160362 opened Aug 1, 2026 by joshtriplett Member Loading…
Rollup of 6 pull requests 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. T-libs Relevant to the library 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.
#160361 opened Aug 1, 2026 by jhpratt Member Loading…
Remove rustc_middle dependency on rustc_hir_pretty 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.
#160360 opened Aug 1, 2026 by mejrs Contributor Loading…
borrowck: Simplify deps to build compiler 30s faster 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.
#160358 opened Aug 1, 2026 by joshtriplett Member Loading…
Add more tests for must_implement_one_of 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.
#160356 opened Aug 1, 2026 by joshtriplett Member Loading…
update ambiguous_glob_imported_trait lint explanation and example. 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.
#160354 opened Aug 1, 2026 by LorrensP-2158466 Contributor Loading…
rustdoc: support separate dark theme logo in html_logo_url A-attributes Area: Attributes (`#[…]`, `#![…]`) A-rustdoc-js Area: Rustdoc's JS front-end A-rustdoc-json Area: Rustdoc JSON backend 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-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.
#160352 opened Aug 1, 2026 by im-lunex Loading…
tidy: skip the file, not the whole directory, in tests_revision_unpaired_stdout_stderr A-tidy Area: The tidy tool S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. 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)
#160349 opened Aug 1, 2026 by lazureykis Contributor Loading…
Resolver cm token 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.
#160345 opened Aug 1, 2026 by LorrensP-2158466 Contributor Loading…
Rename OutlivesPredicate to OutlivesClause A-rustc-dev-guide Area: rustc-dev-guide A-rustdoc-js Area: Rustdoc's JS front-end A-rustdoc-search Area: Rustdoc's search feature 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-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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#160343 opened Aug 1, 2026 by ada4a Contributor Loading…
Specialize advance_by method of Fuse 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.
#160342 opened Aug 1, 2026 by a1phyr Contributor Loading…
Add regression test for unused_parens on contract clauses 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.
#160340 opened Aug 1, 2026 by chenyukang Member Loading…
Add regression test for supertrait associated type normalization through dyn 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.
#160338 opened Aug 1, 2026 by zakrad Contributor Loading…
Move attributes out of rustc_hir A-attributes Area: Attributes (`#[…]`, `#![…]`) A-meta Area: Issues & PRs about the rust-lang/rust repository 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-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.
#160336 opened Aug 1, 2026 by mejrs Contributor Loading…
dlopen offload 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-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.
#160335 opened Aug 1, 2026 by sgasho Contributor Loading…
Convert tests/debuginfo/pretty-std.rs to lldb-repr 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.
#160331 opened Aug 1, 2026 by Walnut356 Contributor Loading…
Remove hidden_glob_reexports 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.
#160326 opened Aug 1, 2026 by mejrs Contributor Loading…
ElaborateBoxDeref: remove unnecessary projection 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.
#160322 opened Aug 1, 2026 by RalfJung Member Loading…
point at trait definition when it is used as a derive macro 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.
#160320 opened Aug 1, 2026 by Albab-Hasan Contributor Loading…
Bump thorin-dwp (0.10), gimli (0.33), and object (0.38.1) 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-tidy Area: The tidy tool S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. 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.
#160318 opened Aug 1, 2026 by Zalathar Member Loading…
perf: Cache already-checked types in the privacy visitor 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.
#160317 opened Aug 1, 2026 by xmakro Contributor Draft
fix borrowck ICE for consts with fn pointer type 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.
#160314 opened Aug 1, 2026 by im-lunex Loading…
[perf] defer the unconditional output resolution 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.
#160312 opened Aug 1, 2026 by Randl Contributor Loading…
Don't use exported generics from conditional dependencies (panic runtimes and profiler-builtins) 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.
#160306 opened Jul 31, 2026 by saethlin Member Loading…
Linkify C-SKY targets in platform-support.md S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#160305 opened Jul 31, 2026 by beetrees Contributor Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.