about summary refs log tree commit diff
path: root/src/libstd/io/stdio.rs
AgeCommit message (Expand)AuthorLines
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-0/+20
2014-12-26Implement RaceBox for StdinReaderFlavio Percoco-15/+26
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-12-20Correct typo in doc for StdinReaderGuardJake Goulding-1/+1
2014-12-18Delete rest of rustrtAaron Turon-0/+1
2014-12-18Fix the capture_stderr testAlex Crichton-4/+3
2014-12-18Disable capture_stderr test for nowAaron Turon-1/+1
2014-12-18Fallout from new thread APIAaron Turon-22/+11
2014-12-18libs: merge librustrt into libstdAaron Turon-4/+3
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-3/+5
2014-12-17rollup merge of #19869: sfackler/free-stdinAlex Crichton-0/+7
2014-12-16auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brsonbors-1/+1
2014-12-15rollup merge of #19710: steveklabnik/gh15449Brian Anderson-1/+1
2014-12-14Free stdin on exitSteven Fackler-0/+7
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+2
2014-12-13libstd: use unboxed closuresJorge Aparicio-3/+7
2014-12-10Fix inappropriate ## headingsSteve Klabnik-1/+1
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-2/+2
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-1/+1
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-1/+1
2014-12-05Utilize fewer reexportsCorey Farwell-2/+3
2014-12-03Back io::stdin with a global singleton BufferedReaderSteven Fackler-20/+132
2014-11-26/*! -> //!Steve Klabnik-18/+16
2014-11-25Fallout from stabilizationAaron Turon-1/+0
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-8/+23
2014-11-20Make most of std::rt privateAaron Turon-4/+4
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-11-17Fix fallout from coercion removalNick Cameron-1/+1
2014-11-08Runtime removal: refactor ttyAaron Turon-14/+12
2014-11-08Runtime removal: refactor fsAaron Turon-7/+7
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-2/+2
2014-10-29Rename fail! to panic!Steve Klabnik-4/+4
2014-10-13Clean up rustc warnings.NODA, Kai-1/+4
2014-10-01Remove iotest macroAaron Turon-6/+9
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-03Remove cross-borrowing for traits.Nick Cameron-1/+1
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-1/+1
2014-08-07auto merge of #16220 : tshepang/rust/temp, r=steveklabnikbors-1/+1
2014-08-06Use byte literals in libstdnham-1/+1
2014-08-03doc: make the sentence make more senseTshepang Lekhonkhobe-1/+1
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-06-18Deprecate the bytes!() macro.Simon Sapin-1/+1
2014-06-16std: Chunk writing to stdout on windowsAlex Crichton-4/+15
2014-06-15Register new snapshotsAlex Crichton-6/+6
2014-06-08Fix spelling errors in comments.Joseph Crail-1/+1
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-64/+36
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1