about summary refs log tree commit diff
path: root/src/libstd/sys/unix/ext/io.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-124/+0
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-7/+19
2019-03-29implement `AsRawFd` for stdio locksAndy Russell-0/+15
2019-02-28libstd => 2018Taiki Endo-6/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2017-08-16Refactoring: move net specific fd imps to netTobias Schaffner-56/+1
2017-07-25Correct 'stable' attributeIan Douglas Scott-3/+3
2017-07-24Implement AsRawFd for Stdin, Stdout, and StderrIan Douglas Scott-0/+17
2017-04-03Revert "Implement AsRawFd/IntoRawFd for RawFd"Cody P Schafer-15/+0
2017-03-26Implement AsRawFd/IntoRawFd for RawFdJörg Thalheim-0/+15
2016-12-04Fix small typoGuillaume Gomez-1/+1
2015-12-30doc: fix typoTshepang Lekhonkhobe-1/+1
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-2/+6
2015-08-15std: Add issues to all unstable featuresAlex Crichton-1/+2
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-1/+34
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-5/+5
2015-05-06Stabilize from_raw_osSteven Allen-6/+6
2015-04-27std: Expand the area of std::fsAlex Crichton-0/+108