| Age | Commit message (Expand) | Author | Lines |
| 2015-04-01 | Fallout from changes for overflow-checking during constant evaluation. | Felix S. Klock II | -1/+2 |
| 2015-03-31 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -137/+139 |
| 2015-03-31 | rollup merge of #23919: alexcrichton/stabilize-io-error | Alex Crichton | -52/+49 |
| 2015-03-31 | std: Stabilize last bits of io::Error | Alex Crichton | -76/+50 |
| 2015-03-31 | rollup merge of #23288: alexcrichton/issue-19470 | Alex Crichton | -19/+18 |
| 2015-03-31 | rollup merge of #23908: aturon/stab-more-stragglers | Alex Crichton | -8/+8 |
| 2015-03-31 | rollup merge of #23907: alexcrichton/impl-exit | Alex Crichton | -0/+25 |
| 2015-03-31 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -14/+5 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -2608/+150 |
| 2015-03-31 | rollup merge of #23879: seanmonstar/del-from-error | Alex Crichton | -13/+13 |
| 2015-03-31 | rollup merge of #23875: aturon/revise-convert-2 | Alex Crichton | -28/+92 |
| 2015-03-31 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -3/+3 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -2613/+155 |
| 2015-03-31 | rollup merge of #23893: frewsxcv/patch-6 | Alex Crichton | -1/+1 |
| 2015-03-31 | rollup merge of #23886: demelev/remove_as_slice_usage | Alex Crichton | -16/+16 |
| 2015-03-31 | rollup merge of #23885: steveklabnik/doc_std_env | Alex Crichton | -1/+28 |
| 2015-03-31 | rollup merge of #23882: wettowelreactor/patch-2 | Alex Crichton | -1/+1 |
| 2015-03-31 | rollup merge of #23876: alexcrichton/stabilize-any | Alex Crichton | -1/+0 |
| 2015-03-31 | rollup merge of #23766: alexcrichton/stabilize-raw-fd | Alex Crichton | -59/+263 |
| 2015-03-31 | Stabilize a few remaining stragglers | Aaron Turon | -8/+8 |
| 2015-03-31 | std: Add a process::exit function | Alex Crichton | -0/+25 |
| 2015-03-31 | std: Remove #[old_orphan_check] from PartialEq | Alex Crichton | -19/+18 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -28/+92 |
| 2015-03-31 | rollup merge of #23549: aturon/stab-num | Alex Crichton | -968/+421 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -968/+421 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -968/+421 |
| 2015-03-31 | Indicate select! is code-like | Corey Farwell | -1/+1 |
| 2015-03-31 | Last docs for std::env | Steve Klabnik | -1/+28 |
| 2015-03-31 | Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturon | Manish Goregaokar | -17/+17 |
| 2015-03-31 | Rollup merge of #23826 - richo:note-print-macro, r=alexcrichton | Manish Goregaokar | -0/+4 |
| 2015-03-30 | Update lib.rs | Camille Roussel | -1/+1 |
| 2015-03-30 | convert: remove FromError, use From<E> instead | Sean McArthur | -13/+13 |
| 2015-03-30 | std: Stabilize the rest of Any/BoxAny | Alex Crichton | -1/+0 |
| 2015-03-31 | replace deprecated as_slice() | Emeliov Dmitrii | -16/+16 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -17/+17 |
| 2015-03-30 | std: Add a note about the print! macro and output buffering | Richo Healey | -0/+4 |
| 2015-03-30 | Only zero at most 64k at a time. We still use the doubling | bcoopers | -8/+4 |
| 2015-03-30 | Remove unnecessary `as usize` | Vadim Petrochenkov | -10/+10 |
| 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 #23830 - petrochenkov:spellcheck, r=steveklabnik | bors | -2/+2 |
| 2015-03-29 | Auto merge of #23820 - sfackler:fast_read_to_end, r=alexcrichton | bors | -59/+76 |
| 2015-03-29 | Rollup merge of #23814 - steveklabnik:gh23320, r=alexcrichton | Manish Goregaokar | -2/+18 |
| 2015-03-28 | Fix massive performance issue in read_to_end | Steven Fackler | -59/+77 |
| 2015-03-29 | Auto merge of #23810 - sfackler:debug-collections, r=alexcrichton | bors | -16/+3 |
| 2015-03-28 | Auto merge of #23300 - sfackler:rm-iterator-ext, r=alexcrichton | bors | -23/+21 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -23/+21 |
| 2015-03-28 | Document properties for Eq + Hash | Steve Klabnik | -2/+18 |
| 2015-03-28 | Fold collections debug impls | Steven Fackler | -10/+2 |