| Age | Commit message (Expand) | Author | Lines |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -17/+17 |
| 2015-03-31 | rollup merge of #23863: pnkfelix/arith-oflo-const-eval | Alex Crichton | -0/+130 |
| 2015-04-01 | Added overflowing_{div,rem,shl,shr} method implementations to WrappingOps. | Felix S. Klock II | -0/+130 |
| 2015-03-31 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -1/+2 |
| 2015-03-31 | rollup merge of #23899: steveklabnik/gh23851 | Alex Crichton | -9/+12 |
| 2015-03-31 | rollup merge of #23288: alexcrichton/issue-19470 | Alex Crichton | -22/+15 |
| 2015-03-31 | rollup merge of #23908: aturon/stab-more-stragglers | Alex Crichton | -3/+2 |
| 2015-03-31 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -59/+72 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -735/+145 |
| 2015-03-31 | rollup merge of #23879: seanmonstar/del-from-error | Alex Crichton | -60/+8 |
| 2015-03-31 | rollup merge of #23875: aturon/revise-convert-2 | Alex Crichton | -16/+22 |
| 2015-03-31 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -33/+17 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -748/+158 |
| 2015-03-31 | rollup merge of #23886: demelev/remove_as_slice_usage | Alex Crichton | -4/+4 |
| 2015-03-31 | rollup merge of #23878: Ryman/stable_extremes | Alex Crichton | -28/+44 |
| 2015-03-31 | rollup merge of #23876: alexcrichton/stabilize-any | Alex Crichton | -2/+1 |
| 2015-03-31 | Stabilize a few remaining stragglers | Aaron Turon | -3/+2 |
| 2015-03-31 | std: Remove #[old_orphan_check] from PartialEq | Alex Crichton | -22/+15 |
| 2015-03-31 | Fix up iterator documentation with regards to for loop sugar | Steve Klabnik | -7/+10 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -16/+22 |
| 2015-03-31 | rollup merge of #23549: aturon/stab-num | Alex Crichton | -242/+522 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -242/+522 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -242/+522 |
| 2015-03-31 | Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturon | Manish Goregaokar | -17/+45 |
| 2015-03-31 | Rollup merge of #23862 - jviereck:fix_23713_v2, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-03-31 | Rollup merge of #23836 - Hoverbear:patch-1, r=steveklabnik | Manish Goregaokar | -16/+13 |
| 2015-03-30 | convert: remove FromError, use From<E> instead | Sean McArthur | -32/+12 |
| 2015-03-30 | std: Stabilize the rest of Any/BoxAny | Alex Crichton | -2/+1 |
| 2015-03-30 | libcore: Ensure min and max functions are consistent for equal inputs | Kevin Butler | -28/+44 |
| 2015-03-31 | replace deprecated as_slice() | Emeliov Dmitrii | -4/+4 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -17/+45 |
| 2015-03-30 | Second attempt to fix #23713 based on follow-up comments in #23791. | Julian Viereck | -1/+1 |
| 2015-03-30 | Driveby cleanup of the impl for negation, which had some kind of | Niko Matsakis | -22/+2 |
| 2015-03-29 | Auto merge of #23830 - petrochenkov:spellcheck, r=steveklabnik | bors | -1/+1 |
| 2015-03-29 | Fix line spacing. | Andrew Hobden | -1/+4 |
| 2015-03-29 | Fix trailing whitespace. Whoops! | Andrew Hobden | -5/+5 |
| 2015-03-29 | Update `std::error` example | Andrew Hobden | -22/+16 |
| 2015-03-29 | Auto merge of #23816 - frewsxcv:fromiterator-example, r=Manishearth | bors | -0/+21 |
| 2015-03-29 | Add an example for FromIterator::from_iter | Corey Farwell | -0/+21 |
| 2015-03-29 | Rollup merge of #23814 - steveklabnik:gh23320, r=alexcrichton | Manish Goregaokar | -0/+10 |
| 2015-03-29 | Auto merge of #23810 - sfackler:debug-collections, r=alexcrichton | bors | -90/+125 |
| 2015-03-28 | Oops fix output examples | Steven Fackler | -4/+4 |
| 2015-03-28 | Fold in debug builder doc examples | Steven Fackler | -15/+3 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -99/+103 |
| 2015-03-28 | Document properties for Eq + Hash | Steve Klabnik | -0/+10 |
| 2015-03-28 | Fold collections debug impls | Steven Fackler | -16/+1 |
| 2015-03-28 | Update debug helpers and add list builder | Steven Fackler | -64/+126 |
| 2015-03-28 | Fix some typos | Vadim Petrochenkov | -1/+1 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |