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
/
sys
/
unix
/
kernel_copy.rs
Age
Commit message (
Expand
)
Author
Lines
2022-12-22
std: only use LFS function on glibc
mochaaP
-2
/
+2
2022-12-07
Use more LFS functions.
Michael Benfield
-1
/
+5
2022-10-13
fix small word dupe typos
Rageking8
-1
/
+1
2022-05-09
Use Rust 2021 prelude in std itself.
Mara Bos
-1
/
+0
2021-12-14
Fix a bunch of typos
Frank Steffahn
-1
/
+1
2021-11-27
Auto merge of #90846 - cuviper:weak, r=dtolnay
bors
-0
/
+6
2021-11-23
kernel_copy: avoid panic on unexpected OS error
Georg Brandl
-2
/
+4
2021-11-12
Refactor weak symbols in std::sys::unix
Josh Stone
-0
/
+6
2021-07-10
Change `weak!` and `linkat!` to macros 2.0
Aris Merchant
-0
/
+1
2021-02-22
fix io::copy specialization when writer was opened with O_APPEND
The8472
-8
/
+10
2020-12-09
Improve comment grammar
The8472
-2
/
+2
2020-12-09
implement better availability probing for copy_file_range
The8472
-34
/
+48
2020-12-03
fix copy specialization not updating Take wrappers
The8472
-12
/
+42
2020-12-01
Leverage kernel copy for UnixStream
Nicolas Koch
-0
/
+29
2020-11-16
Use syscall! for copy_file_range too
Josh Stone
-9
/
+9
2020-11-13
Always handle EOVERFLOW by falling back to the generic copy loop
The8472
-5
/
+5
2020-11-13
do direct splice syscall and probe availability to get android builds to work
The8472
-4
/
+38
2020-11-13
move sendfile/splice/copy_file_range into kernel_copy module
The8472
-2
/
+146
2020-11-13
limit visibility of copy offload helpers to sys::unix module
The8472
-0
/
+3
2020-11-13
move copy specialization into sys::unix module
The8472
-0
/
+422