| Age | Commit message (Expand) | Author | Lines |
| 2019-05-29 | split libcore::mem into multiple files | Ralf Jung | -1406/+0 |
| 2019-05-28 | Update src/libcore/mem.rs | Ralf Jung | -1/+1 |
| 2019-05-28 | mention that MaybeUninit is a bit like Option | Ralf Jung | -0/+3 |
| 2019-05-25 | MaybeUninit doctest: remove unnecessary type ascription | Ralf Jung | -2/+2 |
| 2019-05-21 | adjust deprecation date of mem::uninitialized | Ralf Jung | -1/+1 |
| 2019-05-20 | Document layout guarantee of MaybeUninit | Peter Todd | -0/+22 |
| 2019-05-20 | elliminate mem::uninitialize from docs in libcore | Ralf Jung | -56/+0 |
| 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 | -165/+135 |
| 2019-05-07 | Rollup merge of #60609 - spastorino:be-explicit-on-mem-replace-doc, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-05-07 | Be a bit more explicit asserting over the vec rather than the len | Santiago Pastorino | -2/+2 |
| 2019-04-29 | const-stabilize std::mem::needs_drop | Yuki OKUSHI | -1/+0 |
| 2019-04-19 | libcore: deny more... | Mazdak Farrokhzad | -1/+1 |
| 2019-04-18 | libcore => 2018 | Taiki Endo | -9/+9 |
| 2019-04-12 | MaybeUninit: remove deprecated functions | Ralf Jung | -34/+0 |
| 2019-03-26 | adjust MaybeUninit API to discussions | Ralf Jung | -38/+72 |
| 2019-03-11 | Improvements to comments in libstd, libcore, liballoc. | Alexander Regueiro | -3/+6 |
| 2019-03-09 | Rollup merge of #58660 - RalfJung:maybe-uninit, r=Centril | Mazdak Farrokhzad | -29/+224 |
| 2019-03-06 | Apply suggestions from code review | Ralf Jung | -1/+1 |
| 2019-03-06 | Apply suggestions from code review | Mazdak Farrokhzad | -3/+3 |
| 2019-02-28 | Update src/libcore/mem.rs | Mazdak Farrokhzad | -1/+1 |
| 2019-02-27 | improve readability | Ralf Jung | -1/+1 |
| 2019-02-27 | ManuallyDrop != MaybeUninit | Ralf Jung | -0/+8 |
| 2019-02-25 | heading # Unsafety => # Safety in stdlib docs. | Mazdak Farrokhzad | -3/+3 |
| 2019-02-24 | prefer into_initialized over read_initialited | Ralf Jung | -0/+3 |
| 2019-02-24 | show how to set with ptr::write | Ralf Jung | -4/+5 |
| 2019-02-24 | remark that the rules are unfinished | Ralf Jung | -0/+4 |
| 2019-02-23 | fix link | Ralf Jung | -0/+2 |
| 2019-02-23 | expand type name | Ralf Jung | -17/+17 |
| 2019-02-23 | Apply suggestions from code review | Mazdak Farrokhzad | -18/+19 |
| 2019-02-22 | make MaybeUninit Copy | Ralf Jung | -0/+10 |
| 2019-02-22 | examples for MaybeUninit::zeroed | Ralf Jung | -0/+29 |
| 2019-02-22 | examples for as[_mut]_ptr | Ralf Jung | -0/+53 |
| 2019-02-22 | misc tweaks | Ralf Jung | -12/+22 |
| 2019-02-22 | also add examples to MaybeUninit::into_initialized | Ralf Jung | -1/+28 |
| 2019-02-22 | Add MaybeUninit::read_uninitialized | Ralf Jung | -0/+55 |
| 2019-02-18 | Auto merge of #58373 - RalfJung:maybe-uninit, r=gnzlbg | bors | -8/+0 |
| 2019-02-16 | Rollup merge of #58468 - RalfJung:maybe-uninit-split, r=Centril | kennytm | -27/+49 |
| 2019-02-14 | split MaybeUninit into several features, expand docs a bit | Ralf Jung | -27/+49 |
| 2019-02-14 | remove MaybeUninit::into_inner | Ralf Jung | -8/+0 |
| 2019-02-14 | Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik | Mazdak Farrokhzad | -1/+1 |
| 2019-02-13 | Convert old doc links to current edition | Lzu Tao | -1/+1 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -20/+24 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -2/+2 |
| 2019-02-10 | Auto merge of #58129 - RalfJung:maybe-uninit, r=cramertj | bors | -7/+53 |
| 2019-02-10 | it is okay not to use into_inner | Ralf Jung | -0/+1 |
| 2019-02-07 | Rollup merge of #57848 - jrvanwhy:transmute-export-doc, r=QuietMisdreavus | Guillaume Gomez | -0/+1 |
| 2019-02-06 | fix doctests | Ralf Jung | -1/+2 |
| 2019-02-05 | fix doctest | Ralf Jung | -2/+2 |