about summary refs log tree commit diff
path: root/src/libstd/io/impls.rs
AgeCommit message (Expand)AuthorLines
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-1/+1
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-2/+2
2015-03-25Speed up reading/writing slices with #[inline]Erick Tryzelaar-0/+113
2015-03-12std: Stabilize the `io` moduleAlex Crichton-8/+8
2015-03-04std: Stabilize portions of the `io` moduleAlex Crichton-15/+49
2015-02-19std: Update the std::io adaptors to proxy all methodsErick Tryzelaar-1/+36
2015-02-03std: Add `io` module againAlex Crichton-0/+88