about summary refs log tree commit diff
path: root/src/libstd/io
AgeCommit message (Expand)AuthorLines
2015-03-31Test fixes and rebase conflicts, round 3Alex Crichton-119/+119
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-41/+40
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-63/+40
2015-03-31rollup merge of #23908: aturon/stab-more-stragglersAlex Crichton-4/+6
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-24/+2
2015-03-31rollup merge of #23879: seanmonstar/del-from-errorAlex Crichton-3/+3
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-26/+4
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-4/+4
2015-03-31Stabilize a few remaining stragglersAaron Turon-4/+6
2015-03-31rollup merge of #23549: aturon/stab-numAlex Crichton-1/+0
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-1/+0
2015-03-31Stabilize std::numAaron Turon-1/+0
2015-03-30convert: remove FromError, use From<E> insteadSean McArthur-3/+3
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-4/+4
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-5/+5
2015-03-30Only zero at most 64k at a time. We still use the doublingbcoopers-8/+4
2015-03-29Clearer wordingbcoopers-3/+3
2015-03-2980 character line limitbcoopers-2/+3
2015-03-29Clarified and simplified algorithm for increasing size of buffer inbcoopers-5/+4
2015-03-29Auto merge of #23820 - sfackler:fast_read_to_end, r=alexcrichtonbors-59/+76
2015-03-28Fix massive performance issue in read_to_endSteven Fackler-59/+76
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-27std: Don't deadlock/panic on recursive printsAlex Crichton-11/+13
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-2/+2
2015-03-27rollup merge of #23769: alexcrichton/stabilize-splitAlex Crichton-4/+3
2015-03-27rollup merge of #23752: alexcrichton/remove-should-failAlex Crichton-1/+1
2015-03-26std: Stabilize BufRead::splitAlex Crichton-4/+3
2015-03-26syntax: Remove support for #[should_fail]Alex Crichton-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-26Auto merge of #23680 - erickt:inline, r=cmrbors-0/+113
2015-03-25Speed up reading/writing slices with #[inline]Erick Tryzelaar-0/+113
2015-03-25Rollup merge of #23664 - bluss:std-docs, r=steveklabnikManish Goregaokar-16/+16
2015-03-24rollup merge of #23638: pnkfelix/fsk-reject-specialized-dropsAlex Crichton-9/+9
2015-03-24rollup merge of #23668: alexcrichton/io-zeroAlex Crichton-30/+14
2015-03-24rollup merge of #23592: alexcrichton/tweak-at-exitAlex Crichton-8/+16
2015-03-24Added `Write` bounds to avoid a specialized Drop impl for `BufWriter`.Felix S. Klock II-9/+9
2015-03-24std: Update docs for removal of ReadExt, WriteExtUlrik Sverdrup-16/+16
2015-03-24std: Zero memory when calling `read_to_end()`Alex Crichton-30/+14
2015-03-23rollup merge of #23622: steveklabnik/gh23196Alex Crichton-0/+6
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-23rollup merge of #23541: aturon/stab-errorAlex Crichton-1/+1
2015-03-23Stabilize the Error traitAaron Turon-1/+1
2015-03-23Beef up BufRead::consume documentation.Steve Klabnik-0/+6
2015-03-23derive missing trait implementations for cursorJulian Orth-0/+1
2015-03-22Refine Cursor docstringSimonas Kazlauskas-8/+5
2015-03-21std: Tweak rt::at_exit behaviorAlex Crichton-8/+16
2015-03-21Auto merge of #23470 - alexcrichton:less-prelude, r=aturonbors-4/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-4/+1
2015-03-20Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichtonbors-1/+1