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

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

Actually enable the AIX Extended Altivec ABI in LLVM 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#153784 opened Mar 12, 2026 by Gelbpunkt Loading…
Rollup of 5 pull requests A-rustc-dev-guide Area: rustc-dev-guide 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. 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.
#153783 opened Mar 12, 2026 by JonathanBrouwer Loading…
Rollup of 5 pull requests A-rustc-dev-guide Area: rustc-dev-guide rollup A PR which is a rollup 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#153782 opened Mar 12, 2026 by JonathanBrouwer Loading…
Remove MTLock A-rustc-dev-guide Area: rustc-dev-guide 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.
#153780 opened Mar 12, 2026 by Zoxc Loading…
Refactor query latch 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.
#153779 opened Mar 12, 2026 by zetanumbers Loading…
Couple of driver interface improvements S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-clippy Relevant to the Clippy team. 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.
#153778 opened Mar 12, 2026 by bjorn3 Loading…
Include optional dso_local marker for functions in enum-[match,transparent-extract].rs 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.
#153777 opened Mar 12, 2026 by Urhengulas Loading…
Remove redundant is_dyn_thread_safe checks 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.
#153776 opened Mar 12, 2026 by zetanumbers Loading…
doc clarify allocator invariant 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.
#153775 opened Mar 12, 2026 by lms0806 Loading…
Fix std doctest build for SGX target. 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.
#153774 opened Mar 12, 2026 by sardok Loading…
target specs: stricter checks for LLVM ABI values, and correlate that with cfg(target_abi) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#153769 opened Mar 12, 2026 by RalfJung Loading…
Make par_slice consistent with single-threaded execution 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.
#153768 opened Mar 12, 2026 by zetanumbers Loading…
try_execute_query tweaks 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.
#153766 opened Mar 12, 2026 by nnethercote Draft
Move and expand the big rustc_query_impl macro into a physical query_impl.rs 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.
#153760 opened Mar 12, 2026 by Zalathar Loading…
Add a suite of ChunkedBitSet union/subtract/intersect test scenarios 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.
#153759 opened Mar 12, 2026 by Zalathar Loading…
fix(delegation): Filter Out Module Segments in Generic Args Inheritance F-fn_delegation `#![feature(fn_delegation)]` 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.
#153752 opened Mar 12, 2026 by TKanX Loading…
Detect existing turbofish on method calls to suppress useless suggestion 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.
#153751 opened Mar 12, 2026 by arferreira Loading…
Account for ownership mismatch on argument that doesn't meet bound 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-types Relevant to the types team, which will review and decide on the PR/issue.
#153749 opened Mar 11, 2026 by estebank Loading…
Inline ActiveGuardDrop::drop_and_maybe_poison. 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.
#153747 opened Mar 11, 2026 by nnethercote Draft
rustdoc: add emoji icons for unstable and deprecated to search results A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#153746 opened Mar 11, 2026 by lolbinarycat Loading…
Implement RFC 3917 for instrumented functions A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#153742 opened Mar 11, 2026 by pmur Draft
Don't look for non-type-level assoc consts when checking trait object types beta-nominated Nominated for backporting to the compiler in the beta channel. 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.
#153738 opened Mar 11, 2026 by fmease Loading…
rustdoc: Add [arg@name] intra-doc syntax for referencing function arguments 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.
#153734 opened Mar 11, 2026 by nik-rev Loading…
When single impl can satisfy inference error, suggest type 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.
#153727 opened Mar 11, 2026 by estebank Loading…
Fix that ./x test --no-doc actually keeps the same behaviour for backwards compatability 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)
#153725 opened Mar 11, 2026 by Urhengulas Loading…
ProTip! Type g i on any issue or pull request to go back to the issue 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-ba77e22

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy