about summary refs log tree commit diff
path: root/src/libstd/io/util.rs
AgeCommit message (Expand)AuthorLines
2015-01-02std: Stabilize the prelude moduleAlex Crichton-3/+3
2015-01-02More falloutNick Cameron-1/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-30rollup merge of #20328: huonw/attack-of-the-clonesAlex Crichton-0/+2
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-0/+2
2014-12-29rollup merge of #20289: nick29581/shadowingAlex Crichton-1/+1
2014-12-30Fallout from mut slicesNick Cameron-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-1/+1
2014-12-29std: Stabilize the prelude moduleAlex Crichton-2/+2
2014-12-29Fallout from globs/re-export/shadowing changeNick Cameron-1/+1
2014-12-19libstd: use `#[deriving(Copy)]`Jorge Aparicio-6/+3
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+6
2014-11-30std: add Reader impl for &[u8]Erick Tryzelaar-3/+2
2014-11-26/*! -> //!Steve Klabnik-1/+1
2014-11-23Rename unwrap functions to into_innerAlex Crichton-2/+10
2014-11-18implement Writer for Vec<u8>Daniel Micay-5/+5
2014-11-17Fix fallout from coercion removalNick Cameron-7/+7
2014-11-11std: Rename AsRef{Reader,Writer} to ByRef{Reader,Writer}Erick Tryzelaar-1/+1
2014-10-30changes to testsNick Cameron-1/+1
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-4/+4
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-4/+4
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-4/+4
2014-09-16Fallout from renamingAaron Turon-5/+5
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+2
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+0
2014-08-14std::io::util cleanup + fixesSteven Fackler-18/+38
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-2/+2
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-4/+4
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-7/+7
2014-06-02std: add `IterReader` to adapt iterators into readersErick Tryzelaar-0/+49
2014-05-07std: Implement the Buffer trait for some wrappersAlex Crichton-1/+58
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-4/+6
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-6/+6
2014-04-06De-~[] IO utilsSteven Fackler-6/+6
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-9/+9
2014-04-06De-~[] Reader and WriterSteven Fackler-6/+6
2014-03-31std: Switch field privacy as necessaryAlex Crichton-7/+7
2014-03-20rename std::vec -> std::sliceDaniel Micay-1/+1
2014-02-23Closes #12386. Removed 'pub mod' doc-comments in std::io's mod.rs file. Added...zslayton-0/+2
2014-02-20Mass rename if_ok! to try!Alex Crichton-1/+1
2014-02-15Add a method to LimitReader to return the limitSteven Fackler-2/+24
2014-02-15Update LimitReader to take the Reader to wrap by valuePalmer Cox-7/+8
2014-02-03std: Fix tests with io_error usageAlex Crichton-14/+17
2014-02-03std: Remove io::io_errorAlex Crichton-26/+38
2014-01-17Tweak the interface of std::ioAlex Crichton-1/+1
2014-01-09Remove eof() from io::ReaderAlex Crichton-25/+0
2014-01-08Remove the io::Decorator traitAlex Crichton-3/+2
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-0/+1
2013-12-20std: silence warnings when compiling test.Huon Wilson-2/+2
2013-12-11Add std::io::utilSteven Fackler-0/+295