-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Issues: rust-lang/rust
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
Label
Projects
Milestones
Assignee
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 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.
read_buf_at
A-io
#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 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.
Stdout(Lock)
A-docs
#137628
opened Feb 25, 2025 by
bertptrs
Tracking issue for optional 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.
io::Read
/io::Write
methods
A-io
#136756
opened Feb 9, 2025 by
thaliaarchi
Handling of legacy-incompatible paths by 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.
PathBuf::push
on Windows
A-io
#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
#134893
opened Dec 29, 2024 by
chen1plus
On Windows 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.
is_terminal
always returns false
if the handle is not opened with read access
A-io
#130974
opened Sep 28, 2024 by
ChrisDenton
Add more 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.
ErrorKind
s
A-docs
#130193
opened Sep 10, 2024 by
GrigorenkoPV
std::fs::canonicalize
failed to process path mounted with cppcryptfs/dokan under windows
A-io
#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
#124538
opened Apr 29, 2024 by
vidhanio
with_file_name
doesn't provide checks for "path filenames"
A-io
#122868
opened Mar 22, 2024 by
dd-dreams
windows: 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.
TcpStream::shutdown
does not wake up blocking reads
A-docs
#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
Cannot impl 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.
std::os::windows::fs::MetadataExt
in stable rust
A-io
#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
Previous Next
ProTip!
Find all open issues with in progress development work with linked:pr.