| Age | Commit message (Expand) | Author | Lines |
| 2019-05-29 | Optimize pointer alignment in utf8 validation | Justin Ridgewell | -6/+3 |
| 2019-05-29 | Add std::mem::take as suggested in #61129 | Jon Gjengset | -0/+55 |
| 2019-05-29 | Add custom nth_back for Skip | Andrea Corradi | -0/+48 |
| 2019-05-29 | Rollup merge of #61310 - RalfJung:mem, r=Centril | Oliver Scherer | -1406/+1417 |
| 2019-05-29 | split libcore::mem into multiple files | Ralf Jung | -1406/+1417 |
| 2019-05-29 | Rollup merge of #61048 - wizAmit:feature/nth_back_chunks, r=scottmcm | Mazdak Farrokhzad | -0/+42 |
| 2019-05-29 | Rollup merge of #60555 - timvermeulen:rchunks_nth_back, r=scottmcm | Mazdak Farrokhzad | -0/+124 |
| 2019-05-29 | Rollup merge of #60542 - timvermeulen:step_sub_usize, r=scottmcm | Mazdak Farrokhzad | -0/+35 |
| 2019-05-29 | Rollup merge of #58975 - jtdowney:iter_arith_traits_option, r=dtolnay | Mazdak Farrokhzad | -0/+126 |
| 2019-05-28 | Bump Sum and Product for Option<T> to 1.37 | David Tolnay | -2/+2 |
| 2019-05-29 | Rollup merge of #61273 - RalfJung:maybe-uninit, r=Centril | Mazdak Farrokhzad | -0/+3 |
| 2019-05-28 | Update src/libcore/mem.rs | Ralf Jung | -1/+1 |
| 2019-05-28 | Rollup merge of #61159 - RalfJung:ptr, r=alexcrichton | Mazdak Farrokhzad | -387/+414 |
| 2019-05-28 | mention that MaybeUninit is a bit like Option | Ralf Jung | -0/+3 |
| 2019-05-28 | Rollup merge of #61237 - DevQps:expand-iterator-docs, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+6 |
| 2019-05-28 | Rollup merge of #61227 - diwic:patch-2, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-05-28 | Rollup merge of #61084 - blkerby:unreachable_doc, r=KodrAus | Mazdak Farrokhzad | -3/+4 |
| 2019-05-27 | Auto merge of #61078 - pietroalbini:nightly-next, r=Centril | bors | -3/+2 |
| 2019-05-27 | Updated the Iterator docs with information about overriding methods. | Christian | -0/+6 |
| 2019-05-27 | Use .await syntax instead of await! | diwic | -1/+1 |
| 2019-05-26 | Rollup merge of #61161 - RalfJung:maybe-uninit, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-05-25 | MaybeUninit doctest: remove unnecessary type ascription | Ralf Jung | -2/+2 |
| 2019-05-25 | split core::ptr module into multiple files | Ralf Jung | -387/+414 |
| 2019-05-25 | Rollup merge of #61134 - nvzqz:reverse_bits-must_use, r=varkor | Mazdak Farrokhzad | -0/+3 |
| 2019-05-25 | Add Step::sub_usize | Tim Vermeulen | -0/+35 |
| 2019-05-25 | Implement nth_back for slice::{Iter, IterMut} | Tim Vermeulen | -21/+68 |
| 2019-05-24 | Annotate each `reverse_bits` with `#[must_use]` | Nikolai Vazquez | -0/+3 |
| 2019-05-23 | typo | Brent Kerby | -1/+1 |
| 2019-05-23 | Remove phrase "instead of a panic!" | Brent Kerby | -1/+1 |
| 2019-05-23 | Clarify docs for unreachable! macro | Brent Kerby | -3/+4 |
| 2019-05-23 | bump nightly to 1.37.0 | Pietro Albini | -3/+2 |
| 2019-05-23 | Rollup merge of #61057 - sfackler:revert-next-back, r=alexcrichton | Mazdak Farrokhzad | -47/+0 |
| 2019-05-22 | Revert "Add implementations of last in terms of next_back on a bunch of Doubl... | Steven Fackler | -47/+0 |
| 2019-05-22 | fix merge conflicts | wizAmit | -1/+0 |
| 2019-05-22 | succint implementation | wizAmit | -0/+42 |
| 2019-05-22 | wip nth_back on chunks | @amit.chandra | -36/+0 |
| 2019-05-22 | hopefully working nth_back on chunks | @amit.chandra | -9/+17 |
| 2019-05-22 | wip nth_back on chunks | @amit.chandra | -0/+29 |
| 2019-05-22 | Rollup merge of #61029 - blkerby:minimum_spanning_tree, r=alexcrichton | Mazdak Farrokhzad | -24/+22 |
| 2019-05-22 | Allow null-pointer-optimized enums in FFI if their underlying representation ... | Michael Bradshaw | -0/+2 |
| 2019-05-21 | Simplify RefCell minimum_spanning_tree example | Brent Kerby | -24/+22 |
| 2019-05-21 | adjust deprecation date of mem::uninitialized | Ralf Jung | -1/+1 |
| 2019-05-20 | Rollup merge of #60972 - RalfJung:volatile, r=alexcrichton | Mazdak Farrokhzad | -6/+0 |
| 2019-05-20 | Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPC | Mazdak Farrokhzad | -0/+23 |
| 2019-05-20 | Document layout guarantee of MaybeUninit | Peter Todd | -0/+22 |
| 2019-05-20 | elliminate mem::uninitialize from docs in libcore | Ralf Jung | -60/+4 |
| 2019-05-20 | add out-pointer example | Ralf Jung | -1/+25 |
| 2019-05-20 | apply feedback | Ralf Jung | -28/+36 |
| 2019-05-20 | stabilize core parts of MaybeUninit and deprecate mem::uninitialized in the f... | Ralf Jung | -166/+136 |
| 2019-05-20 | remove confusing remarks about mixed volatile and non-volatile accesses | Ralf Jung | -6/+0 |