about summary refs log tree commit diff
path: root/src/libstd/sys/unix/pipe.rs
AgeCommit message (Expand)AuthorLines
2015-01-01std: Second pass stabilization of syncAlex Crichton-7/+3
2014-12-29Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-27Make trait's impls consistent for unix/windowsFlavio Percoco-0/+5
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-2/+4
2014-12-26Require types to opt-in SyncFlavio Percoco-0/+2
2014-12-21Remove a ton of public reexportsCorey Farwell-0/+1
2014-12-13libstd: use unboxed closuresJorge Aparicio-4/+4
2014-12-05Fall out of the std::sync rewriteAlex Crichton-4/+3
2014-11-21sys: reveal std::io representation to sys moduleAaron Turon-3/+3
2014-11-20Make most of std::rt privateAaron Turon-1/+1
2014-11-17Fix fallout from coercion removalNick Cameron-3/+3
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-0/+321