about summary refs log tree commit diff
path: root/src/libstd/sys/unix/io.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-76/+0
2020-02-23Implement `Copy` for `IoSlice`LeSeulArtichaut-0/+1
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-18/+6
2019-08-03Add {IoSlice, IoSliceMut}::advanceThomas de Zeeuw-0/+24
2019-07-26add repr(transparent) to IoSliceMut where missingNiv Kaminer-0/+1
2019-04-27Stabilized vectored IOSteven Fackler-8/+8
2019-02-28Fix rebase failTaiki Endo-2/+3
2019-02-13impl Deref/DerefMut for IoVec typesSteven Fackler-3/+3
2019-02-13Add vectored read and write supportSteven Fackler-0/+61