about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2014-08-07auto merge of #16220 : tshepang/rust/temp, r=steveklabnikbors-1/+1
2014-08-06auto merge of #16291 : nham/rust/byte_literals, r=alexcrichtonbors-18/+18
2014-08-06auto merge of #16258 : aturon/rust/stabilize-atomics, r=alexcrichtonbors-4/+4
2014-08-06Use byte literals in libstdnham-18/+18
2014-08-05auto merge of #16243 : alexcrichton/rust/fix-utime-for-windows, r=brsonbors-6/+4
2014-08-04stabilize atomics (now atomic)Aaron Turon-4/+4
2014-08-03doc: make the sentence make more senseTshepang Lekhonkhobe-1/+1
2014-08-02native: Fix utime() for windowsAlex Crichton-6/+4
2014-08-01Fix misspelled comments.Joseph Crail-1/+1
2014-07-31auto merge of #15399 : kballard/rust/rewrite_local_data, r=alexcrichtonbors-4/+4
2014-07-31Tweak error reporting in io::net::tcp testsKevin Ballard-4/+4
2014-07-31auto merge of #16074 : nham/rust/bitflags_traits, r=alexcrichtonbors-1/+6
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-30auto merge of #15915 : erickt/rust/master, r=alexcrichtonbors-72/+8
2014-07-29std: Make MemWriter clonableErick Tryzelaar-0/+1
2014-07-29remove seek from std::io::MemWriter, add SeekableMemWriter to librustcErick Tryzelaar-72/+7
2014-07-29doc: add missing wordTshepang Lekhonkhobe-1/+1
2014-07-28Fix some of the documentation std::io::fs.nham-22/+20
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-1/+4
2014-07-23Remove kludgy imports from vec! macroBrian Anderson-0/+1
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-2/+3
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+8
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+8
2014-07-15auto merge of #15619 : kwantam/rust/master, r=huonwbors-1/+1
2014-07-15Fix errorsAdolfo Ochagavía-1/+0
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo Ochagavía-6/+5
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-17/+12
2014-07-14add Graphemes iterator; tidy unicode exportskwantam-1/+1
2014-07-14std: Make unlink() more consistentAlex Crichton-5/+43
2014-07-13std: make std::io::IoError{,Kind} implement EqErick Tryzelaar-2/+2
2014-07-13auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichtonbors-12/+12
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-12/+12
2014-07-13auto merge of #15584 : alexcrichton/rust/warn-annoyances, r=cmrbors-1/+6
2014-07-12auto merge of #15592 : arjantop/rust/bufwriter-write-fix, r=alexcrichtonbors-2/+4
2014-07-11libc: Switch open to use a mode_t on unixAlex Crichton-1/+6
2014-07-11Allow writes of length 0 to a full bufferArjan Topolovec-2/+4
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-20/+86
2014-07-09Derive Clone for Command and StdioContainerJorge Aparicio-0/+2
2014-07-09auto merge of #15471 : erickt/rust/push_all, r=acrichtobors-5/+49
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-67/+68
2014-07-07Add libunicode; move unicode functions from corekwantam-0/+1
2014-07-05std: flesh out MemWriter benchmarksErick Tryzelaar-5/+49
2014-07-04make any_pat! and u64_from_be_bytes_bench_impl! macros hygienicJohn Clements-8/+9
2014-07-03Rename set_broadast() to set_broadcast().Joseph Crail-1/+7
2014-07-03Fix spelling errors.Joseph Crail-1/+1
2014-07-02auto merge of #15265 : omasanori/rust/udp, r=alexcrichtonbors-34/+47
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-2/+2
2014-07-02Add `recvfrom` and `sendto`.OGINO Masanori-0/+13