| Age | Commit message (Expand) | Author | Lines |
| 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 | Nit: Remove leading whitespace | Anirudh Balaji | -2/+2 |
| 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 | review fix | Artyom Pavlov | -2/+2 |
| 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 | Deprecation of str::slice_uncheked(_mut) | newpavlov | -14/+16 |
| 2018-06-26 | Rollup merge of #51730 - MajorBreakfast:pin-get-mut-unchecked, r=withoutboats | Pietro Albini | -5/+11 |
| 2018-06-24 | Make line-breaking more consistent. | Anirudh Balaji | -8/+6 |
| 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 | Add explanation for (copy, clone)_from_slice | Anirudh Balaji | -0/+8 |
| 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 |
| 2018-06-17 | Treat gc=No characters as numeric | David Corbett | -35/+50 |
| 2018-06-17 | Auto merge of #51466 - joshlf:ref-split, r=dtolnay | bors | -19/+185 |
| 2018-06-16 | Optimize sum of Durations by using custom function | Pazzaz | -2/+46 |
| 2018-06-16 | Add #[repr(transparent)] to some libcore types | Simon Sapin | -0/+8 |
| 2018-06-16 | Auto merge of #51562 - SimonSapin:transparent, r=cramertj | bors | -1/+1 |
| 2018-06-14 | impl Hash for ! | Clar Charr | -0/+7 |
| 2018-06-13 | Add Ref/RefMut map_split method | Joshua Liebow-Feeser | -19/+185 |
| 2018-06-13 | Improve core::task::TaskObj | Josef Reinhard Brandl | -14/+15 |
| 2018-06-13 | Replace `core::iter::AlwaysOk<T>` by `Result<T, !>` | kennytm | -19/+4 |
| 2018-06-12 | Auto merge of #51505 - cuviper:these-go-to-11, r=estebank | bors | -1120/+1214 |
| 2018-06-12 | Stabilize #[repr(transparent)] | Simon Sapin | -1/+1 |
| 2018-06-12 | Auto merge of #51241 - glandium:globalalloc, r=sfackler,SimonSapin | bors | -111/+249 |
| 2018-06-11 | stabilize Iterator::flatten in 1.29, fixes #48115. | Mazdak Farrokhzad | -15/+7 |
| 2018-06-11 | More alloc docs tweaks | Simon Sapin | -1/+23 |
| 2018-06-11 | Alloc docs teaks | Simon Sapin | -5/+0 |
| 2018-06-11 | Stablize the GlobalAlloc trait | Simon Sapin | -1/+5 |
| 2018-06-11 | Stabilize alloc::Layout (with only some of its methods) | Simon Sapin | -9/+9 |