about summary refs log tree commit diff
path: root/src/libstd/io/mod.rs
AgeCommit message (Expand)AuthorLines
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-7/+7
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-4/+4
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-13/+22
2014-05-22Spelling/doc formatting fixes.Huon Wilson-4/+4
2014-05-15Updates with core::fmt changesAlex Crichton-2/+2
2014-05-15std: Add an adaptor for Writer => FormatWriterAlex Crichton-0/+36
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-1/+1
2014-05-14auto merge of #14009 : jcmoyer/rust/bitflags-complement, r=alexcrichtonbors-1/+1
2014-05-14Implement set complement and universe for bitflagsJ.C. Moyer-1/+1
2014-05-13io: Add .read_at_least() to ReaderKevin Ballard-58/+227
2014-05-12auto merge of #13919 : thomaslee/rust/thomaslee_proposed_tcpstream_open, r=al...bors-6/+2
2014-05-12Easier interface for TCP ::connect and ::bind.Tom Lee-6/+2
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-3/+0
2014-05-11core: Remove the cast moduleAlex Crichton-11/+11
2014-05-08Handle fallout in documentationKevin Ballard-1/+1
2014-05-07native: Implement timeouts for windows pipesAlex Crichton-0/+2
2014-05-07std: Add I/O timeouts to networking objectsAlex Crichton-1/+13
2014-05-07auto merge of #13964 : alexcrichton/rust/more-buffers, r=brsonbors-0/+5
2014-05-07core: Inherit possible string functionalityAlex Crichton-1/+1
2014-05-07std: Implement the Buffer trait for some wrappersAlex Crichton-0/+5
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+3
2014-05-05Change std::io::FilePermission to a typesafe representationAaron Turon-33/+38
2014-05-01Fix a/an typosJorge Aparicio-1/+1
2014-04-27Added missing values in std::io::standard_error()m-r-r-1/+15
2014-04-19std: Add an experimental connect_timeout functionAlex Crichton-0/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-2/+2
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-3/+3
2014-04-11Add more type signatures to the docs; tweak a few of them.Huon Wilson-7/+14
2014-04-08Fix spelling errors in comments.Joseph Crail-4/+4
2014-04-06De-~[] Reader and WriterSteven Fackler-14/+14
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-0/+84
2014-04-01std: migrate the errno -> IoError converter from libnative.Huon Wilson-0/+84
2014-03-31std: Switch field privacy as necessaryAlex Crichton-24/+24
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-25std: Touch various I/O documentation blocksAlex Crichton-2/+0
2014-03-25libstd: Document the following modules:Patrick Walton-0/+30
2014-03-22std: Add an I/O reader method to fill a bufferAlex Crichton-2/+19
2014-03-20std: Rename {push,read}_bytes to {push,read}_exactAlex Crichton-7/+8
2014-03-20rename std::vec -> std::sliceDaniel Micay-4/+4
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-3/+1
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-19/+10
2014-03-13auto merge of #12815 : alexcrichton/rust/chan-rename, r=brsonbors-1/+1
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-1/+1
2014-03-12auto merge of #12414 : DaGenix/rust/failing-iterator-wrappers, r=alexcrichtonbors-29/+31
2014-03-12Update io iterators to produce IoResultsPalmer Cox-29/+31
2014-03-12std: allow io::File* structs to be hashableErick Tryzelaar-1/+3
2014-03-12doc: discuss try! in std::ioPeter Marheine-0/+34
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-1/+1