about summary refs log tree commit diff
path: root/src/libstd/old_io/stdio.rs
AgeCommit message (Expand)AuthorLines
2015-03-21std: Tweak rt::at_exit behaviorAlex Crichton-1/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-0/+2
2015-03-18Register new snapshotsAlex Crichton-4/+0
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-1/+1
2015-03-16impl<T> [T]Jorge Aparicio-0/+1
2015-03-16impl strJorge Aparicio-0/+1
2015-03-15Use new io in print and println macrosesSimonas Kazlauskas-14/+0
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-25/+5
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-03Switched to Box::new in many places.Felix S. Klock II-2/+4
2015-02-28std: Implement stdio for `std::io`Alex Crichton-4/+4
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-4/+5
2015-02-17Fallout from stabilizationAaron Turon-3/+3
2015-02-13Rename std::failure to std::panickingKevin Yap-1/+1
2015-02-11rollup merge of #22127: alexcrichton/stability-holesAlex Crichton-2/+4
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-2/+4
2015-02-11shift bindings to accommodate new lifetime/dtor rules.Felix S. Klock II-1/+2
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-4/+4
2015-01-26Fallout of io => old_ioAlex Crichton-2/+2
2015-01-26std: Rename io to old_ioAlex Crichton-0/+566