about summary refs log tree commit diff
path: root/src/libstd/io/net/pipe.rs
AgeCommit message (Expand)AuthorLines
2015-01-26std: Rename io to old_ioAlex Crichton-864/+0
2015-01-17Evaluate # fn in docsSteve Klabnik-2/+0
2015-01-08Improvements to feature stagingBrian Anderson-6/+6
2015-01-06Fallout from stabilizationAaron Turon-6/+6
2015-01-05std: Redesign c_str and c_vecAlex Crichton-8/+13
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-40/+46
2015-01-02std: Stabilize the prelude moduleAlex Crichton-41/+45
2015-01-02More falloutNick Cameron-4/+4
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-40/+48
2014-12-29std: Stabilize the prelude moduleAlex Crichton-40/+42
2014-12-29Fallout from globs/re-export/shadowing changeNick Cameron-1/+1
2014-12-27Fix falloutNick Cameron-1/+1
2014-12-18Fallout from new thread APIAaron Turon-1/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-32/+35
2014-11-26/*! -> //!Steve Klabnik-13/+9
2014-11-21sys: reveal std::io representation to sys moduleAaron Turon-0/+20
2014-11-17Fix fallout from coercion removalNick Cameron-43/+43
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-34/+31
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-14/+14
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-16libstd: Remove all uses of {:?}.Luqman Aden-1/+1
2014-10-01Remove iotest macroAaron Turon-54/+86
2014-09-27auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichtonbors-1/+1
2014-09-25Ignore two I/O tests that are failing on the win32 botBrian Anderson-0/+1
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-1/+1
2014-09-16Rename std::io::net::unix to std::io::net::pipe.Jonas Hietala-0/+802