| Age | Commit message (Expand) | Author | Lines |
| 2018-03-23 | Rollup merge of #49102 - glandium:decimal, r=aturon | Alex Crichton | -5/+0 |
| 2018-03-23 | Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAus | Alex Crichton | -34/+153 |
| 2018-03-22 | Rollup merge of #49038 - canndrew:replace-infallible-with-never, r=SimonSapin | kennytm | -29/+9 |
| 2018-03-22 | Rollup merge of #49105 - SimonSapin:from_utf8_lossy_example, r=alexcrichton | kennytm | -0/+31 |
| 2018-03-22 | Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank | kennytm | -3/+3 |
| 2018-03-22 | Rollup merge of #49109 - SimonSapin:deprecate-asciiext, r=alexcrichton | kennytm | -3/+0 |
| 2018-03-22 | Rollup merge of #49029 - GuillaumeGomez:atomic-docs, r=QuietMisdreavus | kennytm | -364/+401 |
| 2018-03-21 | Deprecate the AsciiExt trait in favor of inherent methods | Simon Sapin | -3/+0 |
| 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 | Make Atomic doc examples specific to each type | Guillaume Gomez | -364/+401 |
| 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 | num::NonZero* types now have their own tracking issue: #49137 | Simon Sapin | -8/+3 |
| 2018-03-18 | Fix formatting. | Martin Hoffmann | -2/+0 |
| 2018-03-17 | Remove deprecated unstable ptr::Shared type alias. | Simon Sapin | -8/+2 |
| 2018-03-17 | Test NonZero in a const item in a pattern. | Simon Sapin | -0/+23 |
| 2018-03-17 | Stop using deprecated NonZero APIs | Simon Sapin | -10/+18 |
| 2018-03-17 | Deprecate core::nonzero in favor of ptr::NonNull and num::NonZero* | Simon Sapin | -4/+16 |
| 2018-03-17 | Use num::NonZero* instead of NonZero<_> in rustc and tests | Simon Sapin | -7/+7 |
| 2018-03-17 | Add 12 num::NonZero* types for each primitive integer | Simon Sapin | -1/+88 |
| 2018-03-17 | update FIXME(#23442) to point to issue 45742 (Blanket impl of AsRef for Deref) | Niv Kaminer | -2/+2 |
| 2018-03-17 | update FIXME(#6393) to point to issue 43234 (tracking issue for non-lexical l... | Niv Kaminer | -1/+1 |
| 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 | Add an example of lossy decoding to str::Utf8Error docs | Simon Sapin | -0/+31 |
| 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-17 | Remove core::fmt::num::Decimal | Mike Hommey | -5/+0 |
| 2018-03-16 | Add From<!> for TryFromIntError | Andrew Cann | -0/+7 |
| 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-15 | replace `convert::Infallible` with `!` | Andrew Cann | -33/+6 |