| Age | Commit message (Expand) | Author | Lines |
| 2015-04-10 | Auto merge of #24177 - alexcrichton:rustdoc, r=aturon | bors | -0/+1 |
| 2015-04-10 | Rollup merge of #24216 - alexcrichton:stabilize-from-raw-os-error, r=aturon | Manish Goregaokar | -3/+9 |
| 2015-04-09 | Rollup merge of #24176 - kballard:bufreader-seek-impl, r=aturon | Manish Goregaokar | -2/+131 |
| 2015-04-08 | Implement io::Seek for io::BufWriter<W> where W: io::Seek | Kevin Ballard | -0/+22 |
| 2015-04-08 | Implement io::Seek for io::BufReader<R> where R: io::Seek | Kevin Ballard | -2/+109 |
| 2015-04-08 | std: Stabilize io::Error::from_raw_os_error | Alex Crichton | -3/+9 |
| 2015-04-08 | Auto merge of #24029 - nagisa:print-locking, r=alexcrichton | bors | -17/+25 |
| 2015-04-08 | Implement reentrant mutexes and make stdio use them | Simonas Kazlauskas | -17/+25 |
| 2015-04-07 | std: Deny most warnings in doctests | Alex Crichton | -0/+1 |
| 2015-04-06 | Remove outdated notice from BufRead::lines docs. | Matt Brubeck | -3/+0 |
| 2015-04-02 | Rollup merge of #23847 - bcoopers:read_clarification, r=sfackler | Manish Goregaokar | -8/+4 |
| 2015-03-31 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -119/+119 |
| 2015-03-31 | rollup merge of #23919: alexcrichton/stabilize-io-error | Alex Crichton | -41/+40 |
| 2015-03-31 | std: Stabilize last bits of io::Error | Alex Crichton | -63/+40 |
| 2015-03-31 | rollup merge of #23908: aturon/stab-more-stragglers | Alex Crichton | -4/+6 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -24/+2 |
| 2015-03-31 | rollup merge of #23879: seanmonstar/del-from-error | Alex Crichton | -3/+3 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -26/+4 |
| 2015-03-31 | rollup merge of #23886: demelev/remove_as_slice_usage | Alex Crichton | -4/+4 |
| 2015-03-31 | Stabilize a few remaining stragglers | Aaron Turon | -4/+6 |
| 2015-03-31 | rollup merge of #23549: aturon/stab-num | Alex Crichton | -1/+0 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -1/+0 |
| 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 |