| Age | Commit message (Expand) | Author | Lines |
| 2015-04-01 | Test fixes and rebase conflicts | Alex Crichton | -4/+7 |
| 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 | -7/+813 |
| 2015-04-01 | dealing with fallout to the tests, in particular diffs between 32- vs 64-bit ... | Felix S. Klock II | -10/+18 |
| 2015-04-01 | Fixes to compile-fail error messages post-rebase. | Felix S. Klock II | -3/+12 |
| 2015-04-01 | Include feature `core` to get access to `wrapping_add`. | Felix S. Klock II | -0/+3 |
| 2015-04-01 | Test cases for checking arithmetic overflow during const eval. | Felix S. Klock II | -0/+301 |
| 2015-04-01 | Fallout from changes for overflow-checking during constant evaluation. | Felix S. Klock II | -5/+14 |
| 2015-04-01 | Added tests for discriminant overflows. | Felix S. Klock II | -0/+476 |
| 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 | -8/+7 |
| 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 | -226/+165 |
| 2015-03-31 | rollup merge of #23875: aturon/revise-convert-2 | Alex Crichton | -3/+0 |
| 2015-03-31 | rollup merge of #23872: huonw/eager-lexing | Alex Crichton | -1/+36 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -226/+165 |
| 2015-03-31 | rollup merge of #23886: demelev/remove_as_slice_usage | Alex Crichton | -2/+2 |
| 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 | std: Remove #[old_orphan_check] from PartialEq | Alex Crichton | -1/+1 |
| 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 | -9/+8 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -9/+8 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -9/+8 |
| 2015-03-31 | Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturon | Manish Goregaokar | -6/+5 |
| 2015-03-31 | Rollup merge of #23859 - pnkfelix:fsk-lesser-box, r=nikomatsakis | Manish Goregaokar | -1/+61 |
| 2015-03-31 | Rollup merge of #23852 - cmr:missing_doc, r=Manishearth | Manish Goregaokar | -0/+20 |
| 2015-03-31 | Lex binary and octal literals more eagerly. | Huon Wilson | -1/+36 |
| 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 | -2/+2 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -6/+5 |
| 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 | -51/+37 |
| 2015-03-30 | Fallout to test. | Felix S. Klock II | -1/+61 |
| 2015-03-30 | Fallout where types must be specified. | Niko Matsakis | -21/+42 |
| 2015-03-30 | Driveby cleanup of the impl for negation, which had some kind of | Niko Matsakis | -0/+2 |
| 2015-03-28 | Fix some typos | Vadim Petrochenkov | -11/+11 |
| 2015-03-29 | Port of pcwalton removal of `#[unsafe_destructor]` check. | Felix S. Klock II | -137/+6 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -4/+4 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -4/+4 |
| 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 | -242/+226 |
| 2015-03-27 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -2/+2 |
| 2015-03-27 | rollup merge of #23794: brson/slicegate | Alex Crichton | -0/+71 |