about summary refs log tree commit diff
path: root/src/libstd/old_io/extensions.rs
AgeCommit message (Expand)AuthorLines
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-564/+0
2015-04-01Test fixes and rebase conflictsAlex Crichton-1/+1
2015-04-01Fallout from changes for overflow-checking during constant evaluation.Felix S. Klock II-1/+2
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-15/+15
2015-03-21std: Remove deprecated ptr functionsAlex Crichton-2/+2
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+1
2015-03-18Register new snapshotsAlex Crichton-6/+0
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+1
2015-03-16impl<T> [T]Jorge Aparicio-0/+2
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-4/+4
2015-02-27std: Deprecated the `old_io::extensions` moduleAlex Crichton-0/+4
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-8/+8
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-16/+16
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-5/+5
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-6/+6
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-26std: Rename io to old_ioAlex Crichton-0/+562