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

Ensure non-empty buffers for large vectored I/O 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. O-hermit Operating System: Hermit O-unix Operating system: Unix-like S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. S-waiting-on-fcp Status: PR is in FCP and is awaiting for FCP to complete. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#138879 opened Mar 24, 2025 by thaliaarchi Loading…
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…
18 tasks
lint ImproperCTypes: overhaul (take 2 of "better handling of indirections") A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` F-autodiff `#![feature(autodiff)]` 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.
#134697 opened Dec 23, 2024 by niacdoial Loading…
4 of 23 tasks
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…
minimal dirfd implementation (1/4) O-windows Operating system: Windows 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.
#146341 opened Sep 8, 2025 by Qelxiros Loading…
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…
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…
add track_caller attribute to map_err and ok_or/_else perf-regression Performance regression. 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.
#142093 opened Jun 5, 2025 by yaahc Loading…
std: introduce path normalize methods at top of std::path 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.
#142957 opened Jun 24, 2025 by xizheyin Loading…
Optimize std::str::Chars::next and std::str::Chars::next_back perf-regression Performance regression. 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.
#142038 opened Jun 4, 2025 by Kmeakin Loading…
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…
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…
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…
alloc: fix Debug implementation of ExtractIf 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.
#147035 opened Sep 25, 2025 by joboet Loading…
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…
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…
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
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…
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…
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…
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…
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…
Add InfiniteIterator trait needs-acp This change is blocked on the author creating an ACP. 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.
#146668 opened Sep 17, 2025 by 414owen Loading…
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…
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…
ProTip! Adding no:label will show everything without a label.