about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2014-02-15Update LimitReader to take the Reader to wrap by valuePalmer Cox-7/+8
2014-02-15Create RefReader and RefWriter adaptor structsPalmer Cox-0/+33
2014-02-14extra: Capture stdout/stderr of tests by defaultAlex Crichton-0/+6
2014-02-14return value/use extra::test::black_box in benchmarkslpy-2/+2
2014-02-13Removed num::OrderableMichael Darakananda-2/+2
2014-02-13remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...JeremyLetang-3/+4
2014-02-12auto merge of #12204 : alexcrichton/rust/seek, r=pcwaltonbors-31/+80
2014-02-11Finalize the Seek APIAlex Crichton-31/+80
2014-02-11Test fixes and rebase conflictsAlex Crichton-4/+4
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-3/+3
2014-02-11io -- introduce local to avoid conflicting borrowNiko Matsakis-1/+2
2014-02-11std -- replaces uses where const borrows would be requiredNiko Matsakis-17/+25
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-5/+4
2014-02-10auto merge of #12149 : thomaslee/rust/ipaddr_deriving_iter_bytes, r=cmrbors-2/+13
2014-02-10IterBytes for IpAddr and SocketAddrTom Lee-2/+13
2014-02-09auto merge of #12124 : brson/rust/intrinsics, r=thestingerbors-3/+3
2014-02-09auto merge of #12120 : gifnksm/rust/buffered-chars, r=alexcrichtonbors-0/+45
2014-02-09std: Move byteswap functions to memBrian Anderson-3/+3
2014-02-09std::io: Add `Chars` iterator for Buffer.gifnksm-0/+45
2014-02-08Fix infinite loop in BufReader::read_until.Q.P.Liu-1/+9
2014-02-08Fix infinite loop in MemReader::read_until.Q.P.Liu-1/+9
2014-02-08std::fmt: convert the formatting traits to a proper self.Huon Wilson-5/+5
2014-02-05Make a double-write UDP test more robustAlex Crichton-7/+10
2014-02-05Implement clone() for TCP/UDP/Unix socketsAlex Crichton-1/+399
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-10/+15
2014-02-03std: Fixing all documentationAlex Crichton-303/+245
2014-02-03std: Fix tests with io_error usageAlex Crichton-646/+531
2014-02-03std: Remove io::io_errorAlex Crichton-802/+630
2014-02-02std: rename fmt::Default to `Show`.Huon Wilson-1/+1
2014-02-01Optimize u64_to_{le,be}_bytesBjörn Steinbrink-28/+14
2014-01-31Fix minor doc typosVirgile Andreani-1/+1
2014-01-31auto merge of #11918 : omasanori/rust/reduce-warnings, r=alexcrichtonbors-8/+4
2014-01-29auto merge of #11672 : bjz/rust/remove-times, r=brsonbors-10/+10
2014-01-30Remove Times traitBrendan Zabarauskas-10/+10
2014-01-29auto merge of #11893 : Armavica/rust/copyable-cloneable, r=huonwbors-3/+3
2014-01-30Prefix _ to unused variables.OGINO Masanori-4/+4
2014-01-30Remove unused imports.OGINO Masanori-4/+0
2014-01-29auto merge of #11754 : alexcrichton/rust/unused-result, r=brsonbors-3/+3
2014-01-29Flag Result as #[must_use] and deal with fallout.Alex Crichton-3/+3
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-80/+80
2014-01-28Rename OwnedCopyableVector to OwnedCloneableVectorVirgile Andreani-2/+2
2014-01-28Rename CopyableVector to CloneableVectorVirgile Andreani-1/+1
2014-01-28auto merge of #11845 : xales/rust/libnative, r=alexcrichtonbors-0/+40
2014-01-27Set SO_REUSEADDR by default in libnative.xales-0/+40
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-1/+1
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-16/+16
2014-01-25auto merge of #11808 : huonw/rust/std-visible-types, r=brsonbors-1/+1
2014-01-26std,extra: Make some types public and other private.Huon Wilson-1/+1
2014-01-25Uppercase numeric constantsChris Wong-13/+13
2014-01-24auto merge of #11732 : luqmana/rust/native-getaddrinfo, r=alexcrichtonbors-5/+11