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

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-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.
#156797 opened May 21, 2026 by ariagivens 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…
Rollup of 2 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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-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.
#156794 opened May 21, 2026 by JonathanBrouwer Contributor Loading…
[beta] Clippy backport S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-clippy Relevant to the Clippy team.
#156793 opened May 21, 2026 by flip1995 Member Loading…
Unsafe kept in help text 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.
#156791 opened May 21, 2026 by ariagivens 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…
Preserve generic reborrow while fixing identity moves 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.
#156786 opened May 20, 2026 by P8L1 Contributor 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-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.
#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…
Update LLVM to 22.1.6 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.
#156757 opened May 19, 2026 by dianqk Member 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…
Improve E0637 suggestions for associated type bindings 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.
#156750 opened May 19, 2026 by qaijuang Contributor Loading…
ProTip! Filter pull requests by the default branch with base:main.