summary refs log tree commit diff
path: root/src/libstd/old_io/buffered.rs
AgeCommit message (Expand)AuthorLines
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-3/+3
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-01-28Fix up check to bypass internal bufferSteven Fackler-1/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+697
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-27/+27
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-26std: Rename io to old_ioAlex Crichton-0/+697