summary refs log tree commit diff
path: root/src/libstd/sys/unix/pipe.rs
AgeCommit message (Expand)AuthorLines
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-0/+1
2015-06-09std: Tweak process raising/lowering implementationsAlex Crichton-1/+1
2015-05-16std: Implement lowering and raising for process IOAlex Crichton-3/+2
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-0/+50
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-328/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-13Fallout of std::old_io deprecationAlex Crichton-0/+2
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-1/+1
2015-02-25Assert is internal now (fixup #22739)Manish Goregaokar-1/+1
2015-02-23Hide unnecessary error checking from the userTobias Bucher-3/+3
2015-02-18std: Implement CString-related RFCsAlex Crichton-3/+3
2015-02-04remove all kind annotations from closuresJorge Aparicio-4/+4
2015-01-26Fallout of io => old_ioAlex Crichton-2/+2
2015-01-05std: Redesign c_str and c_vecAlex Crichton-2/+2
2015-01-03Remove deprecated functionalityAlex Crichton-5/+6
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-2/+0
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-6/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-3/+3
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