about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2014-09-08auto merge of #16952 : alexcrichton/rust/windows-large-console-write, r=brsonbors-1/+8
2014-09-08std: Turn down the stdout chunk sizeAlex Crichton-1/+8
2014-09-07Register snapshots.Huon Wilson-16/+0
2014-09-06auto merge of #16907 : SimonSapin/rust/tempdir-result, r=huonwbors-9/+13
2014-09-05auto merge of #16843 : bkoropoff/rust/reader-writer-box, r=alexcrichtonbors-0/+16
2014-09-04auto merge of #16986 : bjz/rust/bitflags, r=alexcrichtonbors-12/+12
2014-09-04auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...bors-1/+1
2014-09-05Use {} for bitflags! definition and invocationsBrendan Zabarauskas-12/+12
2014-09-04auto merge of #16976 : treeman/rust/issue-16943, r=kballardbors-2/+23
2014-09-04Print file permissions with 4 digits.Jonas Hietala-10/+10
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-09-03Print file permissions in octal form.Jonas Hietala-2/+23
2014-09-03Remove cross-borrowing for traits.Nick Cameron-1/+1
2014-08-31Have std::io::TempDir::new and new_in return IoResultSimon Sapin-9/+13
2014-08-29Register new snapshotsAlex Crichton-111/+0
2014-08-29Relax lifetime bounds on Reader/Writer impls for trait boxesBrian Koropoff-0/+16
2014-08-28auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichtonbors-4/+4
2014-08-28auto merge of #16626 : ruud-v-a/rust/duration-reform, r=brsonbors-3/+3
2014-08-28Fallout from stabilizing core::optionAaron Turon-4/+4
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-9/+121
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-43/+73
2014-08-24native: clone/close_accept for win32 pipesAlex Crichton-2/+3
2014-08-24native: Implement clone/close_accept for unixAlex Crichton-0/+227
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