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
/
copy.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-16
library: Migrate from `cfg_if` to `cfg_select`
Josh Triplett
-3
/
+4
2025-04-01
io: Avoid marking buffer as uninit when copying to `BufWriter`
Benoît du Garreau
-1
/
+4
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2023-11-26
unify read_to_end and io::copy impls for reading into a Vec
The 8472
-66
/
+3
2023-11-04
detect EOF earlier
The 8472
-5
/
+7
2023-11-04
avoid excessive initialization when copying to a Vec
The 8472
-17
/
+47
2023-09-03
Use std::io::Error::is_interrupted everywhere
Ben Kimock
-5
/
+6
2023-07-09
additional io::copy specializations
The 8472
-2
/
+79
2023-06-17
Extend io::copy buffer reuse to BufReader too
The 8472
-13
/
+97
2023-06-16
Rollup merge of #111074 - WaffleLapkin:🌟unsizes_your_buf_reader🌟, r=Ama...
Michael Goulet
-1
/
+1
2023-05-15
wanting => want
Vagelis Prokopiou
-1
/
+1
2023-05-01
Relax implicit `W: Sized` bound on `BufWriter<W>`
Maybe Waffle
-1
/
+1
2022-08-18
Address reviewer comments
Nick Cameron
-1
/
+1
2022-08-05
non-linux platforms
Nick Cameron
-4
/
+4
2022-08-04
std::io: migrate ReadBuf to BorrowBuf/BorrowCursor
Nick Cameron
-16
/
+18
2022-03-29
Warn that platform-specific behavior may change
Martin Pool
-0
/
+4
2022-03-24
Document Linux kernel handoff in std::io::copy and std::fs::copy
Martin Pool
-0
/
+6
2021-11-02
fix test failure from trying to assume_init too much
DrMeepster
-1
/
+1
2021-11-02
Don't reinitialize here
DrMeepster
-1
/
+8
2021-11-02
read_buf
DrMeepster
-43
/
+31
2021-02-24
library: Normalize safety-for-unsafe-block comments
Miguel Ojeda
-1
/
+1
2021-01-31
specialize io::copy to use the memory of the writer if it is a BufWriter
The8472
-6
/
+74
2020-11-13
limit visibility of copy offload helpers to sys::unix module
The8472
-3
/
+0
2020-11-13
move copy specialization tests to their own module
The8472
-0
/
+3
2020-11-13
move copy specialization into sys::unix module
The8472
-377
/
+8
2020-11-13
reduce syscalls by inferring FD types based on source struct instead of calli...
The8472
-66
/
+102
2020-11-13
add forwarding specializations for &mut variants
The8472
-0
/
+21
2020-11-13
prioritize sendfile over splice since it results in fewer context switches wh...
The8472
-16
/
+16
2020-11-13
move tests module into separate file
The8472
-56
/
+0
2020-11-13
specialize io::copy to use copy_file_range, splice or sendfile
The8472
-0
/
+456