summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2014-02-24Correctly ignore some tests on windowsAlex Crichton-6/+4
2014-02-24auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonwbors-54/+15
2014-02-23auto merge of #12380 : alexcrichton/rust/run-rewrite, r=brsonbors-79/+522
2014-02-23Roll std::run into std::io::processAlex Crichton-79/+522
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-54/+15
2014-02-23Merge remote-tracking branch 'brson/iodoc'Brian Anderson-126/+41
2014-02-23Closes #12386. Removed 'pub mod' doc-comments in std::io's mod.rs file. Added...zslayton-19/+9
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-15/+3
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-8/+13
2014-02-22std: Remove some nonsense from old std::io docsBrian Anderson-126/+41
2014-02-21auto merge of #12422 : alexcrichton/rust/buffered-default, r=brsonbors-10/+20
2014-02-22Reduce reliance on `to_str_radix`Brendan Zabarauskas-2/+2
2014-02-20Mass rename if_ok! to try!Alex Crichton-27/+27
2014-02-20Return a buffered stdin by default.Alex Crichton-10/+20
2014-02-20move extra::test to libtestLiigo Zhuang-2/+4
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