about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
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
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