Content-Length: 404755 | pFad | https://github.com/rust-lang/rust/pull/#issuecomment-72303313

69AB20C9 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

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-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.
#153508 opened Mar 6, 2026 by JonathanBrouwer Loading…
Rollup of 14 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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-clippy Relevant to the Clippy team. 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-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue. T-rustfmt Relevant to the rustfmt team, which will review and decide on the PR/issue.
#153507 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-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.
#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…
Fix ICE in offset_of! error recovery 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.
#153495 opened Mar 6, 2026 by TaKO8Ki 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…
libcore float tests: replace macro shadowing by const-compatible 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.
#153485 opened Mar 6, 2026 by RalfJung Loading…
Preserve parentheses around Fn trait bounds in pretty printer 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.
#153483 opened Mar 6, 2026 by aytey 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…
bootstrap.py: fix typo "parallle" 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)
#153476 opened Mar 6, 2026 by DanielEScherzer 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
Refactor ActiveJobGuard 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.
#153471 opened Mar 6, 2026 by nnethercote Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.








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/#issuecomment-72303313

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy