about summary refs log tree commit diff
path: root/src/libstd/old_io/mem.rs
AgeCommit message (Expand)AuthorLines
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-765/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+2
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-5/+5
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-16/+16
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-16/+16
2015-03-26Register new snapshotsAlex Crichton-1/+1
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+4
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-6/+6
2015-03-18Register new snapshotsAlex Crichton-3/+0
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-4/+4
2015-03-16remove importsJorge Aparicio-1/+1
2015-03-16impl<T> [T]Jorge Aparicio-0/+3
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-4/+4
2015-03-11Example -> ExamplesSteve Klabnik-4/+4
2015-02-26Check stability of struct fields.Huon Wilson-0/+1
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-9/+9
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-3/+3
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-0/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-12/+12
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-4/+4
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-1/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+759
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-3/+3
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-26std: Rename io to old_ioAlex Crichton-0/+757