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

Fix doc typo in Vec::into_array and convert Arc/Box/Rc::into_arry to -> Result 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.
#156810 opened May 21, 2026 by Teufelchen1 Loading…
Add T: StructuralPartialEq bounds to derived StructuralPartialEq impls 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.
#156809 opened May 21, 2026 by Lars-Schumann Contributor Draft
Rollup of 3 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-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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#156808 opened May 21, 2026 by JonathanBrouwer Contributor Loading…
Add T: PartialEq bounds to derived StructuralPartialEq impls. 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.
#156807 opened May 21, 2026 by kpreid Contributor Draft
Fix reborrow ICE in MIR place lowering 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.
#156803 opened May 21, 2026 by P8L1 Contributor Loading…
Allow lazy HTML escaping perf-regression Performance regression. 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.
#156801 opened May 21, 2026 by yotamofek Contributor Loading…
delegation: do not always generate first argument 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.
#156798 opened May 21, 2026 by aerooneqq Contributor Draft
Suggest adding quotation marks to identifiers in attributes A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#156797 opened May 21, 2026 by ariagivens Contributor Loading…
Fix missing suggestion when matching String with &str 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.
#156796 opened May 21, 2026 by Kokoro2336 Contributor Loading…
Handle generic reborrow in expression-use adjustment walking 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.
#156795 opened May 21, 2026 by P8L1 Contributor Loading…
Document that destructors in running threads are not run on program exit 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.
#156788 opened May 20, 2026 by jwodder Loading…
alloc: clarify comment on ArcInner::weak lock sentinel 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.
#156787 opened May 20, 2026 by LeSingh1 Loading…
Fix reborrow_info early return skipping field validation 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.
#156784 opened May 20, 2026 by ikow Loading…
docs: make Rc::into_raw clickable in Rc::increment_strong_count doc 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.
#156783 opened May 20, 2026 by MingweiSamuel Contributor Loading…
Fix LLVM IR expectations for the autodiff abi_handling tests 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.
#156777 opened May 20, 2026 by sgasho Contributor Loading…
Minor unsoundness fix with FnDef lifetimes 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.
#156776 opened May 20, 2026 by addiesh Loading…
Add diagnostic item for Iterator::by_ref 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.
#156774 opened May 20, 2026 by samueltardieu Member Loading…
[rustdoc] Tweak doc-cfg hide by making hide(meow) hide both cfg(meow) and cfg(meow = "...") S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.
#156771 opened May 20, 2026 by GuillaumeGomez Member Loading…
Use print instead of po in debuginfo path test 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.
#156769 opened May 20, 2026 by fallofpheonix Loading…
Hint on unknown escape of Unicode quotation marks in string literal A-diagnostics Area: Messages for errors, warnings, and lints A-suggestion-diagnostics Area: Suggestions generated by the compiler applied by `cargo fix` 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.
#156768 opened May 20, 2026 by gilescope Contributor Draft
tests: fix pub-priv-dep test expectation 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.
#156764 opened May 19, 2026 by mladedav Contributor Loading…
xfs support in test_rename_directory_to_non_empty_directory 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.
#156762 opened May 19, 2026 by Hoverbear Contributor Loading…
tidy: remove duplicate entry and alphabetize OS constants list 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.
#156761 opened May 19, 2026 by kcx1 Loading…
Fix LLVM IR expectations for the autodiff generic test 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.
#156754 opened May 19, 2026 by sgasho Contributor Loading…
fix E0371 description 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.
#156752 opened May 19, 2026 by 42triangles Loading…
ProTip! Updated in the last three days: updated:>2026-05-18.