summary refs log tree commit diff
path: root/src/libnative/io/pipe_unix.rs
AgeCommit message (Expand)AuthorLines
2014-03-27Fix fallout of removing default boundsAlex Crichton-6/+6
2014-02-27native: Improve windows file handlingAlex Crichton-2/+2
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
2014-02-20Mass rename if_ok! to try!Alex Crichton-5/+5
2014-02-16Implement named pipes for windows, touch up unixAlex Crichton-182/+167
2014-02-16Move unix pipes implementation to pipe_unix.rsAlex Crichton-0/+300