about summary refs log tree commit diff
path: root/src/libstd/old_io/mod.rs
AgeCommit message (Expand)AuthorLines
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-15/+21
2015-03-18Register new snapshotsAlex Crichton-8/+0
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-1/+1
2015-03-16remove importsJorge Aparicio-1/+1
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+1
2015-03-16impl<T> [T]Jorge Aparicio-0/+1
2015-03-16impl strJorge Aparicio-0/+1
2015-03-16impl charJorge Aparicio-0/+1
2015-03-14Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichtonbors-5/+5
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-1/+1
2015-03-13slice::from_raw_parts is preferred over transmuting a fresh raw::SliceOliver Schneider-5/+5
2015-03-12std: Stabilize the `io` moduleAlex Crichton-0/+3
2015-03-11Example -> ExamplesSteve Klabnik-3/+3
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-2/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-4/+4
2015-03-02core: Audit num module for int/uintBrian Anderson-8/+8
2015-02-20try to reduce bajillion warningsAlexis-0/+2
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