Content-Length: 408619 | pFad | https://github.com/rust-lang/rust/pull/#ref-commit-a19e748

69AB81E9 Pull requests · rust-lang/rust · GitHub
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

.mailmap: fix broken line with multiple emails A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#153520 opened Mar 7, 2026 by DanielEScherzer Loading…
Rollup of 5 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-CI Area: Our Github Actions CI 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-testsuite Area: The testsuite used to check the correctness of rustc A-tidy Area: The tidy tool A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#153519 opened Mar 7, 2026 by JonathanBrouwer Loading…
fix: Check associated type bounds from supertraits for trait object well-formedness 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)
#153518 opened Mar 7, 2026 by akhilesharora Loading…
4 tasks done
constify VecDeque 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.
#153516 opened Mar 6, 2026 by Lars-Schumann Loading…
[beta-1.95] Update cargo submodule S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#153515 opened Mar 6, 2026 by weihanglo Loading…
[crater only] Syntactically reject equality predicates C-crater Category: Issue / PR for tracking crater runs rla-silenced Silences rust-log-analyzer postings to the PR it's added on. S-waiting-on-crater Status: Waiting on a crater run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#153513 opened Mar 6, 2026 by fmease Draft
std::any::TypeId: remove misplaced "and" in Unique<T> example A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools 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.
#153511 opened Mar 6, 2026 by DanielEScherzer Loading…
Cleanup unused diagnostic emission methods - part 2 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.
#153509 opened Mar 6, 2026 by GuillaumeGomez Loading…
Clean up the eager formatting API A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#153508 opened Mar 6, 2026 by JonathanBrouwer Loading…
tests: accept new GEP source element type llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) 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.
#153505 opened Mar 6, 2026 by durin42 Loading…
Fallback to fat LTO for -Clto=thin in cg_gcc A-gcc Things relevant to the [future] GCC backend 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.
#153503 opened Mar 6, 2026 by bjorn3 Loading…
Use trait_object_dummy_self more & heavily fix+update related docs 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.
#153497 opened Mar 6, 2026 by fmease Loading…
std: change return types of constructors to Self O-unix Operating system: Unix-like 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.
#153496 opened Mar 6, 2026 by xtqqczze Loading…
Replace Box<[TraitCandidate]> with &'hir [TraitCandidate<'hir>] T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#153494 opened Mar 6, 2026 by aerooneqq Loading…
Remove FromCycleError trait A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#153493 opened Mar 6, 2026 by zetanumbers Loading…
Add a QueryKeyId to identify a query instance A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#153492 opened Mar 6, 2026 by Zoxc Loading…
Move freeze_* methods to OpenOptionsExt2 O-windows Operating system: Windows 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.
#153491 opened Mar 6, 2026 by ChrisDenton Loading…
TY-aware delayed HIR lowering 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.
#153489 opened Mar 6, 2026 by aerooneqq Draft
Simplify the cache_on_disk_if query modifier to just cache_on_disk A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#153487 opened Mar 6, 2026 by Zalathar Loading…
tests/ui/macros: add annotations for reference rules A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools 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.
#153482 opened Mar 6, 2026 by DanielEScherzer Loading…
Fix ICE when compiling huge allocations with GVN enabled 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.
#153481 opened Mar 6, 2026 by sgasho Loading…
Add missing track_caller to overflowing trait methods 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.
#153480 opened Mar 6, 2026 by RaphiMuehlbacher Loading…
Add rationale for intentional potential_query_instability allows 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.
#153479 opened Mar 6, 2026 by xfq Loading…
Don't define ensure_ok and ensure_done for anon queries 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.
#153474 opened Mar 6, 2026 by Zoxc Loading…
Disable ensure_done A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#153472 opened Mar 6, 2026 by Zoxc Draft
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/rust-lang/rust/pull/#ref-commit-a19e748

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy