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

add exact bitshifts 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.
#144342 opened Jul 23, 2025 by Qelxiros
Enable const-vector.rs test on RISC-V (riscv64) 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.
#144341 opened Jul 23, 2025 by CaiWeiran
UI test suite clarity changes: Rename tests/ui/SUMMARY.md and update rustc dev guide on error-pattern A-rustc-dev-guide Area: rustc-dev-guide 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.
#144340 opened Jul 23, 2025 by Oneirical Approved
Enable dwarf-mixed-versions-lto.rs test on RISC-V (riscv64) 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.
#144339 opened Jul 23, 2025 by CaiWeiran
Update cargo S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#144338 opened Jul 23, 2025 by weihanglo Draft
Tweak closure string when using -Zspan_free_formats 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.
#144337 opened Jul 23, 2025 by estebank Draft
Don't suggest assoc ty bound on non-angle-bracketed problematic assoc ty binding 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.
#144335 opened Jul 22, 2025 by fmease Approved
rustc_resolve: get rid of unused rustdoc::span_of_fragments_with_expansion 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.
#144334 opened Jul 22, 2025 by lolbinarycat
Disable non_exhaustive_omitted_patterns within matches! macro 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.
#144331 opened Jul 22, 2025 by jplatte
document assumptions about Clone and Eq traits 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.
#144330 opened Jul 22, 2025 by gewitternacht
Help optimize out bounds checks in median_of_medians 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.
#144327 opened Jul 22, 2025 by kornelski
Rollup of 8 pull requests A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-run-make Area: port run-make Makefiles to rmake.rs A-tidy Area: The tidy tool rollup A PR which is a rollup 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. 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.
#144325 opened Jul 22, 2025 by matthiaskrgr
add AnonConstKind to non_trivial_const_arg diagnostics 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.
#144324 opened Jul 22, 2025 by dvtkrlbs Draft
add rustfmt support for cfg_select S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#144323 opened Jul 22, 2025 by folkertdev
Add lint against dangling pointers from local variables disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. I-lang-nominated Nominated for discussion during a lang team meeting. P-lang-drag-1 Lang team prioritization drag level 1. https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-lang Relevant to the language team
#144322 opened Jul 22, 2025 by Urgau
rustdoc: avoid allocating a temp String for aliases in search index S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. 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.
#144320 opened Jul 22, 2025 by lolbinarycat
pass build.npm from bootstrap to tidy and use it for npm install A-testsuite Area: The testsuite used to check the correctness of rustc A-tidy Area: The tidy tool 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)
#144317 opened Jul 22, 2025 by lolbinarycat Approved
bootstrap: Move musl-root fallback out of sanity check 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)
#144316 opened Jul 22, 2025 by Gelbpunkt
bootstrap: add package.json and package-lock.json to dist tarball 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)
#144315 opened Jul 22, 2025 by lolbinarycat
Hint that choose_pivot returns index in bounds 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.
#144314 opened Jul 22, 2025 by kornelski
Add powerpc64le-unknown-linux-musl to CI rustc targets 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)
#144311 opened Jul 22, 2025 by Gelbpunkt
[rustdoc] Display total time and compilation time of merged doctests S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#144308 opened Jul 22, 2025 by GuillaumeGomez Changes requested
Free disk space on Windows 2025 runners A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#144305 opened Jul 22, 2025 by ChrisDenton
Consolidate staging for rustc_private tools A-testsuite Area: The testsuite used to check the correctness of rustc 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)
#144303 opened Jul 22, 2025 by Kobzol
Streamline config parsing method 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)
#144301 opened Jul 22, 2025 by Shourya742
ProTip! Exclude everything labeled bug with -label:bug.