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

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…
Filter PhantomData fields in CoerceShared borrowck field matching 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.
#156785 opened May 20, 2026 by ikow Loading…
Fix reborrow_info early return skipping field validation 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.
#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-review Status: Awaiting review from the assignee but also interested parties.
#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…
remove box_patterns I-lang-nominated Nominated for discussion during a lang team meeting. needs-crater This change needs a crater run to check for possible breakage in the ecosystem. needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. S-blocked Status: Blocked on something else such as an RFC or other implementation work. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustfmt Relevant to the rustfmt team, which will review and decide on the PR/issue.
#156749 opened May 19, 2026 by cyrgani Contributor Loading…
cg_llvm: Use LLVMDIBuilderCreateEnumeratorOfArbitraryPrecision A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#156746 opened May 19, 2026 by Zalathar Member Loading…
std: store key-based TLS variables in a hashmap A-thread-locals Area: Thread local storage (TLS) O-SGX Target: SGX O-windows-gnu Toolchain: GNU, Operating system: Windows O-xous OS: A microkernel OS for privacy in computing 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.
#156743 opened May 19, 2026 by joboet Member Loading…
[Experiment] Add rigid alias marker A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. perf-regression Performance regression. PG-exploit-mitigations Project group: Exploit mitigations S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-clippy Relevant to the Clippy team. 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)
#156742 opened May 19, 2026 by adwinwhite Contributor Draft
Implement DoubleEndedIterator::next_chunk_back 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.
#156737 opened May 19, 2026 by asder8215 Contributor Loading…
Fix jump to def link generation on primitive type associated methods 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.
#156736 opened May 19, 2026 by GuillaumeGomez Member Loading…
ProTip! Add no:assignee to see everything that’s not assigned.