Skip to content

Issues: rust-lang/rust

Draft release notes for 1.88.0
#141598 opened May 26, 2025 by Mark-Simulacrum
Open 10
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

Partially consolidate "TOCTOU" explanations A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#141837 opened May 31, 2025 by workingjubilee
Tracking Issue for read_buf_at A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC S-tracking-unimplemented Status: The feature has not been implemented. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#140771 opened May 7, 2025 by niklasf
1 of 4 tasks
UnixStream doesn't set MSG_NOSIGNAL as UnixDatagram A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#139956 opened Apr 17, 2025 by mlowicki
SocketAncillary doesn't ensure the control buffer is aligned at least as much as cmsghdr A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-bug Category: This is a bug. F-unix_socket_ancillary_data `#![feature(unix_socket_ancillary_data)]` O-unix Operating system: Unix-like T-libs Relevant to the library team, which will review and decide on the PR/issue.
#139861 opened Apr 15, 2025 by bjorn3
non-obvious choices in std IPv6 test creation A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` A-testsuite Area: The testsuite used to check the correctness of rustc C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#138328 opened Mar 11, 2025 by workingjubilee
Document buffering behaviour fot Stdout(Lock) A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` 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.
#137628 opened Feb 25, 2025 by bertptrs
Tracking issue for optional io::Read/io::Write methods A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-libs Relevant to the library team, which will review and decide on the PR/issue.
#136756 opened Feb 9, 2025 by thaliaarchi
Handling of legacy-incompatible paths by PathBuf::push on Windows A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-discussion Category: Discussion or questions that doesn't represent real issues. O-windows Operating system: Windows T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#135443 opened Jan 13, 2025 by kornelski
Tracking Issue for std::net::hostname A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#135142 opened Jan 6, 2025 by orowith2os
1 of 5 tasks
std::fs::File::create return a wrong error on Windows when the path points to a directory A-filesystem Area: `std::fs` A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-discussion Category: Discussion or questions that doesn't represent real issues. O-windows Operating system: Windows T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134893 opened Dec 29, 2024 by chen1plus
On Windows is_terminal always returns false if the handle is not opened with read access A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-bug Category: This is a bug. O-windows Operating system: Windows T-libs Relevant to the library team, which will review and decide on the PR/issue.
#130974 opened Sep 28, 2024 by ChrisDenton
bind may incorrectly create a dual-stack socket on some platforms A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#130668 opened Sep 21, 2024 by Zoxc
Add more ErrorKinds A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#130193 opened Sep 10, 2024 by GrigorenkoPV
std::fs::canonicalize failed to process path mounted with cppcryptfs/dokan under windows A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-bug Category: This is a bug. O-windows Operating system: Windows T-libs Relevant to the library team, which will review and decide on the PR/issue.
#129237 opened Aug 18, 2024 by 9-2-1
Should IoSliceMut::advance() be used when impl std::io::Read::read_vectored()? A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-discussion Category: Discussion or questions that doesn't represent real issues. 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.
#128669 opened Aug 5, 2024 by zh-jq-b
missed optimization: coalesce PathBuf reallocation A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127059 opened Jun 27, 2024 by lolbinarycat
io::Sink is useless since version 1.73 as io::Empty now has a superset of its features. A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-discussion Category: Discussion or questions that doesn't represent real issues. 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.
#124538 opened Apr 29, 2024 by vidhanio
std::fs::create_dir_all will stack overflow with big paths A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#124309 opened Apr 23, 2024 by xTachyon
with_file_name doesn't provide checks for "path filenames" A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#122868 opened Mar 22, 2024 by dd-dreams
windows: TcpStream::shutdown does not wake up blocking reads A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-bug Category: This is a bug. O-windows Operating system: Windows T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#121594 opened Feb 25, 2024 by lukas-code
Tracking Issue for directory handles A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC O-fuchsia Operating system: Fuchsia T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#120426 opened Jan 27, 2024 by the8472
1 of 7 tasks
fs::create_dir_all doesn't work on other computers A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` O-windows Operating system: Windows T-libs Relevant to the library team, which will review and decide on the PR/issue.
#120054 opened Jan 17, 2024 by DP1000
Cannot impl std::os::windows::fs::MetadataExt in stable rust A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-bug Category: This is a bug. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#118795 opened Dec 10, 2023 by Berrysoft
TcpStream peer_addr failure response is always slower on Windows than on other platforms. A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such O-windows Operating system: Windows T-libs Relevant to the library team, which will review and decide on the PR/issue.
#117898 opened Nov 14, 2023 by takkuumi
[crash] Rust doesn't handle io:Error on command spawning A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#116897 opened Oct 18, 2023 by DmitryAstafyev
ProTip! Find all open issues with in progress development work with linked:pr.