summary refs log tree commit diff
path: root/src/libstd/old_io/mod.rs
AgeCommit message (Expand)AuthorLines
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-4/+6
2015-02-18Fallout: Accepter trait needs phantomdata. This seems like it shouldNiko Matsakis-2/+4
2015-02-18Fallout: remove unused type and region parameters.Niko Matsakis-2/+2
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-12/+12
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-2/+2
2015-02-17rollup merge of #22459: alexcrichton/feature-namesAlex Crichton-1/+1
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-1/+1
2015-02-17Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichtonManish Goregaokar-2/+2
2015-02-17Auto merge of #21932 - Jormundir:std-os-errno-type, r=alexcrichtonbors-2/+2
2015-02-14Rename `fmt::Writer` to `fmt::Write`Chris Wong-2/+2
2015-02-11rollup merge of #22127: alexcrichton/stability-holesAlex Crichton-19/+19
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-19/+19
2015-02-11shift bindings to accommodate new lifetime/dtor rules.Felix S. Klock II-1/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+2
2015-02-04Remove unnecessary type casts.Jormundir-1/+1
2015-02-04std::os::errno returns platform specific value. fixes #21898Jormundir-2/+2
2015-01-29s/Show/Debug/gJorge Aparicio-7/+7
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+1961
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-31/+35
2015-01-26std: Rename io to old_ioAlex Crichton-0/+1957