about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2014-08-23Complete renaming of win32 to windowsVadim Chugunov-1/+1
2014-08-21libstd: Limit Duration range to i64 milliseconds.Ruud van Asseldonk-15/+3
2014-08-20Add #[repr(C)] to all the things!Corey Richardson-0/+1
2014-08-20libstd: Refactor Duration.Ruud van Asseldonk-6/+18
2014-08-18Explain EOF behavior in File.eof().Steve Klabnik-1/+6
2014-08-17auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichtonbors-1/+1
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-9/+1
2014-08-16Optimized IR generation for UTF-8 and UTF-16 encodingMarvin Löbel-1/+1
2014-08-14std::io::util cleanup + fixesSteven Fackler-18/+38
2014-08-14auto merge of #16332 : brson/rust/slicestab, r=aturonbors-11/+11
2014-08-13std: Fix build errorsBrian Anderson-2/+2
2014-08-13std: Make connect_timeout return Err on zero durationBrian Anderson-12/+16
2014-08-13Fix various fallout from timer changesBrian Anderson-9/+16
2014-08-13std: connect_timeout requires a positive DurationBrian Anderson-9/+27
2014-08-13std: Make the TCP/UDP connect_timeout methods take DurationBrian Anderson-16/+24
2014-08-13std: Clarify what timers do with zero and negative durationsBrian Anderson-16/+83
2014-08-13std: Restore missing timer examplesBrian Anderson-0/+52
2014-08-13std: Remove ms-taking methods from timersBrian Anderson-172/+49
2014-08-13std: Update Duration from upstreamBrian Anderson-25/+9
2014-08-13std: Add sleep, oneshot and periodic timers, taking DurationBrian Anderson-0/+97
2014-08-13std: Rename sleep, periodic, and oneshot timers to sleep_ms, etc.Brian Anderson-55/+55
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-3/+3
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-11/+11
2014-08-12libnative: process spawning should not close inherited file descriptorsIvan Petkov-1/+24
2014-08-08auto merge of #16336 : retep998/rust/master, r=brsonbors-4/+5
2014-08-08Register new snapshot 12e0f72Niko Matsakis-3/+0
2014-08-07windows: Fix several tests on 64-bit.Peter Atashian-4/+5
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