| Age | Commit message (Expand) | Author | Lines |
| 2018-03-20 | Auto merge of #49190 - kennytm:rollup, r=kennytm | bors | -32/+473 |
| 2018-03-20 | Auto merge of #48516 - petrochenkov:stabsl, r=nikomatsakis | bors | -1/+1 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -1/+1 |
| 2018-03-20 | Rollup merge of #49099 - glandium:master, r=sfackler | kennytm | -17/+15 |
| 2018-03-20 | Rollup merge of #48810 - Phlosioneer:32463-impl-integer-for-wrapping, r=dtolnay | kennytm | -0/+309 |
| 2018-03-20 | Rollup merge of #46518 - partim:asref-borrow-doc, r=dtolnay | kennytm | -15/+149 |
| 2018-03-19 | Auto merge of #49058 - withoutboats:pin, r=cramertj | bors | -2/+120 |
| 2018-03-19 | Auto merge of #49108 - SimonSapin:sip, r=TimNN | bors | -53/+22 |
| 2018-03-19 | Fix trailing whitespace | Phlosioneer | -1/+1 |
| 2018-03-19 | Make Wrapping::pow use wrapping_pow, add example | Phlosioneer | -4/+14 |
| 2018-03-19 | Impl Integer methods for Wrapping | Phlosioneer | -0/+299 |
| 2018-03-19 | Auto merge of #48978 - SimonSapin:debug-hex, r=KodrAus | bors | -2/+20 |
| 2018-03-18 | Update tracking issue. | boats | -15/+15 |
| 2018-03-18 | Fix formatting. | Martin Hoffmann | -2/+0 |
| 2018-03-17 | Rewrite the documentation for BorrowMut. | Martin Hoffmann | -1/+5 |
| 2018-03-17 | Bring back the phrase 'borrowing as' for what Borrow does. | Martin Hoffmann | -25/+22 |
| 2018-03-17 | Mark deprecated unstable SipHasher13 as a doc-hidden impl detail of HashMap. | Simon Sapin | -7/+9 |
| 2018-03-17 | Make the deprecated unstable SipHasher24 type private. | Simon Sapin | -46/+13 |
| 2018-03-17 | Use associated consts for GenericRadix base and prefix | Mike Hommey | -17/+15 |
| 2018-03-16 | Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichton | bors | -0/+15 |
| 2018-03-16 | Auto merge of #49051 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-03-15 | Pin and PinBox are fundamental. | boats | -0/+1 |
| 2018-03-15 | unstabilize FusedIterator for Flatten since Flatten is unstable | Mazdak Farrokhzad | -1/+1 |
| 2018-03-15 | Auto merge of #47813 - kennytm:stable-incl-range, r=nrc | bors | -57/+30 |
| 2018-03-15 | Auto merge of #48138 - estebank:issue-45092, r=nikomatsakis | bors | -1/+14 |
| 2018-03-15 | Keep the fields of RangeInclusive unstable. | kennytm | -2/+5 |
| 2018-03-15 | Stabilize `inclusive_range_syntax` language feature. | kennytm | -15/+8 |
| 2018-03-15 | Stabilize `inclusive_range` library feature. | kennytm | -45/+22 |
| 2018-03-14 | Review comment: remove mention of `move` closure | Esteban Küber | -8/+10 |
| 2018-03-14 | Make hint clearer, with the potential of being wrong | Esteban Küber | -2/+2 |
| 2018-03-14 | Suggest using `move` when trying to share `...::channel::{Receiver, Sender}` | Esteban Küber | -0/+8 |
| 2018-03-14 | Reword E0044 and message for `!Send` types | Esteban Küber | -1/+4 |
| 2018-03-14 | Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakis | bors | -7/+8 |
| 2018-03-14 | Pin and Unpin in libcore. | boats | -2/+119 |
| 2018-03-15 | Rollup merge of #48970 - GuillaumeGomez:doc-examples, r=QuietMisdreavus | kennytm | -2/+134 |
| 2018-03-14 | change never_type stabilisation version | Andrew Cann | -6/+6 |
| 2018-03-14 | Fix version number | Andrew Cann | -6/+6 |
| 2018-03-14 | stabilise feature(never_type) | Andrew Cann | -7/+8 |
| 2018-03-13 | Auto merge of #48735 - 1011X:master, r=alexcrichton | bors | -0/+510 |
| 2018-03-13 | Add hexadecimal formatting of integers with fmt::Debug | Simon Sapin | -2/+20 |
| 2018-03-12 | Add missing examples | Guillaume Gomez | -2/+134 |
| 2018-03-13 | Rollup merge of #48954 - GuillaumeGomez:missing-links-fmt, r=QuietMisdreavus | kennytm | -4/+8 |
| 2018-03-12 | Add missing links | Guillaume Gomez | -4/+8 |
| 2018-03-13 | Rollup merge of #48887 - alexcrichton:update-stdsimd, r=kennytm | kennytm | -0/+2 |
| 2018-03-13 | Rollup merge of #48201 - NovemberZulu:master, r=steveklabnik | kennytm | -15/+36 |
| 2018-03-12 | added ascii_ctypes feature to libcore tests module | 1011X | -0/+1 |
| 2018-03-12 | include AsciiExt in tests | 1011X | -1/+2 |
| 2018-03-11 | Update Cargo submodule | Alex Crichton | -1/+235 |
| 2018-03-11 | Update stdsimd module | Alex Crichton | -0/+2 |
| 2018-03-08 | Merge branch 'master' of github.com:1011X/rust | 1011X | -97/+174 |