| Age | Commit message (Expand) | Author | Lines |
| 2018-05-01 | Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi | bors | -7/+82 |
| 2018-04-30 | Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakis | bors | -1/+1 |
| 2018-05-01 | new() should be const; start()/end() after iteration is unspecified. | kennytm | -1/+17 |
| 2018-05-01 | Removed direct field usage of RangeInclusive in rustc itself. | kennytm | -5/+6 |
| 2018-05-01 | Rollup merge of #50316 - ehuss:fix-doc-links, r=frewsxcv | kennytm | -0/+4 |
| 2018-05-01 | Rollup merge of #50233 - mark-i-m:const_vec, r=kennytm | kennytm | -3/+2 |
| 2018-04-30 | Make the fields of RangeInclusive private. | kennytm | -2/+60 |
| 2018-04-29 | Fix some broken links in docs. | Eric Huss | -0/+4 |
| 2018-04-29 | Auto merge of #50217 - z4v1er:patch-1, r=aturon | bors | -1/+0 |
| 2018-04-28 | stabilize `#[must_use]` for functions and must-use operators | Zack M. Davis | -1/+1 |
| 2018-04-28 | Auto merge of #50149 - aaronaaeng:master, r=estebank | bors | -0/+13 |
| 2018-04-28 | Rollup merge of #49858 - dmizuk:unique-doc-hidden, r=steveklabnik | kennytm | -0/+1 |
| 2018-04-26 | Add more doc aliases | Guillaume Gomez | -0/+33 |
| 2018-04-25 | Make Vec::new const | Mark Mansi | -3/+2 |
| 2018-04-25 | Fix type | z4v1er | -1/+0 |
| 2018-04-24 | Rollup merge of #50185 - dmizuk:mod_euc-fix-overflow, r=kennytm | kennytm | -1/+11 |
| 2018-04-24 | Rollup merge of #49970 - SimonSapin:deprecate, r=sfackler | kennytm | -0/+15 |
| 2018-04-24 | Rollup merge of #49906 - kennytm:stable-unreachable, r=sfackler | kennytm | -16/+69 |
| 2018-04-24 | Rollup merge of #49727 - stjepang:cell-update, r=SimonSapin | kennytm | -0/+39 |
| 2018-04-23 | Assign the tracking issue | Stjepan Glavina | -1/+1 |
| 2018-04-24 | core: Minor cleanup | Daiki Mizukami | -1/+1 |
| 2018-04-23 | Clarify the docs for Cell::update | Stjepan Glavina | -2/+3 |
| 2018-04-24 | core: Fix overflow in `int::mod_euc` when `self < 0 && rhs == MIN` | Daiki Mizukami | -1/+11 |
| 2018-04-22 | Make must_use lint cover all binary/unary operators | Aaron Aaeng | -0/+13 |
| 2018-04-22 | Remove Alloc::oom | Steven Fackler | -26/+0 |
| 2018-04-22 | Replace GlobalAlloc::oom with a lang item | Steven Fackler | -11/+0 |
| 2018-04-22 | Auto merge of #50109 - SimonSapin:copy, r=sfackler | bors | -1/+1 |
| 2018-04-22 | Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavus | bors | -0/+25 |
| 2018-04-22 | Auto merge of #49896 - SimonSapin:inherent, r=alexcrichton | bors | -112/+3838 |
| 2018-04-21 | Auto merge of #50121 - pnkfelix:revert-stabilization-of-never-type-et-al, r=a... | bors | -29/+27 |
| 2018-04-21 | add more aliases | Guillaume Gomez | -0/+25 |
| 2018-04-21 | Auto merge of #50039 - ExpHP:quick-50002, r=alexcrichton | bors | -7/+2 |
| 2018-04-21 | Make the unstable StrExt and SliceExt traits private to libcore in not(stage0) | Simon Sapin | -24/+36 |
| 2018-04-21 | Move intrinsics-based float methods out of libcore into libstd | Simon Sapin | -72/+0 |
| 2018-04-21 | Add some f32 and f64 inherent methods in libcore | Simon Sapin | -1/+580 |
| 2018-04-21 | Replace StrExt with inherent str methods in libcore | Simon Sapin | -14/+1750 |
| 2018-04-21 | Replace SliceExt with inherent [T] methods in libcore | Simon Sapin | -1/+1406 |
| 2018-04-21 | Move non-allocating [u8] inherent methods to libcore | Simon Sapin | -0/+66 |
| 2018-04-20 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -21/+18 |
| 2018-04-20 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -8/+9 |
| 2018-04-20 | Implement Copy for std::alloc::Layout | Simon Sapin | -1/+1 |
| 2018-04-19 | Auto merge of #48553 - seanmonstar:atomic-debug, r=alexcrichton | bors | -5/+3 |
| 2018-04-19 | Auto merge of #49630 - npmccallum:shl, r=alexcrichton | bors | -3/+3 |
| 2018-04-18 | Auto merge of #50017 - tinaun:stabilize-all-the-things, r=sfackler | bors | -27/+21 |
| 2018-04-17 | smaller PR just to fix #50002 | Michael Lamparski | -7/+2 |
| 2018-04-17 | Auto merge of #49542 - GuillaumeGomez:intra-link-resolution-error, r=Guillaum... | bors | -2/+2 |
| 2018-04-17 | stabilize `nonnull_cast` feature | tinaun | -1/+1 |
| 2018-04-17 | stabilize `duration_extras` feature | tinaun | -6/+3 |
| 2018-04-17 | stabilize `duration_from_micros` feature | tinaun | -2/+1 |
| 2018-04-17 | stabilize `swap_with_slice` feature | tinaun | -1/+1 |