about summary refs log tree commit diff
path: root/src/libstd/old_io/fs.rs
AgeCommit message (Expand)AuthorLines
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-1654/+0
2015-04-02Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+3
2015-03-28Fix some typosVadim Petrochenkov-1/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-9/+9
2015-03-26syntax: Remove support for #[should_fail]Alex Crichton-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-9/+9
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+12
2015-03-21Auto merge of #23470 - alexcrichton:less-prelude, r=aturonbors-13/+26
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-13/+26
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-1/+1
2015-03-18Register new snapshotsAlex Crichton-2/+0
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-10/+10
2015-03-16impl<T> [T]Jorge Aparicio-0/+1
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-10/+10
2015-03-11Example -> ExamplesSteve Klabnik-12/+12
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-0/+56
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-10/+10
2015-02-04Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichtonbors-0/+1
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-0/+1
2015-02-03Rename std::path to std::old_pathAaron Turon-3/+3
2015-02-02remove unused mut qualifiersJorge Aparicio-1/+1
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-30Test fixes and rebase conflictsAlex Crichton-2/+2
2015-01-30Remove all `i` suffixesTobias Bucher-2/+2
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-3/+3
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-4/+4
2015-01-26std: Rename io to old_ioAlex Crichton-0/+1572