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

Enable file locking support in illumos beta-nominated Nominated for backporting to the compiler in the beta channel. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. stable-nominated Nominated for backporting to the compiler in the stable channel. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#148322 opened Oct 31, 2025 by pietroalbini Loading… updated Oct 31, 2025
Add some conversion trait impls disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. final-comment-period In the final comment period and will be merged soon unless new substantive objections are raised. needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#145504 opened Aug 16, 2025 by Jules-Bertholet Loading… updated Oct 31, 2025
Add contracts for all functions in Alignment F-contracts `#![feature(contracts)]` perf-regression Performance regression. 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.
#136578 opened Feb 5, 2025 by tautschnig Loading… updated Oct 30, 2025
minimal dirfd implementation (1/4) O-windows Operating system: Windows S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#146341 opened Sep 8, 2025 by Qelxiros Loading… updated Oct 30, 2025
Deduplicated float tests and unified in floats/mod.rs 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.
#148206 opened Oct 28, 2025 by xonx4l Loading… updated Oct 30, 2025
Implement create_dir_all() to operate iteratively instead of recursively 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.
#148196 opened Oct 28, 2025 by asder8215 Loading… updated Oct 29, 2025
Make IoSlice and IoSliceMut methods unstably const disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. to-announce Announce this issue on triage meeting
#144090 opened Jul 17, 2025 by thaliaarchi Loading… updated Oct 26, 2025
lint ImproperCTypes: refactor linting architecture (part 3) 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.
#146275 opened Sep 6, 2025 by niacdoial Loading… updated Oct 25, 2025
lint ImproperCTypes: refactor linting architecture (part 2) 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.
#146273 opened Sep 6, 2025 by niacdoial Loading… updated Oct 25, 2025
std: sys: net: uefi: tcp: Initial TcpListener support O-UEFI UEFI S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#145339 opened Aug 13, 2025 by Ayush1325 Loading… updated Oct 25, 2025
Add const cloning of slices and tests 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.
#147938 opened Oct 21, 2025 by Randl Loading… updated Oct 22, 2025
Fix passing/returning structs with the 64-bit SPARC ABI 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.
#142680 opened Jun 18, 2025 by beetrees Loading… updated Oct 20, 2025
Update cell.rs, correct module level 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.
#146863 opened Sep 21, 2025 by matwatson Loading… updated Oct 20, 2025
reference dirfd implementation A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. O-windows Operating system: Windows S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#139514 opened Apr 8, 2025 by Qelxiros Draft updated Oct 18, 2025
Rewriteis_ascii using slice::as_chunks S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#144837 opened Aug 2, 2025 by Kmeakin Loading… updated Oct 16, 2025
a collection of simple const changes 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.
#146600 opened Sep 15, 2025 by npmccallum Loading… updated Oct 16, 2025
Expand const impls of PartialEq, Eq, PartialOrd and Ord 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.
#146097 opened Sep 1, 2025 by npmccallum Loading… updated Oct 15, 2025
Add PeekableIterator trait S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#144935 opened Aug 5, 2025 by wmstack Loading… updated Oct 14, 2025
Make SIMD intrinsics available in const-contexts 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.
#147521 opened Oct 9, 2025 by sayantn Loading… updated Oct 10, 2025
Make Rc<T>::deref and Arc<T>::deref zero-cost perf-regression Performance regression. S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#132553 opened Nov 3, 2024 by EFanZh Loading… updated Oct 6, 2025
Help optimize out bounds checks in median_of_medians S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#144327 opened Jul 22, 2025 by kornelski Draft updated Oct 5, 2025
Make Rc<T>::deref zero-cost perf-regression Performance regression. 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.
#141348 opened May 21, 2025 by EFanZh Loading… updated Oct 5, 2025
18 tasks
Add doc for va_list APIs S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#146925 opened Sep 23, 2025 by DiuDiu777 Loading… updated Oct 4, 2025
Run-make test to check core::ffi::c_* types against clang A-run-make Area: port run-make Makefiles to rmake.rs 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.
#133944 opened Dec 6, 2024 by ricci009 Loading… updated Oct 2, 2025
more float constants needs-acp This change is blocked on the author creating an ACP. S-waiting-on-ACP Status: PR has an ACP and is waiting for the ACP to complete. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#146934 opened Sep 23, 2025 by joshuarayton Loading… updated Sep 29, 2025
ProTip! What’s not been updated in a month: updated:<2025-09-30.