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

Convert moves of references to copies in ReferencePropagation S-waiting-on-perf Status: Waiting on a perf run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142185 opened Jun 8, 2025 by saethlin Draft
Added test for 30904 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.
#142183 opened Jun 7, 2025 by Kivooeo Loading…
store target.min_global_align as an Align A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#142179 opened Jun 7, 2025 by folkertdev Loading…
add core::async_iter::pending 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.
#142177 opened Jun 7, 2025 by Qelxiros Loading…
tests: Split dont-shuffle-bswaps along opt-levels and arches 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.
#142176 opened Jun 7, 2025 by workingjubilee Loading…
tests/ui: A New Order [7/N] 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.
#142171 opened Jun 7, 2025 by Kivooeo Loading…
Stacked Borrows: raw pointers inherit the tag from their parent pointer T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142170 opened Jun 7, 2025 by RalfJung Draft
Test binary size of share generics perf-regression Performance regression. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142165 opened Jun 7, 2025 by Noratrieb Draft
UnsafePinned: update get() docs and signature to allow shared mutation 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.
#142162 opened Jun 7, 2025 by RalfJung Loading…
Only allow bootstrap cfg in rustc & related 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#142160 opened Jun 7, 2025 by Urgau Loading…
Tracking the old name of renamed unstable library features A-attributes Area: Attributes (`#[…]`, `#![…]`) 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-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.
#142158 opened Jun 7, 2025 by xizheyin Loading…
rustc_resolve: Improve resolve_const_param_in_non_trivial_anon_const wording 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.
#142157 opened Jun 7, 2025 by Enselic Loading…
Withdraw the claim extern "C-cmse-nonsecure-*" always matches extern "C" 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.
#142146 opened Jun 7, 2025 by workingjubilee Loading…
Include additional hashes in src/stage0 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-infra Relevant to the infrastructure 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.
#142139 opened Jun 7, 2025 by erickt Loading…
Add Vec::into_chunks 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.
#142138 opened Jun 7, 2025 by ashivaram23 Loading…
docs: autogenerate compiler flag stubs based on -Zhelp 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.
#142135 opened Jun 7, 2025 by rmehri01 Loading…
Reject extern "{abi}" when the target does not support it A-rustdoc-json Area: Rustdoc JSON backend 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#142134 opened Jun 6, 2025 by workingjubilee Loading…
tests/ui: A New Order [6/N] 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.
#142132 opened Jun 6, 2025 by Kivooeo Loading…
Apply mismatched-lifetime-syntaxes to trait and extern functions L-mismatched_lifetime_syntaxes Lint: mismatched_lifetime_syntaxes 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.
#142129 opened Jun 6, 2025 by shepmaster Loading…
Apply nested goals certainty to InspectGoals for normalizes-to 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)
#142127 opened Jun 6, 2025 by compiler-errors Loading…
Stabilize "file_lock" feature 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.
#142125 opened Jun 6, 2025 by cberner Loading…
Allow transmute casts in pre-runtime-MIR 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.
#142124 opened Jun 6, 2025 by oli-obk Loading…
Implement initial support for timing sections (--json=timings) 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.
#142123 opened Jun 6, 2025 by Kobzol Loading…
[DO NOT MERGE] Experimental A-testsuite Area: The testsuite used to check the correctness of rustc T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-libs Relevant to the library team, which will review and decide on the PR/issue.
#142117 opened Jun 6, 2025 by jieyouxu Draft
[EXPERIMENTAL] Debugging aarch64-apple rustdoc test failure A-testsuite Area: The testsuite used to check the correctness of rustc 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#142115 opened Jun 6, 2025 by jieyouxu Draft
ProTip! Updated in the last three days: updated:>2025-06-04.