| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2018-06-28 | Rollup merge of #50342 - fkjogu:euclidean, r=BurntSushi | kennytm | -0/+19 |
| 2018-06-27 | Add str::split_ascii_whitespace. | Clar Charr | -4/+155 |
| 2018-06-27 | Fix doc links | Josef Reinhard Brandl | -5/+9 |
| 2018-06-27 | Document that Layout::from_size_align does not allow align=0 | Simon Sapin | -0/+2 |
| 2018-06-27 | Auto merge of #51835 - tmccombs:stable-int-to-from-bytes, r=joshtriplett | bors | -12/+4 |
| 2018-06-27 | Optimize RefCell refcount tracking | Joshua Liebow-Feeser | -30/+36 |
| 2018-06-26 | Stabilize to_bytes and from_bytes for integers. | Thayne McCombs | -12/+4 |
| 2018-06-27 | Auto merge of #51598 - Pazzaz:master, r=sfackler | bors | -2/+46 |
| 2018-06-26 | Auto merge of #51149 - zackmdavis:․․․_to_․․=, r=nikomatsakis | bors | -46/+46 |
| 2018-06-26 | Move spawn errors into executor.rs | Josef Reinhard Brandl | -67/+50 |
| 2018-06-26 | Nested `LocalTaskObj` in `TaskObj`, remove `SpawnErrorObj` conversions | Josef Reinhard Brandl | -75/+34 |
| 2018-06-26 | Add `LocalTaskObj` | Josef Reinhard Brandl | -6/+102 |
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -46/+46 |
| 2018-06-26 | Split libcore/task.rs into submodules | Josef Reinhard Brandl | -294/+401 |
| 2018-06-26 | Add unit tests for `.mod_euc()` and `.div_euc()` | Fabian Kössel | -0/+19 |
| 2018-06-26 | Rollup merge of #51730 - MajorBreakfast:pin-get-mut-unchecked, r=withoutboats | Pietro Albini | -5/+11 |
| 2018-06-24 | Use assert_eq! in copy_from_slice | Jonas Schievink | -2/+2 |
| 2018-06-23 | Auto merge of #51653 - mglagla:option-unreachable, r=dtolnay | bors | -3/+3 |
| 2018-06-23 | `PinMut`: Add safe `get_mut` and rename unsafe fns to `get_mut_unchecked` and... | Josef Reinhard Brandl | -5/+11 |
| 2018-06-22 | Auto merge of #51463 - estebank:error-codes, r=nikomatsakis | bors | -8/+31 |
| 2018-06-21 | Auto merge of #51601 - Emerentius:step_by_range_diet, r=sfackler | bors | -7/+81 |
| 2018-06-20 | Replace unreachable! with unreachable_unchecked | Martin Glagla | -3/+3 |
| 2018-06-19 | Update message for `!Sized` types | Esteban Küber | -2/+2 |
| 2018-06-19 | Add link to book for `Sized` errors | Esteban Küber | -1/+3 |
| 2018-06-19 | Add message to `rustc_on_unimplemented` attributes in core | Esteban Küber | -8/+29 |
| 2018-06-19 | specialize StepBy<Range(Inclusive)> | Emerentius | -7/+81 |
| 2018-06-18 | Rename OOM to allocation error | Simon Sapin | -24/+24 |
| 2018-06-17 | Auto merge of #51404 - clarcharr:never_hash, r=KodrAus | bors | -0/+7 |