summary refs log tree commit diff
path: root/src/libstd/io/cursor.rs
AgeCommit message (Expand)AuthorLines
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-7/+7
2015-03-04std: Stabilize portions of the `io` moduleAlex Crichton-2/+18
2015-02-26remove some compiler warningsTshepang Lekhonkhobe-6/+6
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-7/+7
2015-02-03std: Add `io` module againAlex Crichton-0/+408