index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
io
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-28
Fix typo
Sebastian Speitel
-1
/
+1
2025-09-16
Fix spelling of "adaptor"
Joe Birr-Pixton
-1
/
+1
2025-08-06
Clarify EOF handling for `BufRead::skip_until`
ginnyTheCat
-2
/
+7
2025-07-09
core: Remove `BorrowedCursor::init_ref` method
Benoît du Garreau
-3
/
+3
2025-07-01
Update version placeholders
Josh Stone
-1
/
+1
2025-06-10
Rollup merge of #142102 - kiseitai3:141714_stdin_read_to_string_docs, r=tgross35
León Orell Valerian Liehr
-0
/
+40
2025-06-10
docs: Small clarification on the usage of read_to_string and read_to_end trai...
kiseitai3
-0
/
+40
2025-06-05
Clarify description of `Seek::stream_len`
Tobias Bucher
-1
/
+1
2025-06-05
Optimize `Seek::stream_len` impl for `File`
Tobias Bucher
-10
/
+14
2025-05-19
Add `std::io::Seek` instance for `std::io::Take`
Mario Pastorelli
-1
/
+52
2025-04-25
Grammar fixes for BufRead::has_data_left docs
Ethan Wu
-2
/
+2
2025-04-15
Add warning comment to `Take::get_ref` and `Chain::get_ref`
Josh Triplett
-0
/
+8
2025-04-09
replace version placeholder
Boxy
-1
/
+1
2025-03-28
`io::Take`: avoid new `BorrowedBuf` creation in some case
Benoît du Garreau
-4
/
+4
2025-03-21
Rollup merge of #138650 - thaliaarchi:io-write-fmt-known, r=ibraheemdev
Matthias Krüger
-35
/
+46
2025-03-19
Rollup merge of #136177 - hkBst:patch-24, r=ibraheemdev
Matthias Krüger
-24
/
+17
2025-03-18
Apply suggestions from code review
Marijn Schouten
-7
/
+7
2025-03-18
Optimize io::Write::write_fmt for constant strings
Thalia Archibald
-35
/
+46
2025-03-14
Stablize feature `anonymous_pipe`
Jiahao XU
-1
/
+1
2025-02-21
Clarify/update comments in `BufRead::read_line`'s default body
Frank Steffahn
-1
/
+1
2025-02-12
Add diagnostic item for `std::io::BufRead`
Samuel Tardieu
-0
/
+1
2025-02-07
std: get rid of `sys_common::io`
joboet
-1
/
+1
2025-01-28
clarify BufRead::{fill_buf, consume} docs
Marijn Schouten
-24
/
+17
2025-01-26
Move `std::io::pipe` code into its own file
Tobias Bucher
-255
/
+3
2025-01-25
Improve and expand documentation of pipes
Josh Triplett
-8
/
+14
2025-01-17
Move `std::pipe::*` into `std::io`
Jiahao XU
-0
/
+249
2024-12-21
Less unwrap() in documentation
Kornel
-10
/
+15
2024-11-25
std: expose `const_io_error!` as `const_error!`
joboet
-2
/
+5
2024-11-09
Add as_slice/into_slice for IoSlice/IoSliceMut.
Alona Enraght-Moony
-0
/
+45
2024-10-15
replace placeholder version
Josh Stone
-1
/
+1
2024-10-04
Stabilize `BufRead::skip_until`
okaneco
-3
/
+1
2024-09-23
Add a comment to `Read::read_buf`
Benoît du Garreau
-0
/
+2
2024-09-23
Fix `io::default_read_to_end` uses of `read_buf`
Benoît du Garreau
-10
/
+14
2024-09-23
Fix `io::Take::read_buf`
Benoît du Garreau
-4
/
+5
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-09-21
wait for two short reads before uncapping the max read size
The 8472
-3
/
+13
2024-09-20
[Clippy] Remove final std paths for diagnostic item
GnomedDev
-0
/
+1
2024-07-30
Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
bors
-4
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-11
/
+7
2024-07-28
Update CURRENT_RUSTC_VERSION
Mark Rousskov
-4
/
+4
2024-07-26
Fix doc nits
John Arundel
-13
/
+13
2024-07-14
std: Unsafe-wrap std::io
Jubilee Young
-3
/
+2
2024-07-14
std: deny(unsafe_op_in_unsafe_fn) but allow sites
Jubilee Young
-0
/
+1
2024-07-12
Stabilize io_slice_advance
Eduardo Sánchez Muñoz
-12
/
+4
2024-06-11
replace version placeholder
Pietro Albini
-1
/
+1
2024-05-13
Rollup merge of #123817 - slanterns:seek_relative, r=dtolnay
Matthias Krüger
-2
/
+1
2024-05-11
io::Write::write_fmt: panic if the formatter fails when the stream does not fail
Ralf Jung
-1
/
+5
2024-05-04
Rollup merge of #122441 - a1phyr:improve_read_impls, r=ChrisDenton
Matthias Krüger
-1
/
+4
2024-04-27
io safety: update Unix explanation
Ralf Jung
-1
/
+1
2024-04-12
Avoid panicking branch in `append_to_string`
Benoît du Garreau
-1
/
+4
[next]