about summary refs log tree commit diff
path: root/src/libstd/io/cursor.rs
AgeCommit message (Expand)AuthorLines
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-4/+4
2015-03-31rollup merge of #23549: aturon/stab-numAlex Crichton-1/+0
2015-03-31Stabilize std::numAaron Turon-1/+0
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-4/+4
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-1/+1
2015-03-23rollup merge of #23608: nagisa/refine-cursor-docstringAlex Crichton-8/+5
2015-03-23rollup merge of #23607: mahkoh/cursorAlex Crichton-0/+1
2015-03-23derive missing trait implementations for cursorJulian Orth-0/+1
2015-03-22Refine Cursor docstringSimonas Kazlauskas-8/+5
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-1/+1
2015-03-18Remove the newly introduced trait impls for fixed-size arrays and use &b"..."...Vadim Petrochenkov-9/+5
2015-03-18Avoid metadata bloat by using trait FixedSizeArrayVadim Petrochenkov-20/+7
2015-03-18Fixed-size byte string literals (RFC 339)Vadim Petrochenkov-0/+17
2015-03-06Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturonManish Goregaokar-2/+18
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