| Age | Commit message (Expand) | Author | Lines |
| 2018-04-21 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -20/+17 |
| 2018-04-21 | Revert stabilization of `feature(never_type)`. | Felix S. Klock II | -6/+7 |
| 2018-04-21 | smaller PR just to fix #50002 | Michael Lamparski | -7/+2 |
| 2018-04-01 | Update drop.rs | Anders Pitman | -1/+1 |
| 2018-03-31 | Auto merge of #49481 - SimonSapin:core-heap, r=alexcrichton | bors | -0/+1086 |
| 2018-03-31 | Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin | bors | -0/+29 |
| 2018-03-31 | Commit code for option size hint | Phlosioneer | -1/+6 |
| 2018-03-30 | Auto merge of #49324 - SimonSapin:unsigned, r=alexcrichton | bors | -7/+24 |
| 2018-03-30 | Deprecate signed std::num::NonZeroI* with a call for use cases | Simon Sapin | -7/+24 |
| 2018-03-30 | Revert "Add TryFrom and TryInto to the prelude" | Simon Sapin | -3/+0 |
| 2018-03-30 | Rollup merge of #49473 - joshtriplett:nonnull-size, r=steveklabnik | kennytm | -1/+1 |
| 2018-03-30 | Rollup merge of #49446 - frewsxcv:frewsxcv-mention-optiono, r=GuillaumeGomez | kennytm | -1/+1 |
| 2018-03-29 | Move the alloc::allocator module to core::heap | Simon Sapin | -0/+1086 |
| 2018-03-29 | impl RangeBounds<T> for Range{,From,To,Inclusive,ToInclusive}<&T> | Simon Sapin | -0/+60 |
| 2018-03-29 | Move RangeArguments to {core::std}::ops and rename to RangeBounds | Simon Sapin | -2/+155 |
| 2018-03-29 | Move alloc::Bound to {core,std}::ops | Simon Sapin | -1/+52 |
| 2018-03-29 | src/libcore/ptr.rs: Fix documentation for size of `Option<NonNull<T>>` | Josh Triplett | -1/+1 |
| 2018-03-28 | Explicitly mention `Option` in `?` error message. | Corey Farwell | -1/+1 |
| 2018-03-27 | Remove TryFrom impls that might become conditionally-infallible with a portab... | Simon Sapin | -189/+82 |
| 2018-03-26 | Add TryFrom and TryInto to the prelude | Simon Sapin | -0/+3 |
| 2018-03-26 | Stabilize the TryFrom and TryInto traits | Simon Sapin | -18/+21 |
| 2018-03-26 | Don’t use `type Error = !` for target-dependant TryFrom impls. | Simon Sapin | -1/+1 |
| 2018-03-26 | TryFrom for integers: use From instead for truely-infallible impls | Simon Sapin | -9/+20 |
| 2018-03-26 | Auto merge of #49101 - mark-i-m:stabilize_i128, r=nagisa | bors | -38/+23 |
| 2018-03-26 | fix last two tidy | Mark Mansi | -7/+1 |
| 2018-03-26 | Fix a few more unstables that I missed | Mark Mansi | -2/+2 |
| 2018-03-26 | Fix a few more | Mark Mansi | -2/+2 |
| 2018-03-26 | Fix missed i128 feature gates | Mark Mansi | -12/+12 |
| 2018-03-26 | Stabilize i128 feature too | Mark Mansi | -11/+4 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -6/+4 |
| 2018-03-26 | Rollup merge of #49353 - chisophugis:patch-1, r=Mark-Simulacrum | Tim Neumann | -5/+5 |
| 2018-03-26 | Rollup merge of #49170 - steveklabnik:gh49127, r=nagisa | Tim Neumann | -2/+5 |
| 2018-03-26 | Rollup merge of #49103 - glandium:uninitialized, r=cramertj | Tim Neumann | -1/+1 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -1/+1 |
| 2018-03-26 | Auto merge of #49297 - scottmcm:offset-from, r=dtolnay | bors | -2/+237 |
| 2018-03-25 | update wording as per feedback | Steve Klabnik | -1/+3 |
| 2018-03-24 | Fix confusing doc for `scan` | Sean Silva | -5/+5 |
| 2018-03-25 | Fix incorrect copy-pasted code | Phlosioneer | -3/+3 |
| 2018-03-24 | Fix syntax error | Phlosioneer | -1/+1 |
| 2018-03-24 | Fix doctest mutability copy-pasta | Scott McMurray | -2/+2 |
| 2018-03-24 | Documentation and naming improvements | Scott McMurray | -15/+33 |
| 2018-03-24 | Fix incorrect lower bounds | Phlosioneer | -2/+12 |
| 2018-03-25 | Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis | kennytm | -0/+10 |
| 2018-03-25 | Rollup merge of #49229 - Centril:doc/format_args_display_debug, r=steveklabnik | kennytm | -6/+66 |
| 2018-03-25 | Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertj | kennytm | -4/+8 |
| 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-23 | Mention closures in docs for Clone and Copy | Simon Sapin | -0/+10 |
| 2018-03-23 | Introduce unsafe offset_from on pointers | Scott McMurray | -0/+217 |
| 2018-03-22 | Rollup merge of #49038 - canndrew:replace-infallible-with-never, r=SimonSapin | kennytm | -29/+9 |