summary refs log tree commit diff
path: root/src/libstd/sys/unix/ext.rs
AgeCommit message (Collapse)AuthorLines
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
This gets rid of the 'experimental' level, removes the non-staged_api case (i.e. stability levels for out-of-tree crates), and lets the staged_api attributes use 'unstable' and 'deprecated' lints. This makes the transition period to the full feature staging design a bit nicer.
2014-11-21libs: add std::os::unix moduleAaron Turon-0/+107
The new `std::os::unix` module exposes several extension traits for extracting file descriptors from `std::io` types.