about summary refs log tree commit diff
path: root/src/libstd/io/mod.rs
AgeCommit message (Expand)AuthorLines
2014-07-30Implement Default for std::io::FilePermissionnham-0/+6
2014-07-30Derive PartialOrd, Ord and Hash for bitflags types.nham-1/+0
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+2
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-07-15auto merge of #15619 : kwantam/rust/master, r=huonwbors-1/+1
2014-07-15Deprecate `str::from_utf8_owned`Adolfo OchagavĂ­a-6/+6
2014-07-14add Graphemes iterator; tidy unicode exportskwantam-1/+1
2014-07-13std: make std::io::IoError{,Kind} implement EqErick Tryzelaar-2/+2
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-07-09auto merge of #15283 : kwantam/rust/master, r=alexcrichtonbors-0/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-6/+6
2014-07-07Add libunicode; move unicode functions from corekwantam-0/+1
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+1
2014-06-27std::io: Use re-exported pathes in examples.OGINO Masanori-1/+1
2014-06-21std: inline many of the Writer/Reader methodsErick Tryzelaar-0/+37
2014-06-18Deprecate the bytes!() macro.Simon Sapin-14/+14
2014-06-13Improve error messages for io::fsYehuda Katz-8/+43
2014-06-09std: adjust the TCP io doc example to work reliably.Huon Wilson-1/+6
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-08Fix spelling errors in comments.Joseph Crail-1/+1
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-2/+3
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-3/+31
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-4/+4
2014-05-27std: Rename strbuf operations to stringRicho Healey-4/+4
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
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