about summary refs log tree commit diff
path: root/src/libstd/io/impls.rs
AgeCommit message (Expand)AuthorLines
2019-03-31libstd: deny(elided_lifetimes_in_paths)Mazdak Farrokhzad-2/+2
2019-02-28Use the correct stderr when testing libstdJethro Beekman-0/+14
2019-02-28libstd => 2018Taiki Endo-6/+5
2019-02-26Auto merge of #58357 - sfackler:vectored-io, r=alexcrichtonbors-1/+58
2019-02-17Use more impl header lifetime elisionScott McMurray-7/+7
2019-02-13impl Deref/DerefMut for IoVec typesSteven Fackler-4/+4
2019-02-13Add vectored read and write supportSteven Fackler-1/+58
2018-12-25Remove licensesMark Rousskov-10/+0
2017-10-07Add read_to_end implementation to &[u8]'s Read implFlorian Hartwig-0/+8
2017-06-20Add `Read::initializer`.Steven Fackler-1/+16
2016-11-30Move small-copy optimization into <&[u8] as Read>Ruud van Asseldonk-2/+20
2016-10-27Add documentation for Read, Write impls for slices and VecUlrik Sverdrup-0/+11
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-4/+0
2016-03-22try! -> ?Jorge Aparicio-1/+1
2016-02-26Use .copy_from_slice() where applicableUlrik Sverdrup-3/+3
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-1/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-7/+7
2015-10-14Remove unnecessary parentheses around range expressionsAndrew Paseltiner-4/+4
2015-08-30Auto merge of #27588 - cesarb:read_all, r=alexcrichtonbors-0/+21
2015-08-24Implement read_exact for the Read traitCesar Eduardo Barros-0/+21
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+2
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