| Age | Commit message (Expand) | Author | Lines |
| 2019-02-04 | typos | Ralf Jung | -2/+2 |
| 2019-02-03 | make set return a mutable reference | Ralf Jung | -1/+4 |
| 2019-02-03 | expand as_[mut_]ptr docs a bit | Ralf Jung | -4/+4 |
| 2019-02-03 | some type-level docs for MaybeUninit; rename into_inner -> into_initialized | Ralf Jung | -2/+43 |
| 2019-01-28 | rename first_mut_ptr -> first_ptr_mut | Ralf Jung | -1/+1 |
| 2019-01-28 | fix typos, improve docs | Ralf Jung | -2/+2 |
| 2019-01-28 | libcore: avoid mem::uninitialized and raw ptr casts | Ralf Jung | -0/+14 |
| 2019-01-27 | Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichton | bors | -3/+0 |
| 2019-01-26 | Remove lexical scope examples from std::mem::drop | Alex Macleod | -28/+1 |
| 2019-01-26 | Bump bootstrap compiler to 1.33 beta | Mark Rousskov | -3/+0 |
| 2019-01-24 | Instead of adding a paragraph mentioning std::mem::transmute and core::mem::t... | Johnathan Van Why | -0/+1 |
| 2019-01-21 | un-deprecate mem::zeroed | Ralf Jung | -1/+0 |
| 2018-12-27 | panic when calling MaybeUninhabited::into_inner on uninhabited type | Ralf Jung | -0/+6 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-23 | Rollup merge of #56970 - Firstyear:mem_uninit_doc_ptr_drop, r=Manishearth | kennytm | -0/+39 |
| 2018-12-19 | Fix tidy error | William Brown | -1/+2 |
| 2018-12-19 | Updates based on comment | William Brown | -8/+4 |
| 2018-12-19 | Extend documentation for mem uninit to discuss partial allocation of the values | William Brown | -0/+42 |
| 2018-12-17 | deny intra-doc link resolution failures in libstd | Andy Russell | -0/+3 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -1/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -2/+2 |
| 2018-12-02 | let FIXME refer to tracking issue | Ralf Jung | -1/+1 |
| 2018-11-28 | put the MaybeUninit inside the UnsafeCell | Ralf Jung | -3/+0 |
| 2018-11-27 | add comments explaining our uses of get_ref/get_mut for MaybeUninit | Ralf Jung | -0/+6 |
| 2018-11-23 | use more inlining, and force some of it | Ralf Jung | -4/+13 |
| 2018-11-22 | Rollup merge of #55485 - petertodd:2018-10-manuallydrop-deref, r=TimNN | Guillaume Gomez | -2/+2 |
| 2018-11-21 | update various stdlib docs | Steve Klabnik | -10/+5 |
| 2018-11-15 | Rollup merge of #55785 - stjepang:unsized-drop-forget, r=alexcrichton | Pietro Albini | -0/+13 |
| 2018-11-13 | Auto merge of #55052 - newpavlov:patch-2, r=alexcrichton | bors | -1/+1 |
| 2018-11-12 | Auto merge of #55278 - Centril:constification-1, r=alexcrichton | bors | -2/+1 |
| 2018-11-12 | Update docs | Stjepan Glavina | -16/+3 |
| 2018-11-12 | Add forget_unsized only | Stjepan Glavina | -107/+15 |
| 2018-11-10 | Fix documentation typos. | Bruce Mitchener | -4/+4 |
| 2018-11-10 | revert some more constification. | Mazdak Farrokhzad | -1/+1 |
| 2018-11-10 | constify parts of libcore. | Mazdak Farrokhzad | -3/+2 |
| 2018-11-08 | Allow unsized types in mem::drop and mem::forget | Stjepan Glavina | -1/+119 |
| 2018-10-31 | Bump nightly to 1.32.0 | Alex Crichton | -11/+2 |
| 2018-10-29 | Return &T / &mut T in ManuallyDrop Deref(Mut) impl | Peter Todd | -2/+2 |
| 2018-10-28 | Rollup merge of #55421 - CAD97:patch-1, r=kennytm | kennytm | -0/+20 |
| 2018-10-28 | Add ManuallyDrop::take | Christopher Durham | -0/+20 |
| 2018-10-21 | Add MaybeUninit::new | Simon Sapin | -0/+9 |
| 2018-10-13 | Use read_unaligned instead of read in transmute_copy | Artyom Pavlov | -1/+1 |
| 2018-10-03 | Only promote calls to `#[rustc_promotable]` const fns | Oliver Schneider | -0/+2 |
| 2018-09-30 | Auto merge of #54596 - mjbshaw:drop, r=RalfJung | bors | -0/+10 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -28/+0 |
| 2018-09-26 | Gate const core::mem::needs_drop behind const_needs_drop | Michael Bradshaw | -0/+1 |
| 2018-09-26 | Make core::mem::needs_drop a const fn | Michael Bradshaw | -0/+9 |
| 2018-09-22 | don't deprecate mem::{uninitialized,zeroed} just yet | Jorge Aparicio | -2/+3 |
| 2018-09-22 | add MaybeUninit and deprecate mem::{uninitialized,zeroed} | Jorge Aparicio | -0/+95 |
| 2018-09-04 | Clarify `ManuallyDrop` docs | Tobias Bucher | -2/+8 |