about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-8/+8
2014-06-08auto merge of #14765 : rapha/rust/master, r=alexcrichtonbors-22/+23
2014-06-09Converted PortReader and ChanWriter to use Vec.Raphael Speyer-22/+23
2014-06-08Fix spelling errors in comments.Joseph Crail-6/+6
2014-06-08std::io: expand the oneshot/periodic docs.Huon Wilson-8/+68
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-3/+5
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-165/+400
2014-06-06rtio: Remove usage of `Path`Alex Crichton-2/+6
2014-06-05auto merge of #14568 : erickt/rust/slice-update, r=alexcrichtonbors-0/+49
2014-06-03std: Remove generics from Option::expectAlex Crichton-1/+0
2014-06-02std: add `IterReader` to adapt iterators into readersErick Tryzelaar-0/+49
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-4/+4
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-10/+10
2014-05-28std: Remove format_strbuf!()Alex Crichton-14/+13
2014-05-27std: Rename strbuf operations to stringRicho Healey-28/+28
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-25libstd: Remove unnecessary re-exports under std::stdKevin Ballard-3/+3
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-9/+9
2014-05-23std: Move running_on_valgrind to rt::util. #1457Brian Anderson-1/+1
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-7/+7
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-7/+8
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-124/+144
2014-05-22Spelling/doc formatting fixes.Huon Wilson-7/+7
2014-05-20Add .isatty() method to StdReaderKevin Ballard-0/+10
2014-05-16rustc: Stop leaking enum variants into childrenAlex Crichton-3/+3
2014-05-15core: Update all tests for fmt movementAlex Crichton-2/+2
2014-05-15Updates with core::fmt changesAlex Crichton-16/+14
2014-05-15std: Add an adaptor for Writer => FormatWriterAlex Crichton-0/+36
2014-05-15std: Delete unused fileBrian Anderson-52/+0
2014-05-15std: Modify TempDir to not fail on drop. Closes #12628Brian Anderson-10/+47
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-306/+291
2014-05-14auto merge of #14009 : jcmoyer/rust/bitflags-complement, r=alexcrichtonbors-1/+1
2014-05-14auto merge of #14186 : omasanori/rust/suppress-warnings, r=alexcrichtonbors-1/+1
2014-05-14Implement set complement and universe for bitflagsJ.C. Moyer-1/+1
2014-05-13auto merge of #13127 : kballard/rust/read_at_least, r=alexcrichtonbors-82/+251
2014-05-13io: Add .read_at_least() to ReaderKevin Ballard-82/+251
2014-05-13io: Implement process wait timeoutsAlex Crichton-59/+131
2014-05-14Suppress a "unused variable" warning.OGINO Masanori-1/+1
2014-05-12auto merge of #13919 : thomaslee/rust/thomaslee_proposed_tcpstream_open, r=al...bors-96/+264
2014-05-12Document a possible way in which connect_timout may change in the futureTom Lee-0/+3
2014-05-12Try to parse TcpStream::connect 'host' parameter as an IP.Tom Lee-1/+4
2014-05-12Easier interface for TCP ::connect and ::bind.Tom Lee-96/+258
2014-05-12Test fixes from rollupAlex Crichton-1/+0
2014-05-12Add `stat` method to `std::io::fs::File` to stat without a Path.Yuri Kunde Schlesner-9/+14
2014-05-12Make ProcessOutput Eq, TotalEq, CloneYehuda Katz-0/+1
2014-05-11core: Remove the cast moduleAlex Crichton-13/+14
2014-05-09auto merge of #14046 : alexcrichton/rust/ignore-a-test-on-freebsd, r=kballardbors-13/+18
2014-05-09auto merge of #14035 : alexcrichton/rust/experimental, r=huonwbors-0/+9
2014-05-08Handle fallout in documentationKevin Ballard-1/+1
2014-05-08Handle fallout in io::net::addrinfo, io::process, and rt::rtioKevin Ballard-5/+5