about summary refs log tree commit diff
path: root/src/libstd/io/pipe.rs
AgeCommit message (Expand)AuthorLines
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-3/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-3/+6
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-3/+3
2014-12-29std: Stabilize the prelude moduleAlex Crichton-3/+6
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-11-21sys: reveal std::io representation to sys moduleAaron Turon-2/+2
2014-11-20Disable dubious pipe testAaron Turon-1/+1
2014-11-17Fix fallout from coercion removalNick Cameron-2/+2
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-32/+26
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-13Clean up rustc warnings.NODA, Kai-1/+0
2014-10-01Remove iotest macroAaron Turon-2/+6
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+0
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-06-18Deprecate the bytes!() macro.Simon Sapin-1/+1
2014-06-16std: Improve pipe() functionalityAlex Crichton-3/+42
2014-06-15Register new snapshotsAlex Crichton-2/+2
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-4/+8
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+3
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-04-04Fix fallout from std::libc separationCorey Richardson-3/+6
2014-03-31std: Switch field privacy as necessaryAlex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-27Fix fallout of removing default boundsAlex Crichton-2/+2
2014-03-25libstd: Document the following modules:Patrick Walton-0/+2
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-3/+3
2014-02-28std: Improve some I/O documentationAlex Crichton-0/+3
2014-02-05Implement clone() for TCP/UDP/Unix socketsAlex Crichton-0/+6
2014-02-03std: Fixing all documentationAlex Crichton-9/+7
2014-02-03std: Fix tests with io_error usageAlex Crichton-2/+2
2014-02-03std: Remove io::io_errorAlex Crichton-22/+4
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-2/+2
2014-01-09Remove eof() from io::ReaderAlex Crichton-2/+0
2014-01-06Don't read forever on a file descriptorAlex Crichton-0/+22
2013-12-24std: Expose that LocalIo may not always be availableAlex Crichton-12/+6
2013-12-10librustuv: Change `with_local_io` to use RAII.Patrick Walton-9/+8
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-2/+2
2013-11-11Move std::rt::io to std::ioAlex Crichton-0/+89