about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
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
2014-05-08std: Ignore a flaky test on freebsdAlex Crichton-13/+18
2014-05-08std: Mark timeout methods experimentalAlex Crichton-0/+9
2014-05-07native: Implement timeouts for windows pipesAlex Crichton-1/+8
2014-05-07std: Add I/O timeouts to networking objectsAlex Crichton-15/+404
2014-05-07auto merge of #13964 : alexcrichton/rust/more-buffers, r=brsonbors-1/+63
2014-05-07auto merge of #13751 : alexcrichton/rust/io-close-read, r=brsonbors-14/+201
2014-05-07std: Add close_{read,write}() methods to I/OAlex Crichton-14/+201
2014-05-07core: Move Option::expect to libstd from libcoreAlex Crichton-0/+1
2014-05-07core: Add unwrap()/unwrap_err() methods to ResultAlex Crichton-4/+6
2014-05-07core: Inherit possible string functionalityAlex Crichton-2/+1
2014-05-07std: Implement the Buffer trait for some wrappersAlex Crichton-1/+63
2014-05-07auto merge of #13958 : pcwalton/rust/detilde, r=pcwaltonbors-32/+43
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-32/+43
2014-05-06auto merge of #13754 : alexcrichton/rust/net-experimental, r=brsonbors-1/+70
2014-05-05Change std::io::FilePermission to a typesafe representationAaron Turon-36/+41
2014-05-04auto merge of #13865 : alexcrichton/rust/issue-13861, r=brsonbors-0/+20
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-29/+29
2014-05-01Fix a/an typosJorge Aparicio-1/+1
2014-04-30native: Always open a file with Open/Write modesAlex Crichton-0/+20
2014-04-27Added missing values in std::io::standard_error()m-r-r-1/+15
2014-04-26std: Add experimental networking methodsAlex Crichton-1/+70
2014-04-25clarify docs for std:io::fs::Path::{is_dir,is_file,exists}; add lstatAaron Turon-28/+28
2014-04-24std: Add timeouts to unix connect/acceptAlex Crichton-1/+90
2014-04-24fix O(n^2) perf bug for std::io::fs::walk_dirAaron Turon-2/+29
2014-04-23auto merge of #13688 : alexcrichton/rust/accept-timeout, r=brsonbors-1/+85
2014-04-23std: Add support for an accept() timeoutAlex Crichton-1/+85
2014-04-23auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakisbors-4/+4