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
/
impls.rs
Age
Commit message (
Expand
)
Author
Lines
2022-08-18
Address reviewer comments
Nick Cameron
-4
/
+4
2022-08-05
non-linux platforms
Nick Cameron
-7
/
+7
2022-08-04
std::io: migrate ReadBuf to BorrowBuf/BorrowCursor
Nick Cameron
-8
/
+8
2022-06-09
Remove redundant calls to reserve in impl Write for VecDeque
Paolo Barbolini
-2
/
+0
2022-05-19
impl Read and Write for VecDeque<u8>
Evan Richter
-0
/
+48
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-3
/
+6
2021-11-02
read_buf
DrMeepster
-16
/
+22
2021-06-07
Forwarding implementation for Seek trait's stream_position method
myshylin
-0
/
+10
2021-03-21
Use io::Error::new_const everywhere to avoid allocations.
Mara Bos
-2
/
+2
2021-03-07
Generalize Write impl for Vec<u8> to Vec<u8, A>
Joel Höner
-1
/
+2
2020-12-04
std: impl of `Write` for `&mut [u8]`: document the buffer full error
Ian Jackson
-0
/
+4
2020-11-10
Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams.
Mara Bos
-14
/
+0
2020-10-22
Capture output from threads spawned in tests
Tyler Mandry
-3
/
+3
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-61
/
+3
2020-07-27
mv std libs to library/
mark
-0
/
+460