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

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…
Rollup of 9 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-run-make Area: port run-make Makefiles to rmake.rs 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-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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#142181 opened Jun 7, 2025 by GuillaumeGomez 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…
get rid of spurious cfg(bootstrap) 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.
#142154 opened Jun 7, 2025 by RalfJung Loading…
compiler: Treat ForceWarning as a Warning for diagnostic level 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.
#142148 opened Jun 7, 2025 by workingjubilee 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…
compiler: Sort and doc ExternAbi variants 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.
#142140 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…
Treat normalizing consts like normalizing types in deeply normalize 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#142126 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…
ProTip! Filter pull requests by the default branch with base:master.