| Age | Commit message (Expand) | Author | Lines |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -1/+0 |
| 2015-03-30 | convert: remove FromError, use From<E> instead | Sean McArthur | -3/+3 |
| 2015-03-31 | replace deprecated as_slice() | Emeliov Dmitrii | -4/+4 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -5/+5 |
| 2015-03-30 | Only zero at most 64k at a time. We still use the doubling | bcoopers | -8/+4 |
| 2015-03-29 | Clearer wording | bcoopers | -3/+3 |
| 2015-03-29 | 80 character line limit | bcoopers | -2/+3 |
| 2015-03-29 | Clarified and simplified algorithm for increasing size of buffer in | bcoopers | -5/+4 |
| 2015-03-29 | Auto merge of #23820 - sfackler:fast_read_to_end, r=alexcrichton | bors | -59/+76 |
| 2015-03-28 | Fix massive performance issue in read_to_end | Steven Fackler | -59/+76 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -1/+1 |
| 2015-03-27 | std: Don't deadlock/panic on recursive prints | Alex Crichton | -11/+13 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -2/+2 |
| 2015-03-27 | rollup merge of #23769: alexcrichton/stabilize-split | Alex Crichton | -4/+3 |
| 2015-03-27 | rollup merge of #23752: alexcrichton/remove-should-fail | Alex Crichton | -1/+1 |
| 2015-03-26 | std: Stabilize BufRead::split | Alex Crichton | -4/+3 |
| 2015-03-26 | syntax: Remove support for #[should_fail] | Alex Crichton | -1/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -2/+2 |
| 2015-03-26 | Auto merge of #23680 - erickt:inline, r=cmr | bors | -0/+113 |
| 2015-03-25 | Speed up reading/writing slices with #[inline] | Erick Tryzelaar | -0/+113 |
| 2015-03-25 | Rollup merge of #23664 - bluss:std-docs, r=steveklabnik | Manish Goregaokar | -16/+16 |
| 2015-03-24 | rollup merge of #23638: pnkfelix/fsk-reject-specialized-drops | Alex Crichton | -9/+9 |
| 2015-03-24 | rollup merge of #23668: alexcrichton/io-zero | Alex Crichton | -30/+14 |
| 2015-03-24 | rollup merge of #23592: alexcrichton/tweak-at-exit | Alex Crichton | -8/+16 |
| 2015-03-24 | Added `Write` bounds to avoid a specialized Drop impl for `BufWriter`. | Felix S. Klock II | -9/+9 |
| 2015-03-24 | std: Update docs for removal of ReadExt, WriteExt | Ulrik Sverdrup | -16/+16 |
| 2015-03-24 | std: Zero memory when calling `read_to_end()` | Alex Crichton | -30/+14 |
| 2015-03-23 | rollup merge of #23622: steveklabnik/gh23196 | Alex Crichton | -0/+6 |
| 2015-03-23 | rollup merge of #23608: nagisa/refine-cursor-docstring | Alex Crichton | -8/+5 |
| 2015-03-23 | rollup merge of #23607: mahkoh/cursor | Alex Crichton | -0/+1 |
| 2015-03-23 | rollup merge of #23541: aturon/stab-error | Alex Crichton | -1/+1 |
| 2015-03-23 | Stabilize the Error trait | Aaron Turon | -1/+1 |
| 2015-03-23 | Beef up BufRead::consume documentation. | Steve Klabnik | -0/+6 |
| 2015-03-23 | derive missing trait implementations for cursor | Julian Orth | -0/+1 |
| 2015-03-22 | Refine Cursor docstring | Simonas Kazlauskas | -8/+5 |
| 2015-03-21 | std: Tweak rt::at_exit behavior | Alex Crichton | -8/+16 |
| 2015-03-21 | Auto merge of #23470 - alexcrichton:less-prelude, r=aturon | bors | -4/+1 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -4/+1 |
| 2015-03-20 | Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichton | bors | -1/+1 |
| 2015-03-20 | don't use Result::ok just to be able to use unwrap/unwrap_or | Oliver Schneider | -1/+1 |
| 2015-03-20 | Rollup merge of #23499 - mbrubeck:doc-edit, r=huonw | Manish Goregaokar | -1/+2 |
| 2015-03-19 | Auto merge of #23430 - alexcrichton:io-error, r=aturon | bors | -21/+58 |
| 2015-03-19 | std: Stablize io::ErrorKind | Alex Crichton | -21/+58 |
| 2015-03-19 | Auto merge of #23507 - jbcrail:fix-comment-spelling, r=alexcrichton | bors | -1/+1 |
| 2015-03-19 | Fix spelling errors in comments. | Joseph Crail | -1/+1 |
| 2015-03-19 | Rollup merge of #23468 - sfackler:stdio-panic, r=alexcrichton | Manish Goregaokar | -3/+29 |
| 2015-03-18 | Clarify in docs that BufRead::read_line appends | Matt Brubeck | -1/+2 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -8/+0 |
| 2015-03-18 | Add a test | Steven Fackler | -0/+26 |
| 2015-03-18 | Remove the newly introduced trait impls for fixed-size arrays and use &b"..."... | Vadim Petrochenkov | -22/+18 |