about summary refs log tree commit diff
path: root/src/libstd/sys_common/io.rs
AgeCommit message (Collapse)AuthorLines
2019-02-28libstd => 2018Taiki Endo-4/+4
2018-12-25Remove licensesMark Rousskov-9/+0
2018-09-04Breaking change upgradesMark Rousskov-1/+1
2017-06-20Add `Read::initializer`.Steven Fackler-129/+0
This is an API that allows types to indicate that they can be passed buffers of uninitialized memory which can improve performance.
2016-11-01std: Move sys_common to libstd/sys_commonBrian Anderson-0/+179
Make the directory structure reflect the module structure. I've always found the existing structure confusing.