| Age | Commit message (Expand) | Author | Lines |
| 2018-07-11 | use proper footnote syntax for references | Andy Russell | -13/+11 |
| 2018-07-11 | Rollup merge of #52238 - frewsxcv:frewsxcv-unwrap, r=GuillaumeGomez | Guillaume Gomez | -1/+5 |
| 2018-07-11 | Rollup merge of #52231 - lqd:error_mesg, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2018-07-11 | Rollup merge of #51701 - anirudhb:master, r=frewsxcv | Guillaume Gomez | -0/+6 |
| 2018-07-10 | Avoid unwrapping in PanicInfo doc example. | Corey Farwell | -1/+5 |
| 2018-07-10 | Fix typo in error message E0277 | Rémy Rakic | -1/+1 |
| 2018-07-10 | Rollup merge of #52151 - GuillaumeGomez:trait-impl-settings, r=QuietMisdreavus | Guillaume Gomez | -4/+4 |
| 2018-07-10 | Rollup merge of #52149 - willmo:transparent-atomics, r=cramertj | Guillaume Gomez | -0/+3 |
| 2018-07-10 | Rollup merge of #52064 - Valloric:patch-1, r=cramertj | Guillaume Gomez | -1/+4 |
| 2018-07-10 | Change wording for {copy, clone}_from_slice | Anirudh Balaji | -6/+6 |
| 2018-07-10 | Amend option.take examples | Ben Berman | -2/+4 |
| 2018-07-10 | step_by: leave time of item skip unspecified | Emerentius | -1/+22 |
| 2018-07-09 | Implement #[alloc_error_handler] | Simon Sapin | -0/+1 |
| 2018-07-09 | Add "or destination" to {copy, clone}_from_slice example | Anirudh Balaji | -4/+4 |
| 2018-07-09 | Fix the documentation of `Option::replace` | Clément RENAULT | -1/+1 |
| 2018-07-09 | Add a basic test to `Option::replace` | Clément RENAULT | -0/+16 |
| 2018-07-08 | Fix some links | Guillaume Gomez | -4/+4 |
| 2018-07-07 | Add #[repr(transparent)] to Atomic* types | willmo | -0/+3 |
| 2018-07-06 | Rollup merge of #52104 - tmccombs:repr_trans_stable, r=Mark-Simulacrum | Mark Rousskov | -1/+0 |
| 2018-07-06 | Handle array manually in string case conversion methods | Pazzaz | -0/+3 |
| 2018-07-06 | Auto merge of #51953 - japaric:atomic-load-store, r=alexcrichton | bors | -0/+16 |
| 2018-07-06 | Remove unnecessary feature gate. | Thayne McCombs | -1/+0 |
| 2018-07-06 | Rollup merge of #52030 - bowbahdoe:patch-1, r=alexcrichton | kennytm | -1/+1 |
| 2018-07-05 | #[cfg(target_has_atomic_cas)] -> #[cfg(target_has_atomic = "cas")] | Jorge Aparicio | -17/+16 |
| 2018-07-05 | enable Atomic*.{load,store} for ARMv6-M / MSP430 | Jorge Aparicio | -0/+17 |
| 2018-07-05 | Clarifying how the alignment of the struct works | Val Markovic | -1/+4 |
| 2018-07-04 | Implement `Option::replace` in the core library | Kerollmops | -0/+27 |
| 2018-07-04 | Auto merge of #51395 - SimonSapin:repr-transparent, r=SimonSapin | bors | -0/+8 |
| 2018-07-04 | Auto merge of #51935 - cramertj:unpin-references, r=withoutboats | bors | -0/+9 |
| 2018-07-03 | Any docs preposition change | Ethan McCue | -1/+1 |
| 2018-07-03 | Auto merge of #51564 - SimonSapin:try-int, r=alexcrichton | bors | -83/+189 |
| 2018-07-02 | Implement `UnsafeFutureObj` for `&mut Future` | Josef Reinhard Brandl | -2/+18 |
| 2018-07-02 | Remove unnecessary `PhantomData` field | Josef Reinhard Brandl | -4/+2 |
| 2018-07-02 | Add explanation for custom trait object | Josef Reinhard Brandl | -1/+18 |
| 2018-07-02 | Fix naming convention issue | Josef Reinhard Brandl | -1/+1 |
| 2018-07-02 | Make `drop` method for `PinMut`'s `UnsafeFutureObj` impl empty | Josef Reinhard Brandl | -3/+1 |
| 2018-07-02 | Improve doc comments for `FutureObj` | Josef Reinhard Brandl | -3/+4 |
| 2018-07-02 | `UnsafeFutureObj` impl for `PinMut` | Josef Reinhard Brandl | -3/+20 |
| 2018-07-02 | Add lifetime to `FutureObj` | Josef Reinhard Brandl | -27/+45 |
| 2018-07-02 | Make custom trait object for `Future` generic | Josef Reinhard Brandl | -53/+58 |
| 2018-07-01 | Rollup merge of #51853 - MajorBreakfast:fix-doc-links, r=cramertj | Pietro Albini | -5/+9 |
| 2018-07-01 | Rollup merge of #51511 - Centril:feature/stabilize_iterator_flatten, r=SimonS... | Pietro Albini | -15/+7 |
| 2018-06-30 | Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton | bors | -244/+1 |
| 2018-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -244/+1 |
| 2018-06-29 | Make Waker and LocalWaker Unpin | Taylor Cramer | -0/+3 |
| 2018-06-29 | Implement Unpin for references | Taylor Cramer | -0/+6 |
| 2018-06-29 | Move core::alloc::CollectionAllocErr to alloc::collections | Simon Sapin | -28/+0 |
| 2018-06-28 | Rollup merge of #51765 - jonas-schievink:patch-1, r=KodrAus | Mark Rousskov | -2/+2 |
| 2018-06-28 | Auto merge of #51630 - joshlf:map-split-perf, r=dtolnay | bors | -30/+36 |
| 2018-06-28 | Rollup merge of #51842 - rust-lang:align-is-nonzero, r=cramertj | kennytm | -0/+2 |