about summary refs log tree commit diff
path: root/src/libstd/io/util.rs
AgeCommit message (Expand)AuthorLines
2016-03-22try! -> ?Jorge Aparicio-1/+1
2016-03-12std: Clean out deprecated APIsAlex Crichton-27/+0
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-0/+2
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-10Auto merge of #27531 - bluss:io-copy-dst, r=alexcrichtonbors-2/+14
2015-08-10std: Allow ?Sized parameters in std::io::copyUlrik Sverdrup-2/+14
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
2015-07-27fix two linksSteve Klabnik-2/+2
2015-07-20Document structures in std::io::utilsSteve Klabnik-1/+16
2015-07-10Add more std::io documentation.Steve Klabnik-1/+32
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-05-20doc: 'reader' and 'writer' are nicer to read than 'r' and 'w'Tshepang Lekhonkhobe-7/+8
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-12/+12
2015-03-04std: Stabilize portions of the `io` moduleAlex Crichton-1/+16
2015-02-03std: Add `io` module againAlex Crichton-0/+153
2015-01-26std: Rename io to old_ioAlex Crichton-444/+0
2015-01-21Fallout from stabilization.Aaron Turon-1/+1
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-3/+3
2015-01-10Implement Show for types in std::io::{buffered,util}Steven Fackler-10/+13
2015-01-07use slicing sugarJorge Aparicio-3/+3
2015-01-07Replace full slice notation with index callsNick Cameron-3/+3
2015-01-03Remove deprecated functionalityAlex Crichton-8/+0
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-5/+5
2015-01-03std: fix falloutJorge Aparicio-4/+4
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-1/+1
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