about summary refs log tree commit diff
path: root/src/libstd/old_io/util.rs
AgeCommit message (Expand)AuthorLines
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-495/+0
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-3/+3
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-10/+10
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-14/+14
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-2/+2
2015-03-18Fixed-size byte string literals (RFC 339)Vadim Petrochenkov-1/+2
2015-03-06Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturonManish Goregaokar-0/+50
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-03-04std: Stabilize portions of the `io` moduleAlex Crichton-0/+50
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-10/+10
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-4/+4
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-2/+2
2015-01-29s/Show/Debug/gJorge Aparicio-8/+8
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-2/+2
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-8/+8
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-26std: Rename io to old_ioAlex Crichton-0/+444