| Age | Commit message (Expand) | Author | Lines |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -92/+96 |
| 2015-04-01 | rollup merge of #23945: pnkfelix/gate-u-negate | Alex Crichton | -8/+10 |
| 2015-04-02 | partial set of fixes for fallout in tests/run-pass | Felix S. Klock II | -8/+10 |
| 2015-04-01 | rollup merge of #23939: nikomatsakis/fn-box | Alex Crichton | -10/+9 |
| 2015-04-02 | Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelix | Manish Goregaokar | -0/+74 |
| 2015-04-01 | Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias | Niko Matsakis | -10/+9 |
| 2015-04-01 | Fallout in tests | Niko Matsakis | -92/+96 |
| 2015-04-01 | Update tests for new coherence rules, and add a swatch of new tests | Niko Matsakis | -110/+60 |
| 2015-04-01 | Test fixes and rebase conflicts | Alex Crichton | -4/+4 |
| 2015-03-31 | rollup merge of #23921: aturon/issue-17746 | Alex Crichton | -0/+33 |
| 2015-03-31 | rollup merge of #23863: pnkfelix/arith-oflo-const-eval | Alex Crichton | -3/+167 |
| 2015-04-01 | Include feature `core` to get access to `wrapping_add`. | Felix S. Klock II | -0/+3 |
| 2015-04-01 | Fallout from changes for overflow-checking during constant evaluation. | Felix S. Klock II | -3/+8 |
| 2015-04-01 | Added tests for discriminant overflows. | Felix S. Klock II | -0/+156 |
| 2015-03-31 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -1/+2 |
| 2015-03-31 | Add test for #17746 | Aaron Turon | -0/+33 |
| 2015-03-31 | rollup merge of #23288: alexcrichton/issue-19470 | Alex Crichton | -7/+6 |
| 2015-03-31 | rollup merge of #23907: alexcrichton/impl-exit | Alex Crichton | -0/+31 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -207/+117 |
| 2015-03-31 | rollup merge of #23875: aturon/revise-convert-2 | Alex Crichton | -3/+0 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -207/+117 |
| 2015-03-31 | rollup merge of #23886: demelev/remove_as_slice_usage | Alex Crichton | -1/+1 |
| 2015-03-31 | rollup merge of #23878: Ryman/stable_extremes | Alex Crichton | -0/+83 |
| 2015-03-31 | rollup merge of #23876: alexcrichton/stabilize-any | Alex Crichton | -1/+0 |
| 2015-03-31 | rollup merge of #23704: hirschenberger/simd-intdiv-ice | Alex Crichton | -0/+2 |
| 2015-03-31 | std: Add a process::exit function | Alex Crichton | -0/+31 |
| 2015-03-31 | rustc: Remove old_orphan_check entirely | Alex Crichton | -7/+6 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -3/+0 |
| 2015-03-31 | rollup merge of #23549: aturon/stab-num | Alex Crichton | -4/+4 |
| 2015-03-31 | Add tests for blanket impls. | Niko Matsakis | -0/+74 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -4/+4 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -4/+4 |
| 2015-03-31 | Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturon | Manish Goregaokar | -1/+1 |
| 2015-03-31 | Rollup merge of #23852 - cmr:missing_doc, r=Manishearth | Manish Goregaokar | -0/+20 |
| 2015-03-30 | std: Stabilize the rest of Any/BoxAny | Alex Crichton | -1/+0 |
| 2015-03-30 | libcore: Ensure min and max functions are consistent for equal inputs | Kevin Butler | -0/+83 |
| 2015-03-30 | lint: handle private traits better | Corey Richardson | -0/+20 |
| 2015-03-31 | replace deprecated as_slice() | Emeliov Dmitrii | -1/+1 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -1/+1 |
| 2015-03-30 | Add test case for #22743. | Niko Matsakis | -0/+32 |
| 2015-03-30 | Fallout in tests: largely changes to error messages. | Niko Matsakis | -1/+1 |
| 2015-03-30 | Fallout where types must be specified. | Niko Matsakis | -20/+23 |
| 2015-03-30 | Driveby cleanup of the impl for negation, which had some kind of | Niko Matsakis | -26/+0 |
| 2015-03-28 | Fix some typos | Vadim Petrochenkov | -2/+2 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -3/+3 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -3/+3 |
| 2015-03-27 | std: Don't deadlock/panic on recursive prints | Alex Crichton | -0/+38 |
| 2015-03-27 | rollup merge of #23786: alexcrichton/less-quotes | Alex Crichton | -71/+71 |
| 2015-03-27 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -1/+1 |
| 2015-03-27 | rollup merge of #23794: brson/slicegate | Alex Crichton | -0/+27 |