about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2014-02-18auto merge of #12345 : huonw/rust/speeling, r=cmrbors-1/+1
2014-02-18Spellcheck library docs.Huon Wilson-1/+1
2014-02-16Implement named pipes for windows, touch up unixAlex Crichton-42/+61
2014-02-16Allow configuration of uid/gid/detach on processesAlex Crichton-23/+106
2014-02-15auto merge of #12299 : sfackler/rust/limit-return, r=alexcrichtonbors-2/+24
2014-02-15auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfacklerbors-9/+21
2014-02-15Add a method to LimitReader to return the limitSteven Fackler-2/+24
2014-02-15auto merge of #12282 : cmr/rust/cleanup-ptr, r=huonwbors-6/+4
2014-02-15std: clean up ptr a bitCorey Richardson-6/+4
2014-02-14Fix all code examplesAlex Crichton-9/+21
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